-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES.txt
More file actions
19 lines (15 loc) · 1.15 KB
/
CHANGES.txt
File metadata and controls
19 lines (15 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CHANGES
1.1.0 (Mar 6 2026)
- Split SDK 10.5.1 remains supported. Provider lifecycle events (PROVIDER_READY, PROVIDER_CONFIGURATION_CHANGED, PROVIDER_ERROR) require Split SDK 10.6.0 or later; on 10.5.1 the provider works as before without emitting those events.
- Provider now emits OpenFeature provider events (PROVIDER_READY, PROVIDER_CONFIGURATION_CHANGED, PROVIDER_ERROR) when Split SDK 10.6+ fires ready/update/timeout. Event details include OpenFeature-friendly metadata (see docs/EVENTS_MAPPING.md).
1.0.0 (Nov 10 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.
- Upgraded Split SDK to 10.5.1
- Upgraded OpenFeature SDK to 0.8.3
- Added support for asyncio mode
- Added ability to pass Ready Timeout and ConfigurationOptions to Provider initialization
0.1.0
- Up to date with spec 0.8.0 and python sdk 0.8.1. Using split client 10.2.0
0.0.1
- First release. Up to date with spec 0.5.1 and python sdk 0.0.6