Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.98.0
- Supported pool of encoders, which implement ResetableWriter interface
Full Changelog: v3.97.0...v3.98.0
v3.97.0
- Added immutable range iterators from go1.23 into query stats to iterate over query phases and accessed tables without query stats object mutation
Full Changelog: v3.96.2...v3.97.0
v3.96.2
- Fixed broken metric
ydb_go_sdk_ydb_database_sql_conns
Full Changelog: v3.96.1...v3.96.2
v3.96.1
- Fixed drop session from pool unnecessary in query service
Full Changelog: v3.96.0...v3.96.1
v3.96.0
- Supported of list, set and struct for unmarshall using
sugar.Unmarshall...
Full Changelog: v3.95.6...v3.96.0
v3.95.6
- Fixed panic on span reporting in
xsql/Tx
Full Changelog: v3.95.5...v3.95.6
v3.95.5
- Fixed goroutine leak on failed execute call in query client
Full Changelog: v3.95.4...v3.95.5
v3.95.4
- Fixed connections pool leak on closing sessions
- Fixed an error in logging session deletion events
Full Changelog: v3.95.3...v3.95.4
v3.95.3
- Supported of
database/sql/driver.Valuer
interfaces for params which passed to query using sql driver - Exposed
credentials/credentials.OAuth2Config
OAuth2 config
Full Changelog: v3.95.2...v3.95.3
v3.95.2
- Fixed panic on multiple closing driver
Full Changelog: v3.95.1...v3.95.2