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 2121725 commit 3ca0706Copy full SHA for 3ca0706
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.20.0
2
* Added `table.DefaultTxControl()` transaction control creator with serializable read-write isolation mode and auto-commit
3
* Fixed passing nil query parameters
4
* Fixed locking of cluster during call `cluster.Get`
internal/meta/version.go
@@ -2,8 +2,8 @@ package meta
const (
VersionMajor = "3"
5
- VersionMinor = "19"
6
- VersionPatch = "1"
+ VersionMinor = "20"
+ VersionPatch = "0"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments