Releases: IBM/appconfiguration-python-sdk
v0.3.9
Unification of Data format for API response and Bootstrap file
Full Changelog: v0.3.8...v0.3.9
v0.3.8
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
Added support for Toronto, Tokyo and Osaka regions
Full Changelog: v0.3.6...v0.3.7
v0.3.6
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
v0.3.4
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
v0.3.2
What's Changed
- Adding changes for vulnerabilities fix
certifi
andurllib3
packages. - Docs update for
Running the tests
step.
Full Changelog: v0.3.1...v0.3.2