Skip to content

Commit fbf6901

Browse files
authored
release csharp-sdk v4.3.0 (#406)
1 parent 13be12c commit fbf6901

8 files changed

Lines changed: 37 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Optimizely C# SDK Changelog
22

3+
## 4.3.0
4+
May 4, 2026
5+
6+
### New Features
7+
8+
**Feature Rollout**: Added support for Feature Rollouts, a new experiment type
9+
combining Targeted Delivery simplicity with A/B test measurement capabilities.
10+
Feature Rollouts enable progressive rollouts with full impact analytics, metric tracking,
11+
and confidence intervals.
12+
See [Feature Rollout docs](https://support.optimizely.com/hc/en-us/articles/45552846481037-Run-Feature-Rollouts-in-Feature-Experimentation) for more information.
13+
14+
- Add Feature Rollout support ([#400](https://github.com/optimizely/csharp-sdk/pull/400))
15+
- Remove experiment type validation from config parsing ([#402](https://github.com/optimizely/csharp-sdk/pull/402))
16+
- Documentation improvement ([#399](https://github.com/optimizely/csharp-sdk/pull/399))
17+
- Event retry adjustment ([#398](https://github.com/optimizely/csharp-sdk/pull/398))
18+
319
## 4.2.0
420
Nov 13, 2025
521

OptimizelySDK.DemoApp/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
//
3838
// You can specify all the values or you can default the Revision and Build Numbers
3939
// by using the '*' as shown below:
40-
[assembly: AssemblyVersion("4.2.0.0")]
41-
[assembly: AssemblyFileVersion("4.2.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.2.0")] // Used by NuGet.
40+
[assembly: AssemblyVersion("4.3.0.0")]
41+
[assembly: AssemblyFileVersion("4.3.0.0")]
42+
[assembly: AssemblyInformationalVersion("4.3.0")] // Used by NuGet.

OptimizelySDK.Net35/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
//
3838
// You can specify all the values or you can default the Build and Revision Numbers
3939
// by using the '*' as shown below:
40-
[assembly: AssemblyVersion("4.2.0.0")]
41-
[assembly: AssemblyFileVersion("4.2.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.2.0")] // Used by NuGet.
40+
[assembly: AssemblyVersion("4.3.0.0")]
41+
[assembly: AssemblyFileVersion("4.3.0.0")]
42+
[assembly: AssemblyInformationalVersion("4.3.0")] // Used by NuGet.

OptimizelySDK.Net40/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
//
3838
// You can specify all the values or you can default the Build and Revision Numbers
3939
// by using the '*' as shown below:
40-
[assembly: AssemblyVersion("4.2.0.0")]
41-
[assembly: AssemblyFileVersion("4.2.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.2.0")] // Used by NuGet.
40+
[assembly: AssemblyVersion("4.3.0.0")]
41+
[assembly: AssemblyFileVersion("4.3.0.0")]
42+
[assembly: AssemblyInformationalVersion("4.3.0")] // Used by NuGet.

OptimizelySDK.NetStandard16/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
//
3838
// You can specify all the values or you can default the Build and Revision Numbers
3939
// by using the '*' as shown below:
40-
[assembly: AssemblyVersion("4.2.0")]
41-
[assembly: AssemblyFileVersion("4.2.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.2.0")] // Used by NuGet.
40+
[assembly: AssemblyVersion("4.3.0")]
41+
[assembly: AssemblyFileVersion("4.3.0.0")]
42+
[assembly: AssemblyInformationalVersion("4.3.0")] // Used by NuGet.

OptimizelySDK.NetStandard20/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
//
3838
// You can specify all the values or you can default the Build and Revision Numbers
3939
// by using the '*' as shown below:
40-
[assembly: AssemblyVersion("4.2.0.0")]
41-
[assembly: AssemblyFileVersion("4.2.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.2.0")] // Used by NuGet.
40+
[assembly: AssemblyVersion("4.3.0.0")]
41+
[assembly: AssemblyFileVersion("4.3.0.0")]
42+
[assembly: AssemblyInformationalVersion("4.3.0")] // Used by NuGet.

OptimizelySDK.Tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
//
3131
// You can specify all the values or you can default the Revision and Build Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("4.2.0.0")]
34-
[assembly: AssemblyFileVersion("4.2.0.0")]
35-
[assembly: AssemblyInformationalVersion("4.2.0")] // Used by NuGet.
33+
[assembly: AssemblyVersion("4.3.0.0")]
34+
[assembly: AssemblyFileVersion("4.3.0.0")]
35+
[assembly: AssemblyInformationalVersion("4.3.0")] // Used by NuGet.

OptimizelySDK/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
//
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
44-
[assembly: AssemblyVersion("4.2.0.0")]
45-
[assembly: AssemblyFileVersion("4.2.0.0")]
46-
[assembly: AssemblyInformationalVersion("4.2.0")] // Used by NuGet.
44+
[assembly: AssemblyVersion("4.3.0.0")]
45+
[assembly: AssemblyFileVersion("4.3.0.0")]
46+
[assembly: AssemblyInformationalVersion("4.3.0")] // Used by NuGet.

0 commit comments

Comments
 (0)