Skip to content

Releases: launchdarkly/dotnet-server-sdk

3.1.1

17 Jan 01:50
Compare
Choose a tag to compare

[3.1.1] - 2017-01-16

Changed

  • Improved error handling when sending events

3.1.0

08 Dec 00:17
Compare
Choose a tag to compare

Added

  • Configurable http request timeout

Changed

  • Made http requests more resilient and logging more informative.

3.0.0

28 Oct 17:35
Compare
Choose a tag to compare

Now supports .NET core.
For details see Changelog

2.0.3

10 Oct 23:50
Compare
Choose a tag to compare

Code cleanup. See changelog for details

2.0.1

05 Oct 21:25
Compare
Choose a tag to compare

See CHANGELOG.md for details

Multivariate flags and more

10 Aug 23:10
Compare
Choose a tag to compare

Add null/empty string checks

17 Jun 18:37
Compare
Choose a tag to compare

Add checks for null Attribute when evaluating rule. Add check for missing custom attribute in user.

1.0.3

25 May 17:54
Compare
Choose a tag to compare

Add Flush call when closing event processor.
Add explicit Newtonsoft version in package definition

1.0.2

18 May 19:49
Compare
Choose a tag to compare

Now coercing numbers to doubles before comparison.

1.0.1

17 May 17:02
Compare
Choose a tag to compare

Fixes an issue related to json de/serialization and number comparison.