Skip to content

Releases: ydb-platform/ydb-js-sdk

v5.1.1

04 Sep 10:33
Compare
Choose a tag to compare

5.1.1 (2023-09-04)

Bug Fixes

  • quick fix husky install problem arises during SDK update (03beecc)

v5.1.0

31 Aug 17:53
Compare
Choose a tag to compare

5.1.0 (2023-08-31)

Features

  • a dummy feature to check the release action (268d427)

v5.0.0

15 May 10:44
Compare
Choose a tag to compare

5.0.0 (2023-05-15)

⚠ BREAKING CHANGES

  • remove string type

Features

Bug Fixes

  • bugfix long type parsing (4bbecf7)
  • bugfix vaiant tuple parse (283be5d)

v4.6.0

10 May 19:45
Compare
Choose a tag to compare

4.6.0 (2023-05-10)

Features

  • add logging to retryable decorator (dc747b0)
  • add retries to static and IAM credentials services (783d977)
  • update errors classes list (3d860b8)

Bug Fixes

  • fix withTimeout hanging when errored (83409c5)

v4.5.0

19 Apr 12:39
Compare
Choose a tag to compare

4.5.0 (2023-04-19)

Features

  • add family option to Column constructor (06a955d)
  • add all defined options to createTable functions (feb2570)
  • add describeTableOptions function (b532c90)

v4.4.0

19 Apr 08:57
Compare
Choose a tag to compare

4.4.0 (2023-04-19)

Features

v4.3.0

04 Apr 17:20
Compare
Choose a tag to compare

4.3.0 (2023-04-04)

Features

  • add language_id support for slo workflow (f7fee49)

v4.2.0

28 Mar 14:28
Compare
Choose a tag to compare

4.2.0 (2023-03-28)

Features

  • make variant type converting to YDB native working (2c0a9d9)
  • make variant type parsing working (5320024)

v4.1.0

17 Mar 11:54
Compare
Choose a tag to compare

4.1.0 (2023-03-16)

Features

v4.0.0

08 Mar 13:04
Compare
Choose a tag to compare

4.0.0 (2023-03-07)

⚠ BREAKING CHANGES

  • remove pino from deps, add setupLogger
  • move optional deps to peerDeps

Features

  • add backward compatibility for setDefaultLogger (bd637bc)
  • add custom logger examples (11273aa)
  • add slo-workload (a916f19)
  • lock engine>npm version (f35dc42)

Bug Fixes

  • import type from @yandex-cloud/nodejs-sdk (331074b)
  • move optional deps to peerDeps (701bb6c)
  • remove pino from deps, add setupLogger (fb77499)
  • update MetadataAuthService to load module async way (2d9be70)