v3.24.0
·
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 withtruevalue by default.config.AutoRetry()affects how to errors handle in sub-clients calls. - Added
config.WithNoAutoRetryfor disabling auto-retry on errors in sub-clients calls - Refactored
internal/lazypackage (supported checkconfig.AutoRetry(), removed all error wrappings with stacktrace)
Full Changelog: v3.23.0...v3.24.0