Skip to content

v3.36.0

Choose a tag to compare

@ydb-platform-bot ydb-platform-bot released this 24 Aug 10:18
· 4281 commits to master since this release
  • Changed behavior on result.Err() on truncated result (returns non-retryable error now, exclude StreamExecuteScanQuery)
  • Added ydb.WithIgnoreTruncated option for disabling errors on truncated flag
  • Added simple transaction control constructors table.OnlineReadOnlyTxControl() and table.StaleReadOnlyTxControl()
  • Added transaction control specifier with context ydb.WithTxControl
  • Added value constructors types.BytesValue, types.BytesValueFromString, types.TextValue
  • Removed auto-prepending declare section on xsql queries
  • Supports time.Time as type destination in xsql queries
  • Defined default dial timeout (5 seconds)

Full Changelog: v3.35.1...v3.36.0