Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.80.5
- Fixed connections pool leak on failed
ydb.Open
call
Full Changelog: v3.80.4...v3.80.5
v3.80.4
- Fixed panic on usage metrics package from prometheus adapter on
trace.Driver.OnNewStream
callback
Full Changelog: v3.80.3...v3.80.4
v3.80.3
- Added option
ydb.WithSessionPoolSessionIdleTimeToLive
for restrict idle time of query sessions - Fixed bug with leak of query transactions
- Changed
ydb_go_sdk_ydb_driver_conn_requests
metrics splitted toydb_go_sdk_ydb_driver_conn_request_statuses
andydb_go_sdk_ydb_driver_conn_request_methods
- Fixed metadata for operation service connection
- Fixed composing query traces in call
db.Query.Do[Tx]
using optionquery.WithTrace
Full Changelog: v3.80.2...v3.80.3
v3.80.2
- Added
balancers.PreferNearestDC[WithFallback]
balancers - Marked as deprecated
balancers.PreferLocalDC[WithFallback]
balancers becauselocal
word is ambiguous for balancer idea
Full Changelog: v3.80.1...v3.80.2
v3.80.1
- Added
lastErr
from previous attempt inretry.RetryWithResult
Full Changelog: v3.80.0...v3.80.1
v3.80.0
- Replaced internal table client pool entities to
internal/pool
Full Changelog: v3.79.2...v3.80.0
v3.79.2
- Enabled by default usage of
internal/pool
ininternal/query.Client
Full Changelog: v3.79.1...v3.79.2
v3.79.1
- Changed
trace.Table
andtrace.Query
traces - Implemented
internal/pool
the same as table client pool frominternal/table.Client
Full Changelog: v3.79.0...v3.79.1
v3.79.0
- Added commit messages for topic listener
- EOF error in RecvMsg is no longer logged
Full Changelog: v3.78.0...v3.79.0
v3.78.0
- Changed result type of method
query.Executor.QueryResultSet
fromquery.ResultSet
toquery.ClosableResultSet
- Added
table/types.DecimalValueFromString
decimal type constructor
Full Changelog: v3.77.1...v3.78.0