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 3da00e8 commit 5eedcb8Copy full SHA for 5eedcb8
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.34.0
2
* Improved the `xsql` errors mapping to `driver.ErrBadConn`
3
* Extended `retry.DoTx` test for to achieve equivalence with `retry.Retry` behaviour
4
* Added `database/sql` events for tracing `database/sql` driver events
internal/meta/version.go
@@ -2,7 +2,7 @@ package meta
const (
VersionMajor = "3"
5
- VersionMinor = "33"
+ VersionMinor = "34"
6
VersionPatch = "0"
7
)
8
0 commit comments