Skip to content

Releases: ydb-platform/ydb-go-sdk

v3.104.4

18 Mar 07:39

Choose a tag to compare

  • Fixed bug with session query latency metric collector

Full Changelog: v3.104.3...v3.104.4

v3.104.3

17 Mar 20:06

Choose a tag to compare

  • Changed argument types in table.Client.ReadRows to public types for compatibility with mock-generation

Full Changelog: v3.104.2...v3.104.3

v3.104.2

17 Mar 16:54

Choose a tag to compare

  • Added bindings options into ydb.ParamsFromMap for bind wide time types
  • Changed ydb.WithWideTimeTypes(bool) for allow boolean argument

Full Changelog: v3.104.1...v3.104.2

v3.104.1

17 Mar 10:17

Choose a tag to compare

  • Added export of advanced metric information for QueryService calls

Full Changelog: v3.104.0...v3.104.1

v3.104.0

14 Mar 22:45

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

Choose a tag to compare

  • Supported wide Interval64 type

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

v3.102.0

14 Mar 15:32

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

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

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

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