Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.95.1
- Added alias from
ydb.WithFakeTx(ydb.ScriptingQueryMode)toydb.WithFakeTx(ydb.QueryExecuteQueryMode)for compatibility with legacy code
Full Changelog: v3.95.0...v3.95.1
v3.95.0
- Added implementation of
database/sqldriver over query service client - Added
ydb.WithQueryService(bool)option to explicitly enabledatabase/sqldriver over query service client - Added environment parameter
YDB_DATABASE_SQL_OVER_QUERY_SERVICEto enabledatabase/sqldriver over query service client without code rewriting
Full Changelog: v3.94.0...v3.95.0
v3.94.0
- Refactored golang types mapping into ydb types using
ydb.ParamsFromMapanddatabase/sqlquery arguments - Small breaking change: type mapping for
ydb.ParamsFromMapanddatabase/sqltypeuuid.UUIDchanged from ydb typeTextto ydb typeUUID
Full Changelog: v3.93.3...v3.94.0
v3.93.3
- Supported raw protobuf typed value using
ydb.ParamsBuilder()
Full Changelog: v3.93.2...v3.93.3
v3.93.2
- Removed experimental helper
ydb.MustParamsFromMap - Changed result of experimental helper
ydb.ParamsFromMapfrom tuple <params.Parameters,error> toparams.Parametersonly
Full Changelog: v3.93.1...v3.93.2
v3.93.1
- Published
query.ExecuteOptionas alias tointernal/query/options.Execute
Full Changelog: v3.93.0...v3.93.1
v3.93.0
- Added
ydb.WithStaticCredentialsLoginandydb.WithStaticCredentialsPasswordoptions
Full Changelog: v3.92.6...v3.93.0
v3.92.6
- Fixed string representation of
TzTimestamp,TzDatetimeandTzDatetype values - Added
database/sql/driver.Valueas type destination for almost ydb values
Full Changelog: v3.92.5...v3.92.6
v3.92.5
- Avoid retrying requests finished with 'UNAUTHORIZED' errors
Full Changelog: v3.92.4...v3.92.5
v3.92.4
- Fixed connections pool leak on closing
Full Changelog: v3.92.3...v3.92.4