Skip to content

Releases: IBM/appconfiguration-node-sdk

v0.7.4

20 Mar 05:11
5e94c5b
Compare
Choose a tag to compare

eu-de region support and dependency updates

What's Changed

  • add support for eu-de region
  • bump dependencies

Full Changelog: v0.7.3...v0.7.4

v0.7.3

21 Feb 06:48
f506c40
Compare
Choose a tag to compare

Updates dependencies for Vulnerability Fixes.

What's Changed

Updates dependencies for Vulnerability Fixes for below packages:-

Full Changelog: v0.7.2...v0.7.3

v0.7.2

08 Jan 07:10
70dec87
Compare
Choose a tag to compare

Updates dependencies for Vulnerability Fixes.

What's Changed

  • Updates dependencies for ibm-cloud-sdk-core packages package to 4.2.2 version.

Full Changelog: v0.7.1...v0.7.2

v0.7.1

03 Nov 05:17
ec366f3
Compare
Choose a tag to compare
  • updates dependencies (@babel/traverse & axios package bump)

Full Changelog: v0.7.0...v0.7.1

v0.7.0

29 Sep 09:56
15244c2
Compare
Choose a tag to compare
  • JSON format of the bootstrap file is changed. New JSON format of the bootstrap file should be created using App Configuration CLI plugin command ibmcloud ac export. See here.
  • Old JSON format of bootstrap file will throw error during initialisation.

Full Changelog: v0.6.0...v0.7.0

v0.6.0

15 Sep 07:34
b3c8690
Compare
Choose a tag to compare
  • setContext() now returns a Promise. You can wait for SDK initialisation completion using await keyword to setContext(). The Promise is fulfilled if initialisation is successful and rejected if not. See README
  • removed the deprecated params of setContext().
  • allowlist URLs added to README.

More details in the PR description #32

Full Changelog: v0.5.2...v0.6.0

v0.5.2

25 Aug 11:43
d02dccf
Compare
Choose a tag to compare

bug fixes & improvements.

  • timeout increased for checkInternet() function
  • added retry for 499 status code too
  • decreased the retry time

See PR #31

Full Changelog: v0.5.1...v0.5.2

v0.5.1

07 Aug 14:20
7b03e60
Compare
Choose a tag to compare
  • improved websocket error handling #30
  • addressed vulnerabilities from semver & word-wrap packages #29

Full Changelog: v0.5.0...v0.5.1

v0.5.0

16 Jun 08:55
c9ab1e1
Compare
Choose a tag to compare
  • changes have been made to getSecret() method to accept version two of secrets manager initialised client. From this version onwards users have to pass secrets manager v2 client to getSecret() instead of v1.
  • Full example of the same is added to readme. Check this section.

Full Changelog: v0.4.4...v0.5.0

v0.4.4

31 Dec 05:23
cde83a2
Compare
Choose a tag to compare
  • bump dependencies

Full Changelog: v0.4.3...v0.4.4