Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
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
v3.25.3
- Changed primary license to
Apache2.0
for auto-detect license - Refactored
types.Struct
value creation
Full Changelog: v3.25.2...v3.25.3
v3.25.2
- Fixed repeater initial force timeout from 500 to 0.5 second
Full Changelog: v3.25.1...v3.25.2
v3.25.1
- Fixed bug with unexpected failing of call
Invoke
andNewStream
on closed cluster - Fixed bug with releasing
internal/conn/conn.Pool
in cluster - Replaced interface
internal/conn/conn.Pool
to structinternal/conn/conn.Pool
Full Changelog: v3.25.0...v3.25.1