Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.28.1
- Marked dial errors as retryable
- Supported node pessimization on dialing errors
- Marked error from
InvokeandNewStreamas retryable if request not sended to server
Full Changelog: v3.28.0...v3.28.1
v3.28.0
- Added
sugar.GenerateDeclareSection()helper for make declare section inYQL - Added check when parameter name not started from
$and automatically prepends it to name - Refactor connection closing
Full Changelog: v3.27.0...v3.28.0
v3.27.0
- Added internal experimental packages
internal/value/expandinternal/value/exp/allocatorwith alternative value implementations with zero-allocation model - Supported parsing of database name from connection string URI path
- Added
options.WithExecuteScanQueryStatsoption - Added to query stats plan and AST
- Changed behaviour of
result.Stats()(if query result have no stats - returnsnil) - Added context cancel with specific error
- Added mutex wrapper for mutex, rwmutex for guarantee unlock and better show critical section
Full Changelog: v3.26.10...v3.27.0
v3.26.10
- Fixed syntax mistake in
trace.TablePooStateChangeInfototrace.TablePoolStateChangeInfo
Full Changelog: v3.26.9...v3.26.10
v3.26.9
- Fixed bug with convert ydb value to
time.Durationinresult.Scan[WithDefaults,Named]() - Fixed bug with make ydb value from
time.Durationintypes.IntervalValueFromDuration(d) - Marked
table/types.{IntervalValue,NullableIntervalValue}as deprecated
Full Changelog: v3.26.8...v3.26.9
v3.26.8
- Removed the processing of trailer metadata on stream calls
Full Changelog: v3.26.7...v3.26.8
v3.26.7
- Updated the
ydb-go-genprotodependency
Full Changelog: v3.26.6...v3.26.7
v3.26.6
- Defined the
SerializableReadWriteisolation level by default indb.Table.DoTx(ctx, func(ctx, tx)) - Updated the
ydb-go-genprotodependency
Full Changelog: v3.26.5...v3.26.6
v3.26.5
- Disabled the
KeepInCachepolicy for queries without params
Full Changelog: v3.26.4...v3.26.5
v3.26.4
- Update indirect dependency to
gopkg.in/yaml.v3
Full Changelog: v3.26.3...v3.26.4