Skip to content

Commit

Permalink
Merge branch 'master' into uuid-fix-break
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
  • Loading branch information
rekby committed Oct 23, 2024
2 parents 2b063e4 + bcbe650 commit c286a45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
* BREAK OLD STYLE WORK WITH UUID. See https://github.com/ydb-platform/ydb-go-sdk/issues/1501 for details.
At the version you must explicit choose way for work with uuid: old with bug or new (fixed).
At the version you must explicit choose way for work with uuid: old with bug or new (fixed).

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

## v3.85.3
* Renamed `query.WithPoolID()` into `query.WithResourcePool()`
Expand Down
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package version

const (
Major = "3"
Minor = "85"
Patch = "3"
Minor = "86"
Patch = "0"

Package = "ydb-go-sdk"
)
Expand Down

0 comments on commit c286a45

Please sign in to comment.