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 7c3eb3c commit bd9b1e0Copy full SHA for bd9b1e0
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.92.1
2
* Added `sugar.WithUserPassword(user,password)` option for `sugar.DSN()` helper
3
* Added `sugar.WithSecure(bool)` option for `sugar.DSN()` helper
4
* Small breaking change: `sugar.DSN` have only two required parameters (endpoint and database) from now on.
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "92"
6
- Patch = "0"
+ Patch = "1"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments