Skip to content

Releases: IBM/node-sdk-core

v4.0.8

22 May 20:52
Compare
Choose a tag to compare

4.0.8 (2023-05-22)

Bug Fixes

  • refresh dependencies and address import cycles (#244) (72aa8d5)

v4.0.7

22 May 20:37
Compare
Choose a tag to compare

4.0.7 (2023-05-22)

Bug Fixes

  • ContainerAuthenticator: add sa-token as default CR token filename (#241) (91f9932)

v4.0.6

18 May 15:14
Compare
Choose a tag to compare

4.0.6 (2023-05-18)

Bug Fixes

  • use consistent message for JSON.parse() errors (#243) (3cc7bab)

v4.0.5

01 Mar 17:52
Compare
Choose a tag to compare

4.0.5 (2023-03-01)

Bug Fixes

  • correctly handle empty response bodies (#239) (d0c9cb3)

v4.0.4

27 Feb 21:40
Compare
Choose a tag to compare

4.0.4 (2023-02-27)

Bug Fixes

  • return json error response body as object (#238) (6f201b7)

v4.0.3

09 Jan 15:08
Compare
Choose a tag to compare

4.0.3 (2023-01-09)

Bug Fixes

  • VpcInstanceAuthenticator: use correct version string (4a1411a)

v4.0.2

30 Dec 18:15
Compare
Choose a tag to compare

4.0.2 (2022-12-30)

Bug Fixes

  • auth: revert to using decode instead verify for jwt (#227) (cf3d641)

v4.0.1

29 Dec 18:25
Compare
Choose a tag to compare

4.0.1 (2022-12-29)

Bug Fixes

  • auth: migrate to secure usage of jwt for token authentication (#225) (10e0728)

v4.0.0

20 Dec 16:17
Compare
Choose a tag to compare

4.0.0 (2022-12-20)

Bug Fixes

  • axios 1.x in request-wrapper (9ba195b)

Build System

  • deps-dev: update typescript to 4.9.4 (1764e22)

Features

  • update minimum Node.js version to 14 (5021118)

BREAKING CHANGES

  • deps-dev: Minimum typescript version is 4.
    Upgrade to typescript 4.x.

  • Minimum Node.js version is 14.
    Upgrade to at least Node.js 14.

  • For assistance migrating to v4 - see the migration guide.

v3.2.1

21 Oct 20:23
Compare
Choose a tag to compare

3.2.1 (2022-10-21)

Bug Fixes

  • allow for synchronous building of file requests (#211) (dcce4ea)