File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- * Added ` table.Session.ReadRows `
1+ * Added ` table.Session.ReadRows ` method for getting rows by keys
2+ * Added ` table/options.ChangefeedFormatDynamoDBStreamsJSON ` format of ` DynamoDB ` change feeds
23
34## v3.48.8
45* Fixed ` sugar.RemoveRecursive() ` for column table type
Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
6565github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
6666github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY =
6767github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
68+ github.com/ydb-platform/ydb-go-genproto v0.0.0-20230528143953-42c825ace222 h1:8ddsk8HKBkVPH8w3k81si6SeCVJIAtw8dnw+s3h0ciE =
69+ github.com/ydb-platform/ydb-go-genproto v0.0.0-20230528143953-42c825ace222 /go.mod h1:Er+FePu1dNUieD+XTMDduGpQuCPssK5Q4BjF+IIXJ3I =
6870github.com/ydb-platform/ydb-go-genproto v0.0.0-20230710134411-552fdf84e4f1 h1:+nKxgNmwZXpWqFDfQfFhXlnd2AfABNE8Z2QEBdmrxRg =
6971github.com/ydb-platform/ydb-go-genproto v0.0.0-20230710134411-552fdf84e4f1 /go.mod h1:Er+FePu1dNUieD+XTMDduGpQuCPssK5Q4BjF+IIXJ3I =
7072github.com/ydb-platform/ydb-go-genproto v0.0.0-20230801151335-81e01be38941 h1:QXgmY0vkYtOoGEXnTjWkyxhOkIzCosMrnoDyYjrv71Q =
Original file line number Diff line number Diff line change @@ -597,6 +597,7 @@ const (
597597type ChangefeedFormat int
598598
599599const (
600- ChangefeedFormatUnspecified = ChangefeedFormat (Ydb_Table .ChangefeedFormat_FORMAT_UNSPECIFIED )
601- ChangefeedFormatJSON = ChangefeedFormat (Ydb_Table .ChangefeedFormat_FORMAT_JSON )
600+ ChangefeedFormatUnspecified = ChangefeedFormat (Ydb_Table .ChangefeedFormat_FORMAT_UNSPECIFIED )
601+ ChangefeedFormatJSON = ChangefeedFormat (Ydb_Table .ChangefeedFormat_FORMAT_JSON )
602+ ChangefeedFormatDynamoDBStreamsJSON = ChangefeedFormat (Ydb_Table .ChangefeedFormat_FORMAT_DYNAMODB_STREAMS_JSON )
602603)
You can’t perform that action at this time.
0 commit comments