Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
fix: Bump LaunchDarkly.InternalSdk to 3.4.0 (#91)
Browse files Browse the repository at this point in the history
feat: Redact anonymous attributes within feature events
feat: Always inline contexts for feature events
  • Loading branch information
keelerm84 authored Mar 14, 2024
1 parent 98ca781 commit c658bee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion contract-tests/TestService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ public class Webapp
"strongly-typed",
"user-type",
"tags",
"auto-env-attributes"
"auto-env-attributes",
"inline-context",
"anonymous-redaction"
};

public readonly Handler Handler;
Expand Down
2 changes: 1 addition & 1 deletion src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<PackageReference Include="System.Text.Json" Version="6.0.0"/>
<PackageReference Include="LaunchDarkly.CommonSdk" Version="7.0.0"/>
<PackageReference Include="LaunchDarkly.EventSource" Version="5.0.1"/>
<PackageReference Include="LaunchDarkly.InternalSdk" Version="3.3.1"/>
<PackageReference Include="LaunchDarkly.InternalSdk" Version="3.4.0" />
<PackageReference Include="LaunchDarkly.Logging" Version="2.0.0"/>
<Compile Include="**\*.cs" Exclude="PlatformSpecific\*.cs;bin\**\*.cs;obj\**\*.cs"/>
<Compile Include="PlatformSpecific\*.shared.cs"/>
Expand Down

0 comments on commit c658bee

Please sign in to comment.