Skip to content

Releases: splitio/python-api

3.5.4 - added the `get_key_count` method to segment definitions

12 Aug 13:44
01e357f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.5.3...3.5.4

Version 3.5.3 - large segment bugfix

10 Jul 20:25
9552340
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.5.2...3.5.3

3.5.2

19 Jun 14:10
89e12a8
Compare
Choose a tag to compare

support for rule based segments

3.5

06 May 15:01
571722f
Compare
Choose a tag to compare
3.5

What's Changed

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)

03 Feb 16:29
7ef691f
Compare
Choose a tag to compare

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

31 Jan 17:41
Compare
Choose a tag to compare

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

09 Jan 19:00
Compare
Choose a tag to compare

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

13 Dec 22:35
Compare
Choose a tag to compare

Added the ability to get a single split definition using the get_definition method

Version 3.1.10

27 Oct 19:04
Compare
Choose a tag to compare

Added support for admin api scoped keys

Version 3.1.9

07 Sep 20:51
454955c
Compare
Choose a tag to compare

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