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 88feabc commit 0db9c82Copy full SHA for 0db9c82
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.48.0
2
* Fixed stopping topic reader by grpc stream shutdown
3
* Fixed `database/sql` driver for get and parse container ydb types
4
* Changed `table/scanner.scanner.Any()` behaviour: for non-primitive types returns raw `table/types.Value` instead nil from previous behaviour
internal/meta/version.go
@@ -2,8 +2,8 @@ package meta
const (
VersionMajor = "3"
5
- VersionMinor = "47"
6
- VersionPatch = "5"
+ VersionMinor = "48"
+ VersionPatch = "0"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments