Skip to content

Commit f428488

Browse files
doc: update for new minor release
1 parent ed24ffe commit f428488

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
@@ -1,5 +1,15 @@
11
# Optimizely C# SDK Changelog
22

3+
## 4.1.0
4+
November 7th, 2024
5+
6+
### Enhancement
7+
8+
- Added support for batch processing in `DecideAll` and `DecideForKeys`, enabling more efficient handling of multiple decisions in the User Profile Service. ([#375](https://github.com/optimizely/csharp-sdk/pull/375))
9+
10+
### Bug Fixes
11+
- GitHub Actions YAML files vulnerable to script injections ([#372](https://github.com/optimizely/csharp-sdk/pull/372))
12+
313
## 4.0.0
414
January 16th, 2024
515

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ User can provide variables using following procedure:
104104
```
105105
<configSections>
106106
<section name="optlySDKConfigSection"
107-
type="OptimizelySDK.OptimizelySDKConfigSection, OptimizelySDK, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null" />
107+
type="OptimizelySDK.OptimizelySDKConfigSection, OptimizelySDK, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null" />
108108
</configSections>
109109
```
110110
2. Now add **optlySDKConfigSection** below **<configSections>**. In this section you can add and set following **HttpProjectConfigManager** and **BatchEventProcessor** variables:

0 commit comments

Comments
 (0)