Skip to content

Commit

Permalink
Release v3.80.8
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Sep 18, 2024
1 parent 6c1eb76 commit 9cd2f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## v3.80.8
* Added `ydb.WithLazyTx(bool)` option for create lazy transactions on `query.Session.Begin` call
* Added initial experimental topic and cdc-helpers, see examples in [tests/integration/topic_helpers_test.go](https://github.com/ydb-platform/ydb-go-sdk/blob/master/tests/integration/topic_helpers_test.go)
* Added experimental `sugar.UnmarshalRows` for user unmarshaller structs in own code in go 1.23, change example for use the iterator.
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version
const (
Major = "3"
Minor = "80"
Patch = "7"
Patch = "8"

Package = "ydb-go-sdk"
)
Expand Down

0 comments on commit 9cd2f73

Please sign in to comment.