Skip to content

Releases: ydb-platform/ydb-go-sdk

v3.104.0

14 Mar 22:45
Compare
Choose a tag to compare
  • Added binding ydb.WithWideTimeTypes() which interprets time.Time and time.Duration as Timestamp64 and Interval64 YDB types

Full Changelog: v3.103.0...v3.104.0

v3.103.0

14 Mar 16:25
Compare
Choose a tag to compare
  • Supported wide Interval64 type

Full Changelog: v3.102.0...v3.103.0

v3.102.0

14 Mar 15:32
Compare
Choose a tag to compare
  • Supported wide Date32, Datetime64 and Timestamp64 types

Full Changelog: v3.101.4...v3.102.0

v3.101.4

14 Mar 12:29
Compare
Choose a tag to compare
  • Switched internal type of result ydb.Driver.Query() from *internal/query.Client to query.Client interface

Full Changelog: v3.101.3...v3.101.4

v3.101.3

14 Mar 11:59
Compare
Choose a tag to compare
  • Added query.TransactionActor type alias to query.TxActor for compatibility with table.Client API's
  • Removed comment experimental from ydb.ParamsBuilder and ydb.ParamsFromMap
  • Fixed panic on closing internal/query/sessionCore.done channel twice
  • Fixed hangup when try to send batch of messages with size more, then grpc limits from topic writer internals

Full Changelog: v3.101.2...v3.101.3

v3.101.2

13 Mar 08:42
Compare
Choose a tag to compare
  • Added a new metric ydb_go_sdk_ydb_info with the current version of the SDK

Full Changelog: v3.101.1...v3.101.2

v3.101.1

12 Mar 19:12
Compare
Choose a tag to compare
  • Changed allowBanned=false for preferred node connections

Full Changelog: v3.101.0...v3.101.1

v3.101.0

07 Mar 19:17
Compare
Choose a tag to compare
  • Added table.Client.ReadRows method with internal retries

Full Changelog: v3.100.3...v3.101.0

v3.100.3

04 Mar 12:44
Compare
Choose a tag to compare
  • Fixed bug with concurrent rewrites source slice of grpc.DialOption on dial step

Full Changelog: v3.100.2...v3.100.3

v3.100.2

28 Feb 22:14
Compare
Choose a tag to compare
  • Fixed bug in internal/xcontext.WithDone (not listening chan done)

Full Changelog: v3.100.1...v3.100.2