Skip to content

Releases: Drawaes/CondenserDotNet

Added ability to use custom tags

15 Feb 19:52
Compare
Choose a tag to compare
3.0.7

Update versions

Bug fix for the Logging

18 Jan 12:28
Compare
Choose a tag to compare
3.0.5

Bug fix for logging

Update API to fix TTL

19 Dec 02:01
Compare
Choose a tag to compare

Build also fixed
Updated Consul

Fixed release version number

19 Dec 01:15
b2cca64
Compare
Choose a tag to compare
Merge pull request #93 from Drawaes/FixTTLToMatchNewAPI

Add release note file

Fix TTL to match new API Put requirement

19 Dec 01:08
7833199
Compare
Choose a tag to compare
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

15 Oct 23:56
Compare
Choose a tag to compare
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

16 Aug 21:44
Compare
Choose a tag to compare

Added Deregister Service Method

02 Aug 10:37
Compare
Choose a tag to compare
Merge pull request #90 from Drawaes/DeregisterService

Added deregister service

Check for duplicate keys when building configuration dictionary

07 Jul 02:29
Compare
Choose a tag to compare
2.7.1

Added distinct to dictionary building

Changed to using hostnames for default service registration

21 Jun 11:09
Compare
Choose a tag to compare

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