Skip to content

Releases: IBM/python-sdk-core

v2.0.0

10 Apr 20:01
Compare
Choose a tag to compare

2.0.0 (2020-04-10)

Features

  • Add type annotations to parameters and return values (5d4ef81)
  • Get error status phrase from status code (d60ae58)
  • Only override content-type if it is none (b1177f2)
  • Require optional parameters to be keyword-specified (d9aa1d4)
  • Update python super call to newer version (f038e10)

BREAKING CHANGES

  • Type annotations new in Python3
  • Added super call feature new to Python3
  • HTTPStatus is new in Python3
  • Keyword-specific optional parameters are new in Python3

v1.7.3

31 Mar 19:41
Compare
Choose a tag to compare

1.7.3 (2020-03-31)

Bug Fixes

  • update classifiers in setup.py (8b042a8)

v1.7.2

31 Mar 19:11
Compare
Choose a tag to compare

1.7.2 (2020-03-31)

Bug Fixes

  • update setup.py info for pypi (1e0d63a)

v1.7.1

06 Mar 21:36
Compare
Choose a tag to compare

1.7.1 (2020-03-06)

Bug Fixes

  • update README to trigger patch release (bd389b4)

v1.7.0

02 Mar 19:39
Compare
Choose a tag to compare

1.7.0 (2020-03-02)

Features

  • Pace requests to token server for new auth tokens (1dea212)

v1.6.2

13 Feb 21:37
Compare
Choose a tag to compare

1.6.2 (2020-02-13)

Bug Fixes

  • Handle conversions for naive datetime values (f1149fa)

v1.6.1

04 Feb 03:09
Compare
Choose a tag to compare

1.6.1 (2020-02-04)

Bug Fixes

  • Fix date/datetime_to_string handling of non-date/datetime inputs (8251b82)

v1.6.0

19 Dec 18:17
Compare
Choose a tag to compare

1.6.0 (2019-12-19)

Features

  • Add date_to_string and string_to_date utility methods (6dbfff9)

v1.5.2

18 Dec 23:05
Compare
Choose a tag to compare

1.5.2 (2019-12-18)

Bug Fixes

  • Update credential file path check to current working directory (e1ad677)

v1.5.1

21 Nov 18:47
Compare
Choose a tag to compare

1.5.1 (2019-11-21)

Bug Fixes

  • more semantic-release config changes (7b20aea)