Skip to content

Commit 222a9f9

Browse files
ydb-platform-botzeruk
authored andcommitted
chore(main): release 4.0.0
1 parent c3f657f commit 222a9f9

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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.0.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v3.9.0...v4.0.0) (2023-03-07)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove pino from deps, add setupLogger
11+
* move optional deps to peerDeps
12+
13+
### Features
14+
15+
* add backward compatibility for `setDefaultLogger` ([bd637bc](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/bd637bc3f888b16bcd80af839b3989c456e20275))
16+
* add custom logger examples ([11273aa](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/11273aa1775f84bb1d0c19edb2a8b7923961c1d4))
17+
* add slo-workload ([a916f19](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/a916f19ccef66094b0e71ee3a56216d89ca2a830))
18+
* lock engine>npm version ([f35dc42](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/f35dc426e2e7081908a7d8d904e58fc514c98d2d))
19+
20+
21+
### Bug Fixes
22+
23+
* import type from `@yandex-cloud/nodejs-sdk` ([331074b](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/331074b4f5d31e037de901990eedc5fb97723f94))
24+
* move optional deps to peerDeps ([701bb6c](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/701bb6cdf83a0bef219e70d918bd0244c42bdf4e))
25+
* remove pino from deps, add setupLogger ([fb77499](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/fb77499345e100d98095c94e850928e127a90d0c))
26+
* update MetadataAuthService to load module async way ([2d9be70](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/2d9be7082efa840b69b8ab44b5960f5388a7f49e))
27+
528
## [3.9.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v3.8.1...v3.9.0) (2023-02-09)
629

730

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": "3.9.0",
3+
"version": "4.0.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)