Skip to content

Releases: IBM/python-sdk-core

v1.1.2

05 Nov 17:01
Compare
Choose a tag to compare

1.1.2 (2019-11-05)

Bug Fixes

  • updated .buildversion.cfg to trigger patch release (909196f)

v1.1.1

05 Nov 15:37
Compare
Choose a tag to compare

1.1.1 (2019-11-05)

Bug Fixes

  • Fix linting for Python3 and fix all lint issues (14f2999)

v1.1.0

23 Oct 16:19
Compare
Choose a tag to compare

1.1.0 (2019-10-23)

Features

  • BaseService: define new BaseService.configure_service function (57e1aa2)

v1.0.0

03 Oct 16:30
Compare
Choose a tag to compare

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.

1.0.0rc10

02 Oct 22:11
Compare
Choose a tag to compare
1.0.0rc10 Pre-release
Pre-release
chore(version): update version

v0.5.2

02 Oct 18:27
Compare
Choose a tag to compare

0.5.2 (2019-10-02)

Bug Fixes

  • configs: Pass cllient configs to token managers (dc0c515)

1.0.0-rc9

27 Sep 18:42
Compare
Choose a tag to compare
1.0.0-rc9 Pre-release
Pre-release
chore(version): Update RC version

v1.0.0rc8

19 Sep 17:29
Compare
Choose a tag to compare
v1.0.0rc8 Pre-release
Pre-release
chore(version): Update versions

v1.0.0rc7

19 Sep 16:51
Compare
Choose a tag to compare
v1.0.0rc7 Pre-release
Pre-release
chore(version): Update release candidate version

v1.0.0rc6

17 Sep 14:19
Compare
Choose a tag to compare
v1.0.0rc6 Pre-release
Pre-release
chore(service_url): Update url to service url