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 cf743eb commit d4b7a52Copy full SHA for d4b7a52
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.49.0
2
* Added `table.Session.ReadRows` method for getting rows by keys
3
* Added `table/options.ChangefeedFormatDynamoDBStreamsJSON` format of `DynamoDB` change feeds
4
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "48"
6
- Patch = "8"
+ Minor = "49"
+ Patch = "0"
7
)
8
9
const Version = Major + "." + Minor + "." + Patch
0 commit comments