You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
* Fixed send optional arguments to the server with `ydb.ParamsBuilder`
2
2
3
+
## v3.87.0
4
+
* BREAK OLD STYLE WORK WITH UUID. See https://github.com/ydb-platform/ydb-go-sdk/issues/1501 for details.
5
+
At the version you must explicit choose way for work with uuid: old with bug or new (fixed).
6
+
7
+
## v3.86.1
8
+
* Fixed scan to optional uuid
9
+
10
+
## v3.86.0
11
+
* 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.
12
+
Dedicated version for migrate code for workaround/fix uuid bug. See https://github.com/ydb-platform/ydb-go-sdk/issues/1501 for details.
13
+
14
+
## v3.85.3
15
+
* Renamed `query.WithPoolID()` into `query.WithResourcePool()`
16
+
17
+
## v3.85.2
18
+
* Added experimental `query.WithPoolID()` execute option for define resource pool for execute query
19
+
20
+
## v3.85.1
21
+
* Added `spans.Retry` constructor of `trace.Retry`
3
22
4
23
## v3.85.0
5
24
* Added experimental package `spans` with tracing adapter interfaces for OpenTelemetry, OpenTracing, etc.
0 commit comments