We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1d926 commit 4dff549Copy full SHA for 4dff549
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.24.0
2
* Fixed re-opening case after close lazy-initialized clients
3
* Removed dependency of call context for initializing lazy table client
4
* Added `config.AutoRetry()` flag with `true` value by default. `config.AutoRetry()` affects how to errors handle in sub-clients calls.
internal/meta/version.go
@@ -2,7 +2,7 @@ package meta
const (
VersionMajor = "3"
5
- VersionMinor = "23"
+ VersionMinor = "24"
6
VersionPatch = "0"
7
)
8
0 commit comments