Skip to content

Releases: IBM/python-sdk-core

v1.5.0

21 Nov 17:58
Compare
Choose a tag to compare

1.5.0 (2019-11-21)

Features

  • use new semantic-release config (040c6a7)

v1.4.0

20 Nov 21:15
Compare
Choose a tag to compare

1.4.0 (2019-11-20)

Features

  • configure release commit message format (3d9cbda)

v1.3.0

20 Nov 19:35
Compare
Choose a tag to compare

1.3.0 (2019-11-20)

Features

v1.2.0

20 Nov 17:28
Compare
Choose a tag to compare

1.2.0 (2019-11-20)

Features

  • expand vcap credential loading to support user-defined service names (32954fa)

v1.1.3

05 Nov 17:52
Compare
Choose a tag to compare

1.1.3 (2019-11-05)

Bug Fixes

  • perform semrel steps in correct order (545f13e)

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