Skip to content

Commit 0156067

Browse files
authored
Merge pull request #23 from ydb-platform/2.10.1
2.10.1
2 parents 709cfe4 + 35871cc commit 0156067

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.10.1
2+
* Fixed race on ydbsql concurrent connect. This hotfix only for v2 version
3+
14
## 2.10.0
25
* Added GlobalAsyncIndex implementation of index interface
36

internal/meta/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package meta
22

33
const (
4-
Version = "ydb-go-sdk/2.10.0"
4+
Version = "ydb-go-sdk/2.10.1"
55
)

0 commit comments

Comments
 (0)