Skip to content

Commit ffdfb4e

Browse files
ydb-platform-bottsufiev
authored andcommitted
chore(main): release 3.2.0
1 parent 4500226 commit ffdfb4e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [3.2.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v3.1.1...v3.2.0) (2022-05-20)
6+
7+
8+
### Features
9+
10+
* process 'session-close' server hint from trailing metadata ([d9c15ba](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/d9c15bacaa1907f6f206ba1f2ca63bbc4da16c26))
11+
12+
13+
### Bug Fixes
14+
15+
* acquire new session once free slot becomes available in pool ([4500226](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/4500226c058707aab8f5f78f0a8ba9d6da6aad4d))
16+
517
### [3.1.1](https://www.github.com/ydb-platform/ydb-nodejs-sdk/compare/v3.1.0...v3.1.1) (2022-05-13)
618

719

package-lock.json

Lines changed: 1 addition & 1 deletion
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.1.1",
3+
"version": "3.2.0",
44
"description": "Node.js bindings for working with YDB API over gRPC",
55
"main": "build/index.js",
66
"files": [

0 commit comments

Comments
 (0)