Skip to content

Commit

Permalink
Merge branch 'v2' into 2.10.1
Browse files Browse the repository at this point in the history
# Conflicts:
#	NEXT_MAJOR_RELEASE.md
#	api/protos/Ydb_Table/ydb_table.pb.go
#	api/protos/ydb_cms.proto
#	api/protos/ydb_table.proto
#	version.go
#	ydbsql/connector.go
  • Loading branch information
asmyasnikov committed Oct 22, 2021
2 parents 709cfe4 + 15574c2 commit 35871cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.10.1
* Fixed race on ydbsql concurrent connect. This hotfix only for v2 version

## 2.10.0
* Added GlobalAsyncIndex implementation of index interface

Expand Down
2 changes: 1 addition & 1 deletion internal/meta/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package meta

const (
Version = "ydb-go-sdk/2.10.0"
Version = "ydb-go-sdk/2.10.1"
)

0 comments on commit 35871cc

Please sign in to comment.