Skip to content

Releases: oracle/nosql-node-sdk

5.5.2

13 Jun 01:45
4bd6e0a
Compare
Choose a tag to compare
  1. Cloud only: added OKE workload identity authentication support.
  2. Added new regions.
  3. Bug fixes.

5.5.1

22 Feb 03:04
f3c9d7e
Compare
Choose a tag to compare
  1. Cloud only: Global Active tables support.
  2. Support for query during elasticity operations.
  3. Support for new query operators.
  4. Support for namespaces.
  5. Cloud only: Resource principal claims, useResourcePrincipalCompartment option.
  6. Bug fixes.

5.5.0

18 Aug 02:00
1a11af4
Compare
Choose a tag to compare
  1. Cloud only: support for session token-based authentication.

  2. TypeScript support. This includes declarations for all classes and types used by the SDK, related tests, new examples and new documentation.

  3. Bug fixes.

5.4.0

15 Apr 00:57
32fd0a0
Compare
Choose a tag to compare

Added V4 protocol and new regions.

5.3.4

14 Dec 18:10
Compare
Choose a tag to compare

This is a bug fix and update of cloud regions release. See CHANGELOG for details.

5.3.3

15 Sep 01:39
Compare
Choose a tag to compare

Internal enhancements.

5.3.2

19 Aug 01:19
Compare
Choose a tag to compare

Added longAsBigInt option, additions to PreparedStatement and bug fixes, see CHANGELOG.md.

5.3.1

13 Jun 15:04
Compare
Choose a tag to compare

Minor feature and update release. See CHANGELOG.md for details

5.3.0

18 Feb 17:06
Compare
Choose a tag to compare

This is a feature and bug fix release. See CHANGELOG.md for details

v5.2.4

30 Jun 02:54
Compare
Choose a tag to compare
  1. Added support for rate limiting.
  2. Differentiate between SQL NULL and JSON NULL by using undefined for SQL NULL and null for JSON NULL.
  3. Changed default timeout to infinity (no timeout) for forCompletion API and related tableDDL and adminDDL APIs when using complete option.
  4. Added new regions for the Cloud Service.
  5. Multiple bug fixes.