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
+7-5
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
1
* Added `query.ResultSet.Index()` method
2
+
* Support loading OAuth 2.0 token exchange credentials provider from config file
3
+
* Added options for JWT tokens for loading EC private keys and HMAC secrets
2
4
3
5
## v3.74.5
4
6
* Fixed bug with reading empty result set parts.
@@ -8,11 +10,11 @@
8
10
* Fixed bug with fail cast of grpc response to `operation.{Response,Status}`
9
11
10
12
## v3.74.3
11
-
* Removed check the node is available for query and table service sessions
13
+
* Removed check the node is available for query and table service sessions
12
14
* Refactored the `balancers.PreferLocations()` function - it is a clean/pure function
13
15
* Added experimental `balancers.WithNodeID()` context modifier for define per request the YDB endpoint by NodeID
14
16
* Reverted the allowing the casts from signed YDB types to unsigned destination types if source value is not negative
15
-
* Replaced internal query session pool by default to stub for exclude impact from internal/pool
17
+
* Replaced internal query session pool by default to stub for exclude impact from internal/pool
16
18
17
19
## v3.74.2
18
20
* Added description to scan errors with use query service client scanner
@@ -61,7 +63,7 @@
61
63
## v3.68.0
62
64
* 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