Skip to content

Commit 5c7a9fb

Browse files
committed
add Nullable*Value helpers and Nullable() entrypoint for all values
1 parent 046662c commit 5c7a9fb

File tree

4 files changed

+794
-2
lines changed

4 files changed

+794
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## 3.14.5
1+
## 3.15.0
2+
* Added `table.types.Nullable{*}Value` helpers and `table.types.Nullable()` common helper
23
* Fixed race on check trailer on closing table grpc-stream
34
* Refactored traces (start and done struct names have prefix about trace)
45
* Replaced `errors.Error`, `errors.Errorf` and `errors.ErrorfSkip` to single `errors.WithStackTrace`

internal/meta/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package meta
22

33
const (
4-
Version = "ydb-go-sdk/3.14.5"
4+
Version = "ydb-go-sdk/3.15.0"
55
)

0 commit comments

Comments
 (0)