Releases: IBM/python-sdk-core
Releases · IBM/python-sdk-core
v3.3.1
3.3.1 (2020-11-11)
Bug Fixes
- replace zlib with gzip for gzip compression (b6a6da3)
v3.3.0
3.3.0 (2020-10-07)
Features
- allow gzip compression on request bodies (196a407)
v3.2.0
3.2.0 (2020-09-18)
Features
- IAM Authenticator: add support for optional 'scope' property (2e776c2)
v3.1.0
3.1.0 (2020-06-15)
Features
- BaseService: support stream=True in BaseService.send() (bf4179b)
v3.0.0
3.0.0 (2020-06-01)
Bug Fixes
- Combine multiple ending slashes to one (5496948)
BREAKING CHANGES
- Fixing the request URL like this will break compatibility with previous generator versions
v2.0.5
2.0.5 (2020-05-29)
Bug Fixes
- Revert stripping request URL trailing slashes (09a193c)
v2.0.4
2.0.4 (2020-05-23)
Bug Fixes
- Revert service_url slash stripping to work with current generated unit tests (c960b7d)
v2.0.3
2.0.3 (2020-05-22)
Bug Fixes
- Don't rstrip slash when service_url is none (091ecde)
v2.0.2
2.0.2 (2020-05-22)
Bug Fixes
- Strip trailing slash for request url (47d1d99)
v2.0.1
2.0.1 (2020-05-12)
Bug Fixes
- allow '=' character in environment config values (8cf4fc9)