Skip to content

Releases: ydb-platform/ydb-go-sdk

v3.81.4

02 Oct 07:17
Compare
Choose a tag to compare
  • Returned topicwriter.ErrQueueLimitExceed, accidental removed at v3.81.0

Full Changelog: v3.81.3...v3.81.4

v3.81.3

30 Sep 16:07
Compare
Choose a tag to compare
  • Fixed tracing details check for some metrics

Full Changelog: v3.81.2...v3.81.3

v3.81.2

30 Sep 07:21
Compare
Choose a tag to compare
  • Removed experimantal comment for query service client

Full Changelog: v3.81.1...v3.81.2

v3.81.1

26 Sep 14:49
Compare
Choose a tag to compare
  • 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

26 Sep 04:02
Compare
Choose a tag to compare
  • Added error ErrMessagesPutToInternalQueueBeforeError to topic writer
  • Added write to topics within transactions

Full Changelog: v3.80.10...v3.81.0

v3.80.10

19 Sep 13:44
Compare
Choose a tag to compare
  • 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

18 Sep 19:21
Compare
Choose a tag to compare
  • Fixed bug in experimental api: ydb.ParamsBuilder().Param().Optional() receive pointer and really produce optional value.

Full Changelog: v3.80.8...v3.80.9

v3.80.8

18 Sep 18:15
Compare
Choose a tag to compare
  • Added ydb.WithLazyTx(bool) option for create lazy transactions on query.Session.Begin call
  • Added initial experimental topic and cdc-helpers, see examples in tests/integration/topic_helpers_test.go
  • Added experimental sugar.UnmarshalRows for user unmarshaller structs in own code in go 1.23, change example for use the iterator.
  • Added ydb_go_sdk_ydb_query_pool_size_index metrics

Full Changelog: v3.80.7...v3.80.8

v3.80.7

18 Sep 12:29
Compare
Choose a tag to compare
  • Doesn't rollback a the transaction on the operation error in table service

Full Changelog: v3.80.6...v3.80.7

v3.80.6

17 Sep 15:05
Compare
Choose a tag to compare
  • Fixed concurrent map writes in metrics
  • Renamed method at experimental API reader.PopBatchTx to reader.PopMessagesBatchTx

Full Changelog: v3.80.5...v3.80.6