Skip to content

Releases: ydb-platform/ydb-go-sdk

v3.95.1

13 Dec 13:46

Choose a tag to compare

  • Added alias from ydb.WithFakeTx(ydb.ScriptingQueryMode) to ydb.WithFakeTx(ydb.QueryExecuteQueryMode) for compatibility with legacy code

Full Changelog: v3.95.0...v3.95.1

v3.95.0

12 Dec 21:05

Choose a tag to compare

  • Added implementation of database/sql driver over query service client
  • Added ydb.WithQueryService(bool) option to explicitly enable database/sql driver over query service client
  • Added environment parameter YDB_DATABASE_SQL_OVER_QUERY_SERVICE to enable database/sql driver over query service client without code rewriting

Full Changelog: v3.94.0...v3.95.0

v3.94.0

05 Dec 17:26

Choose a tag to compare

  • Refactored golang types mapping into ydb types using ydb.ParamsFromMap and database/sql query arguments
  • Small breaking change: type mapping for ydb.ParamsFromMap and database/sql type uuid.UUID changed from ydb type Text to ydb type UUID

Full Changelog: v3.93.3...v3.94.0

v3.93.3

05 Dec 16:32

Choose a tag to compare

  • Supported raw protobuf typed value using ydb.ParamsBuilder()

Full Changelog: v3.93.2...v3.93.3

v3.93.2

05 Dec 14:22

Choose a tag to compare

  • Removed experimental helper ydb.MustParamsFromMap
  • Changed result of experimental helper ydb.ParamsFromMap from tuple <params.Parameters, error> to params.Parameters only

Full Changelog: v3.93.1...v3.93.2

v3.93.1

04 Dec 11:53

Choose a tag to compare

  • Published query.ExecuteOption as alias to internal/query/options.Execute

Full Changelog: v3.93.0...v3.93.1

v3.93.0

02 Dec 08:08

Choose a tag to compare

  • Added ydb.WithStaticCredentialsLogin and ydb.WithStaticCredentialsPassword options

Full Changelog: v3.92.6...v3.93.0

v3.92.6

19 Nov 09:18

Choose a tag to compare

  • Fixed string representation of TzTimestamp, TzDatetime and TzDate type values
  • Added database/sql/driver.Value as type destination for almost ydb values

Full Changelog: v3.92.5...v3.92.6

v3.92.5

18 Nov 13:52

Choose a tag to compare

  • Avoid retrying requests finished with 'UNAUTHORIZED' errors

Full Changelog: v3.92.4...v3.92.5

v3.92.4

15 Nov 14:01

Choose a tag to compare

  • Fixed connections pool leak on closing

Full Changelog: v3.92.3...v3.92.4