Releases: splitio/python-api
3.5.4 - added the `get_key_count` method to segment definitions
What's Changed
- Added a get_key_count() method to segment definitions by @kleinjoshuaa in #27
Full Changelog: 3.5.3...3.5.4
Version 3.5.3 - large segment bugfix
What's Changed
- bug: fixed large segment list method by @kleinjoshuaa in #26
Full Changelog: 3.5.2...3.5.3
3.5.2
support for rule based segments
3.5
What's Changed
- Harness update by @kleinjoshuaa in #22
Added support for customers that have migrated to the Harness UI (eg - those who access using app.harness.io
)
Full Changelog: 3.2...3.5
Version 3.2 - new version supporting Large Segments, Flag Sets and the impressionsDisabled boolean for Split Definitions (feature flags)
Updated to support these new data types.
Note that the large segment updates technically create change requests via the api, as such these aren't possible to fully automate in environments with change requests required.
Full Changelog: 3.1.13...3.2
3.1.13 - Updated to use the ID of the API key rather than the key itself
API Keys now have a distinct ID that is different from the actual key itself. This is handled as the .id
property of the API Key
Full Changelog: 3.1.12...3.1.13
3.1.12 - New release
This release includes updates to allow you to access the apiTokens
that are generated when you create an environment
Full Changelog: 3.1.11...3.1.12
Version 3.1.11
Added the ability to get a single split definition using the get_definition
method
Version 3.1.10
Added support for admin api scoped keys
Version 3.1.9
Updated to fix issues with the HTTP error messages as well as fixing issues with the to_dict() methods of the Segment, Segment Definition and Split Definition objects