This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
Releases: launchdarkly/dotnet-server-sdk
Releases · launchdarkly/dotnet-server-sdk
3.1.1
[3.1.1] - 2017-01-16
Changed
- Improved error handling when sending events
3.1.0
Added
- Configurable http request timeout
Changed
- Made http requests more resilient and logging more informative.
3.0.0
2.0.3
Code cleanup. See changelog for details
2.0.1
See CHANGELOG.md for details
Multivariate flags and more
See changelog: https://github.com/launchdarkly/.net-client/blob/master/CHANGELOG.md for details.
Add null/empty string checks
Add checks for null Attribute when evaluating rule. Add check for missing custom attribute in user.
1.0.3
Add Flush call when closing event processor.
Add explicit Newtonsoft version in package definition
1.0.2
Now coercing numbers to doubles before comparison.
1.0.1
Fixes an issue related to json de/serialization and number comparison.