Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 638b60e

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 6.3.2
1 parent 184d088 commit 638b60e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to the LaunchDarkly .NET Server-Side SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [6.3.2] - 2022-02-04
6+
### Fixed:
7+
- When using `AllFlagsState` to produce bootstrap data for the JavaScript SDK, the .NET SDK was not returning the correct metadata for evaluations that involved an experiment. As a result, the analytics events produced by the JavaScript SDK did not correctly reflect experimentation results.
8+
- Improved efficiency of the logic for processing flag/segment changes, which could cause high CPU usage if there were large numbers of flags. (Thanks, [JeffAshton](https://github.com/launchdarkly/dotnet-server-sdk/pull/153)!)
9+
- JSON data produced by `AllFlagsState` was sometimes larger than necessary due to the inclusion of null properties.
10+
- Network errors on polling requests were being logged at `Error` level, inconsistent with other equivalent kinds of errors. They now use `Warn` level.
11+
- If flag updates were unable to be stored due to a database error, the data store status is supposed to reflect this with the error value `StoreError`. That was not happening.
12+
- The type `LaunchDarkly.Sdk.UnixMillisecondTime` now serializes and deserializes correctly with `System.Text.Json`.
13+
- In analytics event data, `index` events were including an unnecessary `contextKind` property for anonymous users; this was not in the schema for that type of event and was ignored by LaunchDarkly.
14+
515
## [6.3.1] - 2021-10-28
616
### Fixed:
717
- The `HttpConfigurationBuilder` methods `Proxy` and `ConnectTimeout` were not working correctly: they were being applied to polling requests and analytics event posts, but not streaming requests. Now they apply to all requests. ([#148](https://github.com/launchdarkly/dotnet-server-sdk/issues/148))

src/LaunchDarkly.ServerSdk/LaunchDarkly.ServerSdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>6.3.1</Version>
3+
<Version>6.3.2</Version>
44
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
55
single framework that we are testing; this allows us to test with older SDK
66
versions that would error out if they saw any newer target frameworks listed

0 commit comments

Comments
 (0)