Skip to content

Commit 790f1d2

Browse files
ydb-platform-botzeruk
authored andcommitted
chore(main): release 4.6.0
1 parent 783d977 commit 790f1d2

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.6.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v4.5.0...v4.6.0) (2023-05-10)
6+
7+
8+
### Features
9+
10+
* add logging to retryable decorator ([dc747b0](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/dc747b081bc44d80a3a4c112d193f05d19d0ee6b))
11+
* add retries to static and IAM credentials services ([783d977](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/783d9778f510c0a23ef5bca7bdc5be99c8631945))
12+
* update errors classes list ([3d860b8](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/3d860b800e3540ef77f346c9308b1ca85bb64c0e))
13+
14+
15+
### Bug Fixes
16+
17+
* fix withTimeout hanging when errored ([83409c5](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/83409c58919b98971dcc15889234c65aeb11fb56))
18+
519
## [4.5.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v4.4.0...v4.5.0) (2023-04-19)
620

721

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ydb-sdk",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "Node.js bindings for working with YDB API over gRPC",
55
"main": "build/cjs/src/index.js",
66
"module": "build/esm/src/index.js",

0 commit comments

Comments
 (0)