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 1abe765 commit e86522eCopy full SHA for e86522e
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.100.1
2
* Refactored behaviour on `retry.Retryable` error for retry object (such as session, connection or transaction)
3
4
## v3.100.0
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "100"
6
- Patch = "0"
+ Patch = "1"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments