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 a151d97 commit d64c4a2Copy full SHA for d64c4a2
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 3.7.1
2
+* Fixed panic on `result.Reset(nil)`
3
+
4
## 3.7.0
5
* Replaced `Option` to `CustomOption` on `Connection` interface methods
6
* Implements `WithCustom[Token,Database]` options for redefine database and token
internal/meta/version.go
@@ -1,5 +1,5 @@
package meta
const (
- Version = "ydb-go-sdk/3.7.0"
+ Version = "ydb-go-sdk/3.7.1"
)
0 commit comments