Releases: Drawaes/CondenserDotNet
Releases · Drawaes/CondenserDotNet
Added ability to use custom tags
3.0.7 Update versions
Bug fix for the Logging
3.0.5 Bug fix for logging
Update API to fix TTL
Build also fixed
Updated Consul
Fixed release version number
Merge pull request #93 from Drawaes/FixTTLToMatchNewAPI Add release note file
Fix TTL to match new API Put requirement
Merge pull request #92 from Drawaes/FixTTLToMatchNewAPI Fixed the Ttl to use Put rather than Get to match new API
Updated to ASP.NET 2.0
Merge pull request #91 from Drawaes/net20 Should be working with aspnet 2.0
Changed dictionary build to attempt to remove exception on duplicate key
Added Deregister Service Method
Merge pull request #90 from Drawaes/DeregisterService Added deregister service
Check for duplicate keys when building configuration dictionary
2.7.1 Added distinct to dictionary building
Changed to using hostnames for default service registration
Currently we use the first found IP address. The issue with this is when you are using internal virtual networking you often have to resort to manually setting the IP address you want. This way we attempt to get the fully qualified hostname which should prove more accurate in most cases