Skip to content

Commit bc041c3

Browse files
ydb-platform-botpolRk
authored andcommitted
chore(main): release 5.9.1
1 parent cfd1efa commit bc041c3

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [5.9.1](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v5.9.0...v5.9.1) (2025-02-15)
6+
7+
8+
### Bug Fixes
9+
10+
* correct get IAM token with authorized key ([8111762](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/8111762ddb125aa63fd88ff49eb3034ccf26b12c))
11+
* **driver:** bring endpoint and connection string to just a host ([7bf10b0](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/7bf10b0a25c8ccfefec275a8720233d2b94f7860))
12+
* export QuerySession from root ([cfd1efa](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/cfd1efa1c2fc4e5c18f5ea3a63bbef20725ed6b3))
13+
* fixed database connection URL ([77800f1](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/77800f1502f27dabe74c21d71c0c66d4e26062ae))
14+
* fixed database connection URL ([27f64d5](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/27f64d5c41588b1b122f684e2b585cbde27b716c))
15+
516
## [5.9.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v5.8.0...v5.9.0) (2025-02-11)
617

718

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ydb-sdk",
3-
"version": "5.9.0",
3+
"version": "5.9.1",
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)