Skip to content

Commit bce0cf8

Browse files
committed
Merge branch 'master' into uuid-fix-break
# Conflicts: # CHANGELOG.md
2 parents d98b602 + a89f8a4 commit bce0cf8

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,6 +1,9 @@
11
* BREAK OLD STYLE WORK WITH UUID. See https://github.com/ydb-platform/ydb-go-sdk/issues/1501 for details.
22
At the version you must explicit choose way for work with uuid: old with bug or new (fixed).
33

4+
## v3.86.1
5+
* Fixed scan to optional uuid
6+
47
## v3.86.0
58
* Add workaround for bug in uuid send/receive from server. It is migration version. All native code and most database sql code worked with uuid continue to work.
69
Dedicated version for migrate code for workaround/fix uuid bug. See https://github.com/ydb-platform/ydb-go-sdk/issues/1501 for details.

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package version
33
const (
44
Major = "3"
55
Minor = "86"
6-
Patch = "0"
6+
Patch = "1"
77

88
Package = "ydb-go-sdk"
99
)

0 commit comments

Comments
 (0)