This repository has been archived by the owner on Apr 27, 2019. It is now read-only.
Releases: PlayFab/consuldotnet
Releases · PlayFab/consuldotnet
0.5.2.67
- Fixed a bug where a zero timespan could not be specified for Lock Delays, TTLs or Check Intervals.
0.5.2.66
Fixes a bug that caused Catalog Node names to not deserialize correctly
0.5.2.65
- Upgrade JSON.NET package to 7.0.1
0.5.2.63
- Fix a NullReferenceException when the Consul connection is down and
the WebException returned has an empty response.
0.5.2.62
- Makes IConsulClient public.
0.5.2.61
- BREAKING CHANGE: Renamed
Client
class toConsulClient
andConfig
toConsulClientConfiguration
to reduce confusion. - Completed major rework of the Client class to remove unneeded type
parameters from various internal calls - Added interfaces to all the endpoint classes so that test mocking is
possible.
0.5.2.36
Fixes 3 major bugs:
- KV.Acquire was not writing Value.
- Nanosecond time converter was actually converting to microseconds.
- Duration would just return "ms" if the timespan passed in was Timespan.Zero