Skip to content

Releases: ydb-platform/ydb-go-sdk

v3.99.0

29 Jan 19:17
Compare
Choose a tag to compare
  • Added ydb.WithExecuteDataQueryOverQueryClient(bool) option to execute data queries from table service
    client using query client API. Using this option you can execute queries from legacy table service client
    through table.Session.Execute using internal query client API without limitation of 1000 rows in response.
    Be careful: an OOM problem may happen because bigger result requires more memory

Full Changelog: v3.98.0...v3.99.0

v3.98.0

20 Jan 13:39
Compare
Choose a tag to compare
  • Supported pool of encoders, which implement ResetableWriter interface

Full Changelog: v3.97.0...v3.98.0

v3.97.0

16 Jan 16:15
Compare
Choose a tag to compare
  • Added immutable range iterators from go1.23 into query stats to iterate over query phases and accessed tables without query stats object mutation

Full Changelog: v3.96.2...v3.97.0

v3.96.2

15 Jan 20:01
Compare
Choose a tag to compare
  • Fixed broken metric ydb_go_sdk_ydb_database_sql_conns

Full Changelog: v3.96.1...v3.96.2

v3.96.1

15 Jan 17:50
Compare
Choose a tag to compare
  • Fixed drop session from pool unnecessary in query service

Full Changelog: v3.96.0...v3.96.1

v3.96.0

15 Jan 14:59
Compare
Choose a tag to compare
  • Supported of list, set and struct for unmarshall using sugar.Unmarshall...

Full Changelog: v3.95.6...v3.96.0

v3.95.6

10 Jan 10:30
Compare
Choose a tag to compare
  • Fixed panic on span reporting in xsql/Tx

Full Changelog: v3.95.5...v3.95.6

v3.95.5

23 Dec 20:41
Compare
Choose a tag to compare
  • Fixed goroutine leak on failed execute call in query client

Full Changelog: v3.95.4...v3.95.5

v3.95.4

23 Dec 08:49
Compare
Choose a tag to compare
  • Fixed connections pool leak on closing sessions
  • Fixed an error in logging session deletion events

Full Changelog: v3.95.3...v3.95.4

v3.95.3

16 Dec 22:52
Compare
Choose a tag to compare
  • Supported of database/sql/driver.Valuer interfaces for params which passed to query using sql driver
  • Exposed credentials/credentials.OAuth2Config OAuth2 config

Full Changelog: v3.95.2...v3.95.3