Skip to content

Commit c286a45

Browse files
committed
Merge branch 'master' into uuid-fix-break
# Conflicts: # CHANGELOG.md
2 parents 2b063e4 + bcbe650 commit c286a45

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
* BREAK OLD STYLE WORK WITH UUID. See https://github.com/ydb-platform/ydb-go-sdk/issues/1501 for details.
2-
At the version you must explicit choose way for work with uuid: old with bug or new (fixed).
2+
At the version you must explicit choose way for work with uuid: old with bug or new (fixed).
33

4+
## v3.86.0
45
* 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.
6+
Dedicated version for migrate code for workaround/fix uuid bug. See https://github.com/ydb-platform/ydb-go-sdk/issues/1501 for details.
57

68
## v3.85.3
79
* Renamed `query.WithPoolID()` into `query.WithResourcePool()`

internal/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package version
22

33
const (
44
Major = "3"
5-
Minor = "85"
6-
Patch = "3"
5+
Minor = "86"
6+
Patch = "0"
77

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

0 commit comments

Comments
 (0)