Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.26.9
- Fixed bug with convert ydb value to
time.Duration
inresult.Scan[WithDefaults,Named]()
- Fixed bug with make ydb value from
time.Duration
intypes.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-genproto
dependency
Full Changelog: v3.26.6...v3.26.7
v3.26.6
- Defined the
SerializableReadWrite
isolation level by default indb.Table.DoTx(ctx, func(ctx, tx))
- Updated the
ydb-go-genproto
dependency
Full Changelog: v3.26.5...v3.26.6
v3.26.5
- Disabled the
KeepInCache
policy 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
v3.26.3
- Removed
Deprecated
mark fromtable/session.Prepare
method - Added comments for
table/session.Execute
method
Full Changelog: v3.26.2...v3.26.3
v3.26.2
- Refactored of making permissions from scheme entry
Full Changelog: v3.26.1...v3.26.2
v3.26.1
- Removed deprecated traces
Full Changelog: v3.26.0...v3.26.1
v3.26.0
- Fixed data race on session stream queries
- Renamed
internal/router
package tointernal/balancer
for unambiguous understanding of package mission - Implemented detection of local data-center with measuring tcp dial RTT
- Added
trace.Driver.OnBalancer{Init,Close,ChooseEndpoint,Update}
events - Marked the driver cluster events as deprecated
- Simplified the balancing logic
Full Changelog: v3.25.3...v3.26.0