Skip to content

Releases: IBM/node-sdk-core

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)

v3.2.0

12 Oct 14:05
Compare
Choose a tag to compare

3.2.0 (2022-10-12)

Features

  • add method getNewLogger to public API (#210) (07b99de)

v3.1.0

28 Jul 20:27
Compare
Choose a tag to compare

3.1.0 (2022-07-28)

Features

  • add setDefaultHeaders method on base service class (#207) (29bec13)

v3.0.1

28 Jul 16:43
Compare
Choose a tag to compare

3.0.1 (2022-07-28)

Bug Fixes

v3.0.0

28 Jul 15:51
Compare
Choose a tag to compare

3.0.0 (2022-07-28)

Bug Fixes

BREAKING CHANGES

  • two synchronous public functions are now asynchronous

The function getContentType formerly returned a string but now returns a
Promise that resolves to a string. The function buildRequestFileObject
formerly returned a FileObject but now returns a Promise that resolves to
a FileObject.

v2.17.15

05 Jul 13:34
Compare
Choose a tag to compare

2.17.15 (2022-07-05)

Bug Fixes

  • ensure dist/docs is a directory during build (#202) (1b3ef62)

v2.17.14

02 May 14:54
Compare
Choose a tag to compare

2.17.14 (2022-05-02)

Bug Fixes

v2.17.13

04 Apr 19:42
Compare
Choose a tag to compare

2.17.13 (2022-04-04)

Bug Fixes

  • bump dependencies to avoid minimist vulnerability (#195) (4de8a9d)

v2.17.12

16 Mar 19:07
Compare
Choose a tag to compare

2.17.12 (2022-03-16)

Bug Fixes

  • update minimum Node version in package.json (#192) (dfbebee)

v2.17.11

16 Mar 15:26
Compare
Choose a tag to compare

2.17.11 (2022-03-16)

Bug Fixes

  • update axios to remove vulnerability (90e0417)
  • use correct type for cookie jar option (59a440a)