Skip to content

v3.24.0

Choose a tag to compare

@ydb-platform-bot ydb-platform-bot released this 23 Apr 11:37
· 4768 commits to master since this release
  • Fixed re-opening case after close lazy-initialized clients
  • Removed dependency of call context for initializing lazy table client
  • Added config.AutoRetry() flag with true value by default. config.AutoRetry() affects how to errors handle in sub-clients calls.
  • Added config.WithNoAutoRetry for disabling auto-retry on errors in sub-clients calls
  • Refactored internal/lazy package (supported check config.AutoRetry(), removed all error wrappings with stacktrace)

Full Changelog: v3.23.0...v3.24.0