Skip to content

Releases: IBM/appconfiguration-python-sdk

v0.3.9

24 Sep 14:00
101619b
Compare
Choose a tag to compare

Unification of Data format for API response and Bootstrap file

Full Changelog: v0.3.8...v0.3.9

v0.3.8

25 Apr 06:59
4eec879
Compare
Choose a tag to compare

What's Changed

  • Added support for 4 additional segment operators and their evaluation. isNot, notContains, notStartsWith, notEndsWith.
  • Added isConnected function which returns status of SDK and Server connection as boolean.
  • Fixed vulnerable packages
  • The region constants are discouraged and it is advised to check the region link in README.md

Refer the below PR for more details

Adding support for additional negative segment operators, addition of isConnected function to check sdk-server connection, vul fixes by @prajwal-jarali in #24

Full Changelog: v0.3.7...v0.3.8

v0.3.7

23 Dec 11:48
7df944d
Compare
Choose a tag to compare

Added support for Toronto, Tokyo and Osaka regions

Full Changelog: v0.3.6...v0.3.7

v0.3.6

18 Nov 06:16
1ccfe41
Compare
Choose a tag to compare

Bug Fix

  • Fixed maximum recursion error which occurred during websocket connect

Other Changes

  • reduced HTTP connection retry time from 10 minutes to 2 minutes

Refer
https://github.com/IBM/appconfiguration-python-sdk/pull/21/files
https://github.com/IBM/appconfiguration-python-sdk/pull/22/files

v0.3.5

17 Oct 13:23
7a97680
Compare
Choose a tag to compare

What's Changed

  • Update mmh3 version from 3.0.0 to 5.0.1

Full Changelog: v0.3.4...v0.3.5

v0.3.4

04 Oct 11:38
4386ac4
Compare
Choose a tag to compare

sdk is now compatible with latest version(v1.8.0) of websocket-client: https://github.com/websocket-client/websocket-client/releases. Fixed the issue for this failure websocket-client/websocket-client#668

Full Changelog: v0.3.3...v0.3.4

v0.3.3

22 Mar 10:29
68ab9eb
Compare
Choose a tag to compare

What's Changed

  • add support for eu-de region

Full Changelog: v0.3.2...v0.3.3

v0.3.2

18 Dec 07:50
2684730
Compare
Choose a tag to compare

What's Changed

  • Adding changes for vulnerabilities fix certifi and urllib3 packages.
  • Docs update for Running the tests step.

Full Changelog: v0.3.1...v0.3.2

v0.3.1

16 Sep 12:45
c7b9e8e
Compare
Choose a tag to compare

What's Changed

  • Support for Cloud service endpoint.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

06 May 07:02
a82da6b
Compare
Choose a tag to compare

What's new

  • Phased rollout support for feature flags #15

Full Changelog: v0.2.4...v0.3.0