Skip to content

Releases: Drawaes/CondenserDotNet

Configuration API cleanup

19 Apr 00:31
Compare
Choose a tag to compare
Merge pull request #85 from deanshackley/master

Rework configuration so it is easier to use (dont merge yet)

Reduce noise from blocking queries timing out

12 Apr 13:40
Compare
Choose a tag to compare
Merge pull request #84 from Drawaes/FilterNoOp

Reduce the noise from blocking query timeouts

Maintenance Mode Added

10 Apr 01:10
Compare
Choose a tag to compare
Merge pull request #82 from Drawaes/maintMode

Maint mode

Added a callback for service info

27 Mar 01:23
Compare
Choose a tag to compare
Merge pull request #76 from Drawaes/FullServiceList

Added callback

Bug fixes - see release notes

24 Mar 01:41
Compare
Choose a tag to compare
2.1.3

Release Notes

Fixing the release process

18 Mar 11:54
Compare
Choose a tag to compare
2.1.2

Update release process

Bug fixes - see release notes

18 Mar 11:35
Compare
Choose a tag to compare
  • Added more unit tests
  • Fixed bug - response code stats not correctly recording
  • Fixed bug - incorrect registration of http client factory when using builder

Added Ability to add a protocol scheme

17 Mar 01:17
Compare
Choose a tag to compare

This allows you to register your server with WS HTTPS or HTTP for instance. It defaults to HTTP if it is missing on the routers so is backwards compatible.

A number of tests were added to increase coverage

Null consul reference fix

14 Mar 15:40
Compare
Choose a tag to compare
Update RoutingHost.cs

Null consul index

Fixing Windows Auth

10 Mar 03:18
Compare
Choose a tag to compare

*Fixed Windows Auth
*Handle NTLM as well as Negotiate
*Added NTLM tests
*Added Leadership Tests
*Added ability to check service list status