Releases: Drawaes/CondenserDotNet
Releases · Drawaes/CondenserDotNet
Configuration API cleanup
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
Merge pull request #84 from Drawaes/FilterNoOp Reduce the noise from blocking query timeouts
Maintenance Mode Added
Merge pull request #82 from Drawaes/maintMode Maint mode
Added a callback for service info
Merge pull request #76 from Drawaes/FullServiceList Added callback
Bug fixes - see release notes
2.1.3 Release Notes
Fixing the release process
2.1.2 Update release process
Bug fixes - see release notes
- 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
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
Update RoutingHost.cs Null consul index
Fixing Windows Auth
*Fixed Windows Auth
*Handle NTLM as well as Negotiate
*Added NTLM tests
*Added Leadership Tests
*Added ability to check service list status