Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.86.1
- Fixed scan to optional uuid
Full Changelog: v3.86.0...v3.86.1
v3.86.0
- Add workaround for bug in uuid send/receive from server. It is migration version. All native code and most database sql code worked with uuid continue to work.
Full Changelog: v3.85.3...v3.86.0
v3.85.3
- Renamed
query.WithPoolID()
intoquery.WithResourcePool()
Full Changelog: v3.85.2...v3.85.3
v3.85.2
- Added
query.WithPoolID()
execute option
Full Changelog: v3.85.1...v3.85.2
v3.85.1
- Added
spans.Retry
constructor oftrace.Retry
Full Changelog: v3.85.0...v3.85.1
v3.85.0
- Added experimental package
spans
with tracing adapter interfaces for OpenTelemetry, OpenTracing, etc. - Added
db.Topic().DescribeTopicConsumer()
method for displaying consumer information - Marked as deprecated options
ydb.WithDatabase(database)
andydb.WithEndpoint(endpoint)
Full Changelog: v3.84.1...v3.85.0
v3.84.1
- Added session info into
trace.TableSessionBulkUpsertStartInfo
Full Changelog: v3.84.0...v3.84.1
v3.84.0
- Added
meta.WithTraceParent
context modifier for explicit putting traceparent header into grpc calls
Full Changelog: v3.83.0...v3.84.0
v3.83.0
- Supported
db.Table().BulkUpsert()
from scv, arrow and ydb rows formats
Full Changelog: v3.82.0...v3.83.0
v3.82.0
- Fixed error on experimental TopicListener.Close
- Disabled reporting of
ydb_go_sdk_query_session_count
when metrics are disabled - Disabled reporting of
ydb_go_sdk_ydb_query_session_create_latency
histogram metrics when metrics are disabled - Allowed skip column for
ScanStruct
by tag-
Full Changelog: v3.81.4...v3.82.0