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 45f5e0a commit 9f153e6Copy full SHA for 9f153e6
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.119.0
2
* Made error "Request exceeded a limit on the number of schema operations, try again later" retryable
3
* Fixed deadlock in `Endpoint.String()` method
4
* Added the `AvailabilityPeriod` to the Consumer type in topics
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "118"
6
- Patch = "3"
+ Minor = "119"
+ Patch = "0"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments