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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
* Moved `internal/decimal` package to `pkg/decimal` for public usage
2
+
1
3
## v3.122.0
2
4
* Added `trace.NodeHintInfo` field for OnPoolGet trace callback which stores info for node hint misses
3
5
* Added `ydb_go_sdk_ydb_table_pool_node_hint_miss` and `ydb_go_sdk_ydb_query_pool_node_hint_miss` metrics for node hint misses
@@ -11,7 +13,7 @@
11
13
* Changed internal pprof label to pyroscope supported format
12
14
* Added `query.ImplicitTxControl()` transaction control (the same as `query.NoTx()` and `query.EmptyTxControl()`). See more about implicit transactions on [ydb.tech](https://ydb.tech/docs/en/concepts/transactions?version=v25.2#implicit)
13
15
* Added `SnapshotReadWrite` isolation mode support to `database/sql` driver using `sql.TxOptions{Isolation: sql.LevelSnapshot, ReadOnly: false}`
14
-
*Move`internal/ratelimiter/options` to `ratelimiter/options` for public usage
16
+
*Moved`internal/ratelimiter/options` to `ratelimiter/options` for public usage
15
17
16
18
## v3.120.0
17
19
* Added support of `SnapshotReadWrite` isolation mode into query and table clients
0 commit comments