Releases: IBM/node-sdk-core
Releases · IBM/node-sdk-core
v5.1.0
5.1.0 (2024-10-15)
Features
- IamAssumeAuthenticator: add new authentication type for iam assume (#287) (addebfc)
v5.0.2
5.0.2 (2024-09-03)
Bug Fixes
- logging: improve node core's debug logging (#286) (7bcb404)
v5.0.1
5.0.1 (2024-08-14)
Bug Fixes
- deps: update axios to resolve vulnerability (#282) (83d9473)
- deps: update axios to resolve vulnerability (#283) (3500bf2)
v5.0.0
5.0.0 (2024-06-18)
Bug Fixes
- remove test utilities and dependency from package (901ece0)
Build System
- bump minimum node version to v18 (3d8fef5)
BREAKING CHANGES
- SDK test helpers are no longer exposed in this package.
To continue using the test helpers, which SDK unit tests still rely on, install
the new "@ibm-cloud/sdk-test-utilities" package as a development dependency.
Signed-off-by: Dustin Popp [email protected]
- Node v18 or above is now required to use this package.
Signed-off-by: Dustin Popp [email protected]
v4.3.3
4.3.3 (2024-06-04)
Bug Fixes
- revert "fix(deps): remove
expect
as redundant development dependency" (362e20a)
v4.3.2
4.3.2 (2024-06-03)
Bug Fixes
- deps: remove
expect
as redundant development dependency (b57b491)
v4.3.1
4.3.1 (2024-05-21)
Bug Fixes
- deps: bump
braces
and micromatch
to avoid vulnerabilities (#274) (1ecac01)
v4.3.0
4.3.0 (2024-04-17)
Features
- send user-agent header with auth token requests (#272) (a558274)
v4.2.5
4.2.5 (2024-03-29)
Bug Fixes
- deps: update axios to resolve vulnerability (#269) (4a2c7a5)
v4.2.4
4.2.4 (2024-02-28)
Bug Fixes