Skip to content

v3.135.11

Choose a tag to compare

@ydb-platform-bot ydb-platform-bot released this 06 May 15:19
· 84 commits to master since this release
  • The trace.DatabaseSQLConnExecStartInfo.IdleTime and trace.DatabaseSQLConnQueryStartInfo.IdleTime fields have been marked as deprecated and will always be zero from now.
  • Default connection last usage tracking has been changed to "no tracking", with real-time tracking enabled only if a connection's time-to-live (TTL) has been defined.
  • lastUsage.Start() has been optimized to replace the sync.OnceFunc approach with an atomic.Bool-based one, reducing heap allocations for each query start.
  • Optimized io.EOF handling in QueryService result iteration by returning io.EOF directly instead of wrapping it with xerrors.WithStackTrace, reducing per-query allocations

Full Changelog: v3.135.10...v3.135.11