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 4a26a17 commit f9d63e0Copy full SHA for f9d63e0
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.67.0
2
* Added `ydb.WithNodeAddressMutator` experimental option for mutate node addresses from `discovery.ListEndpoints` response
3
* Added type assertion checks to enhance type safety and prevent unexpected panics in critical sections of the codebase
4
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "66"
6
- Patch = "3"
+ Minor = "67"
+ Patch = "0"
7
8
Prefix = "ydb-go-sdk"
9
)
0 commit comments