From 222a9f984c148aac98c6751a8bcff53ad4759003 Mon Sep 17 00:00:00 2001 From: ydb-platform-bot <95354183+ydb-platform-bot@users.noreply.github.com> Date: Tue, 7 Mar 2023 17:26:23 +0300 Subject: [PATCH] chore(main): release 4.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2aa5a8f..e7274040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ 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. +## [4.0.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v3.9.0...v4.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](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/bd637bc3f888b16bcd80af839b3989c456e20275)) +* add custom logger examples ([11273aa](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/11273aa1775f84bb1d0c19edb2a8b7923961c1d4)) +* add slo-workload ([a916f19](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/a916f19ccef66094b0e71ee3a56216d89ca2a830)) +* lock engine>npm version ([f35dc42](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/f35dc426e2e7081908a7d8d904e58fc514c98d2d)) + + +### Bug Fixes + +* import type from `@yandex-cloud/nodejs-sdk` ([331074b](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/331074b4f5d31e037de901990eedc5fb97723f94)) +* move optional deps to peerDeps ([701bb6c](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/701bb6cdf83a0bef219e70d918bd0244c42bdf4e)) +* remove pino from deps, add setupLogger ([fb77499](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/fb77499345e100d98095c94e850928e127a90d0c)) +* update MetadataAuthService to load module async way ([2d9be70](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/2d9be7082efa840b69b8ab44b5960f5388a7f49e)) + ## [3.9.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v3.8.1...v3.9.0) (2023-02-09) diff --git a/package-lock.json b/package-lock.json index 366aaae1..f474a118 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ydb-sdk", - "version": "3.9.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ydb-sdk", - "version": "3.9.0", + "version": "4.0.0", "license": "Apache", "dependencies": { "@grpc/grpc-js": "^1.5.3", diff --git a/package.json b/package.json index 2676f2a5..8e236c83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydb-sdk", - "version": "3.9.0", + "version": "4.0.0", "description": "Node.js bindings for working with YDB API over gRPC", "main": "build/cjs/src/index.js", "module": "build/esm/src/index.js",