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 d2be4cd commit 343fc98Copy full SHA for 343fc98
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.49.1
2
* Added `table.options.WithIgnoreTruncated` option for `session.Execute` method
3
* Added `table.result.ErrTruncated` error for check it with `errors.Is()` outside of `ydb-go-sdk`
4
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "49"
6
- Patch = "0"
+ Patch = "1"
7
)
8
9
const Version = Major + "." + Minor + "." + Patch
0 commit comments