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 e39fb8a commit 621b3c1Copy full SHA for 621b3c1
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 3.2.3
2
+* Fixed bug of interpret tilda in path of certificates file
3
+
4
## 3.2.2
5
* Fixed result type of `RawValue.String` (ydb string compatible)
6
* Fixed scans ydb types into string and slice byte receivers
go.mod
@@ -15,3 +15,5 @@ retract v3.0.1
15
retract v3.0.2
16
17
retract v3.0.3
18
19
+retract v3.2.3
internal/meta/version.go
@@ -1,5 +1,5 @@
package meta
const (
- Version = "ydb-go-sdk/3.2.2"
+ Version = "ydb-go-sdk/3.2.3"
)
0 commit comments