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 a16161a commit 18e9f8bCopy full SHA for 18e9f8b
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.80.10
2
* Added `ydb.WithSessionPoolSessionUsageLimit()` option for limitation max count of session usage
3
* Refactored experimental topic iterators in `topicsugar` package
4
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "80"
6
- Patch = "9"
+ Patch = "10"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments