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 02bd12f commit 5e09ccdCopy full SHA for 5e09ccd
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.16.5
2
* Added `config.SharedPool()` setting and `config.WithSharedPool()` option
3
* Added management of shared pool flag on change dial timeout and credentials
4
* Removed explicit checks of conditions for use (or not) shared pool in `ydb.With()`
internal/meta/version.go
@@ -3,5 +3,5 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "16"
6
- VersionPatch = "4"
+ VersionPatch = "5"
7
)
0 commit comments