Releases: splitio/python-api
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
Version 3.1.8
Added the ability to retrieve attribute suggestedValues
Full Changelog: 3.1.7...3.1.8
Version 3.1.7
Improved some logging, also added the ability of the Split microclient to remove environment definition from split and provide a title and comment. This allows supplying a title and comment for situations when the workspace requires title and comments.
Version 3.1.6
Added baselineTreatment for splitDefinition object
Version 3.1.5
Added import_attributes_from_json for trafficType object
Version 3.1.4
- Added tags property support for segment object.
Version 3.1.3
- Made tags optional parameter for client_splits.list() and client_splits.find()