Skip to content

Releases: ydb-platform/ydb-go-sdk

v3.57.3

12 Mar 13:39

Choose a tag to compare

  • Added metrics over query service internals
  • Added session create and delete events into trace.Query
  • Moved public type query.SessionStatus into internal/query package

Full Changelog: v3.57.2...v3.57.3

v3.57.2

12 Mar 10:52

Choose a tag to compare

  • Fixed cases when some option is nil

Full Changelog: v3.57.1...v3.57.2

v3.57.1

11 Mar 17:44

Choose a tag to compare

  • Added logs over query service internals
  • Changed trace.Query events
  • Changed visibility of query.{Do,DoTx}Options from public to private

Full Changelog: v3.57.0...v3.57.1

v3.57.0

07 Mar 15:12

Choose a tag to compare

  • Added experimental implementation of query service client
  • Fixed sometime panic on topic writer closing
  • Added experimental query parameters builder ydb.ParamsBuilder()
  • Changed types of table/table.{QueryParameters,ParameterOption} to aliases on internal/params.{Parameters,NamedValue}
  • Fixed bug with optional decimal serialization

Full Changelog: v3.56.2...v3.57.0

v3.56.2

26 Feb 22:49

Choose a tag to compare

  • Fixed return private error for commit to stopped partition in topic reader.
  • Stopped wrapping err error as transport error at topic streams (internals)

Full Changelog: v3.56.1...v3.56.2

3.56.1

13 Feb 06:07

Choose a tag to compare

  • Fixed fixenv usage (related to tests only)

Full Changelog: v3.56.0...v3.56.1

v3.56.0

12 Feb 11:00

Choose a tag to compare

  • Fixed handle of operational errors in topic streams
  • The minimum version of Go in ydb-go-sdk has been raised to go1.21
  • Fixed topic writer infinite reconnections in some cases
  • Refactored nil on err internal/grpcwrapper/rawydb/issues.go, when golangci-lint nilerr enabled
  • Refactored nil on err internal/grpcwrapper/rawtopic/describe_topic.go, when golangci-lint nilerr enabled

Full Changelog: v3.55.2...v3.56.0

v3.55.3

12 Feb 12:56

Choose a tag to compare

  • Fixed handle of operational errors in topic streams (backported fix only)

Full Changelog: v3.55.2...v3.55.3

v3.55.2

29 Jan 10:30

Choose a tag to compare

  • Fixed init info in topic writer, when autoseq num turned off.

Full Changelog: v3.55.1...v3.55.2

v3.55.1

26 Jan 19:34

Choose a tag to compare

  • Supported column name prefix __discard_column_ for discard columns in result sets
  • Made StatusIds_SESSION_EXPIRED retriable for idempotent operations

Full Changelog: v3.55.0...v3.55.1