Skip to content

Releases: ydb-platform/ydb-go-sdk

v3.26.9

06 Jun 06:31
Compare
Choose a tag to compare
  • Fixed bug with convert ydb value to time.Duration in result.Scan[WithDefaults,Named]()
  • Fixed bug with make ydb value from time.Duration in types.IntervalValueFromDuration(d)
  • Marked table/types.{IntervalValue,NullableIntervalValue} as deprecated

Full Changelog: v3.26.8...v3.26.9

v3.26.8

31 May 14:06
Compare
Choose a tag to compare
  • Removed the processing of trailer metadata on stream calls

Full Changelog: v3.26.7...v3.26.8

v3.26.7

31 May 10:27
Compare
Choose a tag to compare
  • Updated the ydb-go-genproto dependency

Full Changelog: v3.26.6...v3.26.7

v3.26.6

31 May 08:23
Compare
Choose a tag to compare
  • Defined the SerializableReadWrite isolation level by default in db.Table.DoTx(ctx, func(ctx, tx))
  • Updated the ydb-go-genproto dependency

Full Changelog: v3.26.5...v3.26.6

v3.26.5

27 May 10:21
Compare
Choose a tag to compare
  • Disabled the KeepInCache policy for queries without params

Full Changelog: v3.26.4...v3.26.5

v3.26.4

26 May 14:17
Compare
Choose a tag to compare
  • Update indirect dependency to gopkg.in/yaml.v3

Full Changelog: v3.26.3...v3.26.4

v3.26.3

26 May 13:45
Compare
Choose a tag to compare
  • Removed Deprecated mark from table/session.Prepare method
  • Added comments for table/session.Execute method

Full Changelog: v3.26.2...v3.26.3

v3.26.2

22 May 08:27
Compare
Choose a tag to compare
  • Refactored of making permissions from scheme entry

Full Changelog: v3.26.1...v3.26.2

v3.26.1

22 May 07:56
Compare
Choose a tag to compare
  • Removed deprecated traces

Full Changelog: v3.26.0...v3.26.1

v3.26.0

20 May 16:17
Compare
Choose a tag to compare
  • Fixed data race on session stream queries
  • Renamed internal/router package to internal/balancer for unambiguous understanding of package mission
  • Implemented detection of local data-center with measuring tcp dial RTT
  • Added trace.Driver.OnBalancer{Init,Close,ChooseEndpoint,Update} events
  • Marked the driver cluster events as deprecated
  • Simplified the balancing logic

Full Changelog: v3.25.3...v3.26.0