Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.69.0
- Added experimental method for execute query and read only one row from result:
query/Client.ReadRowquery/Session.ReadRowquery/Transaction.ReadRow
- Added experimental method for execute query and read only one result set from result:
query/Client.ReadResultSetquery/Session.ReadResultSetquery/Transaction.ReadResultSet
- Added experimental
sugar.UnmarshallRow[T]andsugar.UnmarshallResultSet[T]helpers for converts YDB rows to typed objects
Full Changelog: v3.68.1...v3.69.0
v3.68.1
- Downgraded minimal version of Go to 1.20
- Refactored internal packages by
ifshortlinter issues
v3.68.0
- Added experimental
ydb.{Register,Unregister}DsnParserglobal funcs for register/unregister external custom DSN parser forydb.Openandsql.Opendriver constructor - Simple implement option WithReaderWithoutConsumer
- Fixed bug: topic didn't send specified partition number to a server
Full Changelog: v3.68.0...v3.68.1
v3.68.0
- Added experimental
ydb.{Register,Unregister}DsnParserglobal funcs for register/unregister external custom DSN parser forydb.Openandsql.Opendriver constructor - Simple implement option WithReaderWithoutConsumer
- Fixed bug: topic didn't send specified partition number to a server
Full Changelog: v3.67.2...v3.68.0
v3.67.2
- Fixed incorrect formatting of decimal. Implementation of decimal has been reverted to latest working version
Full Changelog: v3.67.1...v3.67.2
v3.67.1
- Fixed race of stop internal processes on close topic writer
- Fixed goroutines leak within topic reader on network problems
Full Changelog: v3.67.0...v3.67.1
v3.67.0
- Added
ydb.WithNodeAddressMutatorexperimental option for mutate node addresses fromdiscovery.ListEndpointsresponse - Added type assertion checks to enhance type safety and prevent unexpected panics in critical sections of the codebase
Full Changelog: v3.66.3...v3.67.0
v3.66.3
- Fixed the OAuth2 test
Full Changelog: v3.66.2...v3.66.3
v3.66.2
- Added
trace.DriverConnStreamEventsdetails bit - Added
trace.Driver.OnConnStreamFinishevent
Full Changelog: v3.66.1...v3.66.2
v3.66.1
- Added flush messages from buffer before close topic writer
- Added Flush method for topic writer
Full Changelog: v3.66.0...v3.66.1
v3.66.0
- Added experimental package
retry/budgetfor limit second and subsequent retry attempts - Refactored internals for enabling
containedctxlinter - Fixed the hanging semaphore issue on coordination session reconnect
Full Changelog: v3.65.3...v3.66.0