Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.127.2
- Added
table/types.{TypeTimestamp64,TypeDatetime64}constants (primitive type IDs) - Topic reader: improved concurrency call errors
Full Changelog: v3.127.1...v3.127.2
v3.127.1
- Added
endpoint(node_id,address,location) to topic writer init stream logs
Full Changelog: v3.127.0...v3.127.1
v3.127.0
- Changed behaviour of
table.Clientandquery.Clientinternal session pool. Whenydb.WithPreferredNodeIDis set and there is no idle session on preferred node, the pool closes most idle session to create a new one on the preferred node - Fixed a bug when sometimes in cases of context cancellation returner error was not
errors.Is(err, context.Canceled)
Full Changelog: v3.126.5...v3.127.0
v3.126.5
- Invoke
OnWriterReceiveResulttrace callback when topic writer receives ack from server (enables client-side logging for sync write diagnostics) - Added
ydb.WithCommitTxContext(ctx)to request commit along with query execution in database/sql transactions
Full Changelog: v3.126.4...v3.126.5
v3.126.4
- Fixed a bug where the
internal/value.Any()method was prematurely converting*decimalValuetodecimal.Decimal, preventing users from implementing custom scanners that need to work with the underlying YDB value type.
Full Changelog: v3.126.3...v3.126.4
v3.126.3
- Allowed
TxControlindatabase/sqltransaction execution when TxControl equals TxControl on BeginTx
Full Changelog: v3.126.2...v3.126.3
v3.126.2
- Added support for custom types derived from primitive types in
database/sqldriver
Full Changelog: v3.126.1...v3.126.2
v3.126.1
- Added check
CommitTxflag inquery.TxControlondb.Query().{Exec,Query,QueryResultSet,QueryRow}calls before execution
Full Changelog: v3.126.0...v3.126.1
v3.126.0
- Added
query.WithLazyTx(bool)option forquery.Client.DoTxcalls to enable/disable lazy transactions per operation - Added
retry.WithLazyTx(bool)option forretry.DoTxcalls to enable/disable lazy transactions for database/sql
Full Changelog: v3.125.4...v3.126.0
v3.125.4
- Added support for
GlobalUniqueIndextype intable/options.IndexDescription
Full Changelog: v3.125.3...v3.125.4