Skip to content

Commit d3f9e4f

Browse files
authored
Merge pull request #800 from ydb-platform/add-cdc-format
add ChangefeedFormatDynamoDBStreamsJSON constant
2 parents b2dd070 + c3205c8 commit d3f9e4f

File tree

6 files changed

+70
-6
lines changed

6 files changed

+70
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* Added `table/options.ChangefeedFormatDynamoDBStreamsJSON` format of `DynamoDB` change feeds
2+
13
## v3.48.8
24
* Fixed `sugar.RemoveRecursive()` for column table type
35

examples/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ require (
4949
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
5050
github.com/syndtr/goleveldb v1.0.0 // indirect
5151
github.com/yandex-cloud/go-genproto v0.0.0-20220815090733-4c139c0154e2 // indirect
52-
github.com/ydb-platform/ydb-go-genproto v0.0.0-20230528143953-42c825ace222 // indirect
52+
github.com/ydb-platform/ydb-go-genproto v0.0.0-20230801151335-81e01be38941 // indirect
5353
github.com/ydb-platform/ydb-go-sdk-metrics v0.16.3 // indirect
5454
github.com/ydb-platform/ydb-go-yc-metadata v0.5.4 // indirect
5555
golang.org/x/crypto v0.6.0 // indirect
56-
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
56+
golang.org/x/mod v0.7.0 // indirect
5757
golang.org/x/net v0.7.0 // indirect
5858
golang.org/x/sync v0.1.0 // indirect
5959
golang.org/x/sys v0.5.0 // indirect
6060
golang.org/x/text v0.7.0 // indirect
61-
golang.org/x/tools v0.1.12 // indirect
61+
golang.org/x/tools v0.3.0 // indirect
6262
google.golang.org/grpc v1.53.0 // indirect
6363
google.golang.org/protobuf v1.28.1 // indirect
6464
lukechampine.com/uint128 v1.1.1 // indirect

0 commit comments

Comments
 (0)