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
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,18 @@
1
1
* Improve config validation before start topic reader
2
+
* Added metrics over `db.Table().Do()` and `db.Table().DoTx()`
3
+
* Added method `ydb.ParamsBuilder().Param(name).Any(value)` to add custom `types.Value`
4
+
* Upgraded dependencies:
5
+
*`google.golang.org/grpc` - from `v1.57.1` to `v1.62.1`
6
+
*`github.com/google/uuid` - from `v1.3.0` to `v1.6.0`
7
+
*`golang.org/x/sync` - from `v0.3.0` to `v0.6.0`
2
8
* Fixed goroutine leak on close reader
3
9
* Fixed topic reader and writer WaitInit hunging on unretriable connection error
4
10
* Added `query.Client.Stats()` method
5
11
* Added `query.Result.Stats()` method
6
12
* Added `query.ResultSet.Index()` method
7
13
* Support loading OAuth 2.0 token exchange credentials provider from config file
8
14
* Added options for JWT tokens for loading EC private keys and HMAC secrets
15
+
* Add retries to OAuth 2.0 token exchange credentials
9
16
10
17
## v3.74.5
11
18
* Fixed bug with reading empty result set parts.
@@ -15,11 +22,11 @@
15
22
* Fixed bug with fail cast of grpc response to `operation.{Response,Status}`
16
23
17
24
## v3.74.3
18
-
* Removed check the node is available for query and table service sessions
25
+
* Removed check the node is available for query and table service sessions
19
26
* Refactored the `balancers.PreferLocations()` function - it is a clean/pure function
20
27
* Added experimental `balancers.WithNodeID()` context modifier for define per request the YDB endpoint by NodeID
21
28
* Reverted the allowing the casts from signed YDB types to unsigned destination types if source value is not negative
22
-
* Replaced internal query session pool by default to stub for exclude impact from internal/pool
29
+
* Replaced internal query session pool by default to stub for exclude impact from internal/pool
23
30
24
31
## v3.74.2
25
32
* Added description to scan errors with use query service client scanner
@@ -68,7 +75,7 @@
68
75
## v3.68.0
69
76
* Added experimental `ydb.{Register,Unregister}DsnParser` global funcs for register/unregister external custom DSN parser for `ydb.Open` and `sql.Open` driver constructor
0 commit comments