v3.75.0
·
1212 commits
to master
since this release
- Improve config validation before start topic reader
- Added metrics over
db.Table().Do()
anddb.Table().DoTx()
- Added method
ydb.ParamsBuilder().Param(name).Any(value)
to add customtypes.Value
- Upgraded dependencies:
google.golang.org/grpc
- fromv1.57.1
tov1.62.1
github.com/google/uuid
- fromv1.3.0
tov1.6.0
golang.org/x/sync
- fromv0.3.0
tov0.6.0
- Fixed goroutine leak on close reader
- Fixed topic reader and writer WaitInit hunging on unretriable connection error
- Added
query.Client.Stats()
method - Added
query.Result.Stats()
method - Added
query.ResultSet.Index()
method - Support loading OAuth 2.0 token exchange credentials provider from config file
- Added options for JWT tokens for loading EC private keys and HMAC secrets
- Add retries to OAuth 2.0 token exchange credentials
Full Changelog: v3.74.5...v3.75.0