Skip to content

Releases: ydb-platform/ydb-go-sdk

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

v3.25.3

15 May 14:35
Compare
Choose a tag to compare
  • Changed primary license to Apache2.0 for auto-detect license
  • Refactored types.Struct value creation

Full Changelog: v3.25.2...v3.25.3

v3.25.2

12 May 14:51
Compare
Choose a tag to compare
  • Fixed repeater initial force timeout from 500 to 0.5 second

Full Changelog: v3.25.1...v3.25.2

v3.25.1

11 May 17:01
Compare
Choose a tag to compare
  • Fixed bug with unexpected failing of call Invoke and NewStream on closed cluster
  • Fixed bug with releasing internal/conn/conn.Pool in cluster
  • Replaced interface internal/conn/conn.Pool to struct internal/conn/conn.Pool

Full Changelog: v3.25.0...v3.25.1