We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9945c commit 9f8e82eCopy full SHA for 9f8e82e
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.87.0
2
* BREAK OLD STYLE WORK WITH UUID. See https://github.com/ydb-platform/ydb-go-sdk/issues/1501 for details.
3
At the version you must explicit choose way for work with uuid: old with bug or new (fixed).
4
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "86"
6
- Patch = "1"
+ Minor = "87"
+ Patch = "0"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments