Skip to content

Release 7.11.2 #281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGES

7.11.2 (Jul 29, 2025)
- Added support for .NET 9
- Fixed JsonSerializer when customers use snake case by default, which caused problems parsing results from the backend

7.11.1 (Jul 10, 2025)
- Fixed detection when the Proxy is outdated and improved fallback handling
- Fixed the way the SDK generates URLs avoiding errors related to culture settings
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
nuget:
account_feed: true

version: 7.11.2-rc.{build}
version: 7.11.2
dotnet_csproj:
patch: true
file: '**\*.csproj'
Expand Down
2 changes: 1 addition & 1 deletion src/Splitio/Constants/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static class Gral
public static int DestroyTimeount => 30000;
public static int IntervalToClearLongTermCache => 3600000;
public static string Control => "control";
public static string SdkVersion => "7.11.1";
public static string SdkVersion => "7.11.2";
}

public static class Urls
Expand Down