Releases: ydb-platform/ydb-js-sdk
Releases · ydb-platform/ydb-js-sdk
v5.1.1
5.1.1 (2023-09-04)
Bug Fixes
- quick fix husky install problem arises during SDK update (03beecc)
v5.1.0
5.1.0 (2023-08-31)
Features
- a dummy feature to check the release action (268d427)
v5.0.0
5.0.0 (2023-05-15)
⚠ BREAKING CHANGES
Features
Bug Fixes
- bugfix long type parsing (4bbecf7)
- bugfix vaiant tuple parse (283be5d)
v4.6.0
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
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
4.4.0 (2023-04-19)
Features
v4.3.0
4.3.0 (2023-04-04)
Features
- add language_id support for slo workflow (f7fee49)
v4.2.0
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
4.1.0 (2023-03-16)
Features
v4.0.0
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)