-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCHANGES.txt
More file actions
17 lines (13 loc) · 802 Bytes
/
CHANGES.txt
File metadata and controls
17 lines (13 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CHANGES
2.1.0 (Feb 12, 2025)
- Added Provider constructor that accepts API key (string) for simple SDK initialization
- Added Provider constructor that accepts ISplitClient for dependency injection
2.0.0 (Nov 11, 2025)
- BREAKING CHANGE: Passing the SplitClient object to Provider constructor is now only through the initialization context dictionary
- BREAKING CHANGE: Provider will throw exception when ObjectDetail and ObjectValue evaluation is used, since it will attempt to parse the treatment as a JSON structure.
- Updated to OpenFeature .NET SDK 2.9.0
- Updated to Split .NET SDK 7.12.0
- Added support for NET 9 and NetFramework 462
- Added ability to pass Ready Timeout and ConfigurationOptions to Provider initialization
1.0.0
- First release. Up to date with OpenFeature .NET SDK 1.0.1