Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

Releases: PlayFab/consuldotnet

0.5.2.67

03 Nov 14:26
Compare
Choose a tag to compare
0.5.2.67 Pre-release
Pre-release
  • Fixed a bug where a zero timespan could not be specified for Lock Delays, TTLs or Check Intervals.

0.5.2.66

30 Oct 04:22
Compare
Choose a tag to compare

Fixes a bug that caused Catalog Node names to not deserialize correctly

0.5.2.65

01 Oct 18:38
Compare
Choose a tag to compare
  • Upgrade JSON.NET package to 7.0.1

0.5.2.63

27 Aug 03:14
Compare
Choose a tag to compare
  • Fix a NullReferenceException when the Consul connection is down and
    the WebException returned has an empty response.

0.5.2.62

29 Jul 22:14
Compare
Choose a tag to compare
  • Makes IConsulClient public.

0.5.2.61

25 Jul 18:28
Compare
Choose a tag to compare
  • BREAKING CHANGE: Renamed Client class to ConsulClient and Config
    to ConsulClientConfiguration 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

23 Jul 18:35
Compare
Choose a tag to compare

Fixes 3 major bugs:

  1. KV.Acquire was not writing Value.
  2. Nanosecond time converter was actually converting to microseconds.
  3. Duration would just return "ms" if the timespan passed in was Timespan.Zero