Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
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
v3.81.4
- Returned
topicwriter.ErrQueueLimitExceed
, accidental removed atv3.81.0
Full Changelog: v3.81.3...v3.81.4
v3.81.3
- Fixed tracing details check for some metrics
Full Changelog: v3.81.2...v3.81.3
v3.81.2
- Removed
experimantal
comment for query service client
Full Changelog: v3.81.1...v3.81.2
v3.81.1
- Fixed nil pointer dereference panic on failed
ydb.Open
- Added ip discovery. Server can show own ip address and target hostname in the ListEndpoint message. These fields are used to bypass DNS resolving.
Full Changelog: v3.81.0...v3.81.1
v3.81.0
- Added error ErrMessagesPutToInternalQueueBeforeError to topic writer
- Added write to topics within transactions
Full Changelog: v3.80.10...v3.81.0
v3.80.10
- Added
ydb.WithSessionPoolSessionUsageLimit()
option for limitation max count of session usage - Refactored experimental topic iterators in
topicsugar
package
Full Changelog: v3.80.9...v3.80.10
v3.80.9
- Fixed bug in experimental api:
ydb.ParamsBuilder().Param().Optional()
receive pointer and really produce optional value.
Full Changelog: v3.80.8...v3.80.9