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 321fae9 commit b869f24Copy full SHA for b869f24
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.36.0
2
* Changed behavior on `result.Err()` on truncated result (returns non-retryable error now, exclude `StreamExecuteScanQuery`)
3
* Added `ydb.WithIgnoreTruncated` option for disabling errors on truncated flag
4
* Added simple transaction control constructors `table.OnlineReadOnlyTxControl()` and `table.StaleReadOnlyTxControl()`
internal/meta/version.go
@@ -2,8 +2,8 @@ package meta
const (
VersionMajor = "3"
5
- VersionMinor = "35"
6
- VersionPatch = "1"
+ VersionMinor = "36"
+ VersionPatch = "0"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments