Skip to content

Releases: IBM/appconfiguration-python-sdk

v0.4.1

09 Dec 08:25
6b1cc79

Choose a tag to compare

  • adding support for SECRETREF type property

Full Changelog: v0.4.0...v0.4.1

v0.4.0

08 Oct 11:27
145d6d6

Choose a tag to compare

  • fix websocket recursion error
  • removed appconfig_client.fetch_configurations(). See PR for more info: #28

Full Changelog: v0.3.9...v0.4.0

v0.3.9

24 Sep 14:00
101619b

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

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

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

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

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

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

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

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