Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.47.5
- Added
scheme.Entry.IsColumnTable()helper
Full Changelog: v3.47.4...v3.47.5
v3.47.4
- Disabled check of node exists with
balancers.SingleConn - Improved code with
go-criticlinter - Added session info into
database/sqleventconnected
Full Changelog: v3.47.3...v3.47.4
v3.47.3
- Added
table/options.Description.Tieringfield
Full Changelog: v3.47.2...v3.47.3
v3.47.2
- Refactored
internal/cmd/gtracetool (prefer pointers instead trace struct copies) for bust performance - Fixed usage of generated traces in code
Full Changelog: v3.47.1...v3.47.2
v3.47.1
- Removed test artifacts from repository
Full Changelog: v3.47.0...v3.47.1
v3.47.0
- Added
table/types.ToDecimal()converter fromtable/types.Valuetotable/types.Decimal
Full Changelog: v3.46.1...v3.47.0
v3.46.1
- Implemented
internal/xcontext.With{Cancel,Timeout}with stack record and switched all usages from standardcontext.With{Cancel,Timeout}
Full Changelog: v3.46.0...v3.46.1
v3.46.0
- Refactored package
logfor support typed fields in log messages
Full Changelog: v3.45.0...v3.46.0
v3.45.0
- Added
table/options.WithPartitionsfor configure partitioning policy - Marked as deprecated
table/options.WithPartitioningPolicy{UniformPartitions,ExplicitPartitions}(useWith{UniformPartitions,ExplicitPartitions}instead)
Full Changelog: v3.44.3...v3.45.0
v3.44.3
- Fixed bug of processing endpoint with
node_id=0 - Refactored of checking node ID in cluster discovery before
Getand during inPutof session into session pool
Full Changelog: v3.44.2...v3.44.3