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 913fdf9 commit fd8aa33Copy full SHA for fd8aa33
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.55.1
2
* Supported column name prefix `__discard_column_` for discard columns in result sets
3
* Made `StatusIds_SESSION_EXPIRED` retriable for idempotent operations
4
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "55"
6
- Patch = "0"
+ Patch = "1"
7
8
Prefix = "ydb-go-sdk"
9
)
0 commit comments