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
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,46 @@
1
+
## v3.80.8
2
+
* Added `ydb.WithLazyTx(bool)` option for create lazy transactions on `query.Session.Begin` call
3
+
* Added initial experimental topic and cdc-helpers, see examples in [tests/integration/topic_helpers_test.go](https://github.com/ydb-platform/ydb-go-sdk/blob/master/tests/integration/topic_helpers_test.go)
4
+
* Added experimental `sugar.UnmarshalRows` for user unmarshaller structs in own code in go 1.23, change example for use the iterator.
* Fixed bug with doesn't rollback the transaction on the operation error in table service
9
+
10
+
## v3.80.6
11
+
* Fixed concurrent map writes in metrics
12
+
* Renamed method at experimental API `reader.PopBatchTx` to `reader.PopMessagesBatchTx`
13
+
14
+
## v3.80.5
15
+
* Fixed connections pool leak on failed `ydb.Open` call
16
+
17
+
## v3.80.4
18
+
* Fixed panic on usage metrics package from prometheus adapter on `trace.Driver.OnNewStream` callback
19
+
20
+
## v3.80.3
21
+
* Added option `ydb.WithSessionPoolSessionIdleTimeToLive` for restrict idle time of query sessions
22
+
* Fixed bug with leak of query transactions
23
+
* Changed `ydb_go_sdk_ydb_driver_conn_requests` metrics splitted to `ydb_go_sdk_ydb_driver_conn_request_statuses` and `ydb_go_sdk_ydb_driver_conn_request_methods`
24
+
* Fixed metadata for operation service connection
25
+
* Fixed composing query traces in call `db.Query.Do[Tx]` using option `query.WithTrace`
0 commit comments