raboof commented on code in PR #170:
URL: 
https://github.com/apache/pekko-persistence-dynamodb/pull/170#discussion_r1817842273


##########
CHANGELOG.md:
##########
@@ -1,5 +1,15 @@
 # Apache Pekko Persistence DynamoDB Releases
 
+## v1.1.0
+
+### Changes
+
+* We have made some minor dependency upgrades, notably the AWS libs (latest 
available [AWS SDK for Java 1.x](https://github.com/aws/aws-sdk-java) lib at 
release time, October 2024).
+* Built with Pekko 1.1.x. With this release, it is recommended to use the 
latest Pekko 1.1.x libs but in theory, the 1.0.x libs should work too.
+* Retry on 50x responses from AWS. (#11) 
+* Add setSelect(ALL_ATTRIBUTES) to retrieve snapshots. (#12)

Review Comment:
   ```suggestion
   * Add `setSelect(ALL_ATTRIBUTES)` to retrieve snapshots. (#12)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to