Releases: IBM/python-sdk-core
Releases · IBM/python-sdk-core
v1.1.2
v1.1.1
v1.1.0
v1.0.0
1.0.0 (2019-10-03)
Code Refactoring
- base service: Separate out request into prepare_request and send (8a95b89)
- classname: Classname is no longer needed param (fbdf3d4)
- client config: merge from master client config to JWT token manager (0fe9482)
- support duplicate part names in 'files' parameter of prepare_request (70cf579)
- client props: Setting of the external client config happens in individual services (4148034)
- config: Handle multi word service name (50fad59)
- credential: Check for credential file in working dir before home dir (5c3d545)
- display_name: display_name unused in constructor (4742b8e)
- json: convert json to string for dict types (a037815)
- model: remove _from_dict step in _convert_model (baba44d)
- url: Change url to service_url (0689985)
- value error: Throw error if authenticator is not set (795c630)
- version: Update version to merge to master (7fe8d3c)
Features
- authentication: Revamp to new authentication mechanism (b878a49)
- authenticator: Refactor authenticators (bf7da48)
- base: Add method read_external_sources (8fee5bf)
- config: get_authenticator_from_environment for loading from env (c50d2bb)
- disable-ssl-verification: log error for ssl error and others (33a40d6)
- env: Load from env variables (866f279)
BREAKING CHANGES
- version: This is a breaking change.