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

Commit 8ff83a6

Browse files
LaunchDarklyReleaseBoteli-darklybwoskow-ldLaunchDarklyCIember-stevens
authored
prepare 8.2.0 release (#188)
## [8.2.0] - 2024-03-14 ### Changed: - Redact anonymous attributes within feature events - Always inline contexts for feature events --------- Co-authored-by: Eli Bishop <[email protected]> Co-authored-by: Ben Woskow <[email protected]> Co-authored-by: LaunchDarklyCI <[email protected]> Co-authored-by: LaunchDarklyCI <[email protected]> Co-authored-by: Ember Stevens <[email protected]> Co-authored-by: ember-stevens <[email protected]> Co-authored-by: LaunchDarklyReleaseBot <[email protected]> Co-authored-by: Ryan Lamb <[email protected]> Co-authored-by: Louis Chan <[email protected]> Co-authored-by: ld-repository-standards[bot] <113625520+ld-repository-standards[bot]@users.noreply.github.com> Co-authored-by: Kane Parkinson <[email protected]> Co-authored-by: Matthew M. Keeler <[email protected]>
1 parent 58bc79e commit 8ff83a6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

contract-tests/TestService.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ public class Webapp
3434
"secure-mode-hash",
3535
"migrations",
3636
"event-sampling",
37-
"tags"
37+
"tags",
38+
"inline-context",
39+
"anonymous-redaction"
3840
};
3941

4042
public readonly Handler Handler;

src/LaunchDarkly.ServerSdk/LaunchDarkly.ServerSdk.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939

4040
<ItemGroup>
4141
<PackageReference Include="LaunchDarkly.Cache" Version="1.0.2" />
42-
<PackageReference Include="LaunchDarkly.CommonSdk" Version="6.2.0" />
42+
<PackageReference Include="LaunchDarkly.CommonSdk" Version="7.0.0" />
4343
<PackageReference Include="LaunchDarkly.EventSource" Version="5.1.0" />
44-
<PackageReference Include="LaunchDarkly.InternalSdk" Version="3.3.0" />
44+
<PackageReference Include="LaunchDarkly.InternalSdk" Version="3.4.0" />
4545
<PackageReference Include="LaunchDarkly.Logging" Version="2.0.0" />
4646
<PackageReference Include="System.Collections.Immutable" Version="1.7.1" />
4747
</ItemGroup>

0 commit comments

Comments
 (0)