Skip to content

Releases: IBM/node-sdk-core

1.0.0-rc2

19 Sep 19:41

Choose a tag to compare

1.0.0-rc2 Pre-release
Pre-release

Second release candidate for the core. Includes support for new serviceUrl property.

To install this release candidate, use one of the following commands:

  • $ npm install ibm-cloud-sdk-core@1.0.0-rc2
  • $ npm install ibm-cloud-sdk-core@next

For more information about breaking changes and how to migrate your code, see the migration guide.

v0.3.6

16 Sep 20:12

Choose a tag to compare

0.3.6 (2019-09-16)

Bug Fixes

  • Fix handling of array form parameters. (#43) (bad8960)

v0.3.5

07 Aug 20:42

Choose a tag to compare

0.3.5 (2019-08-07)

Bug Fixes

  • share service request wrapper instance with token managers (#36) (e7609e2)

v0.3.4

05 Aug 05:21

Choose a tag to compare

0.3.4 (2019-08-05)

Bug Fixes

  • extend constructor options type to allow additional properties (#35) (70af0c9)

v0.3.3

17 Jul 21:34

Choose a tag to compare

0.3.3 (2019-07-17)

Bug Fixes

  • add deprecation notice for node versions 6 and 8 (#32) (9e3c667)

v0.3.2

23 Jun 20:05

Choose a tag to compare

0.3.2 (2019-06-23)

Bug Fixes

  • read iam client id and secret from environment variables (#30) (2247d0a)

v0.3.1

06 Jun 17:14

Choose a tag to compare

0.3.1 (2019-06-06)

Bug Fixes

  • expose the body in the detailed response under the field result (f4aa4f9)

v0.3.0

05 Jun 18:29

Choose a tag to compare

0.3.0 (2019-06-05)

Features

  • add IcpTokenManagerV1 as a top-level export of the package (cfa3e1b)
  • add new token manager for ICP4D (ee1ddad)
  • add new token manager for ICP4D (#26) (2097a64)
  • carry disable_ssl_verification through to token managers (4f2f789)

v0.2.7

24 May 01:59

Choose a tag to compare

0.2.7 (2019-05-24)

Bug Fixes

  • remove node request objects from detailed response (9ac5673)
  • remove node request objects from detailed response (#25) (192d8cf)

v0.2.6

21 May 16:11

Choose a tag to compare

0.2.6 (2019-05-21)

Bug Fixes

  • temporarily disable gzipping until axios bug fix is released (b26a310)