This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-dynamodb.git
The following commit(s) were added to refs/heads/main by this push:
new 8ca9377 release 1.1.0 (#170)
8ca9377 is described below
commit 8ca9377e2cd8624d5a314aedd8b5bf1ffdddbcab
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Oct 26 13:27:55 2024 +0100
release 1.1.0 (#170)
* release 1.1.0
* Update CHANGELOG.md
* Update CHANGELOG.md
Co-authored-by: Arnout Engelen <[email protected]>
---------
Co-authored-by: Arnout Engelen <[email protected]>
---
CHANGELOG.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index adadfa2..5fa9dc2 100644
--- a/CHANGELOG.md
+++ b/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)
+* Protect against doing requests for snapshots that are over 400KB. (#13)
+
## v1.0.0
Pekko Persistence DynamoDB 1.0.0 is based on Akka Persistence DynamoDB 1.1.2.
Pekko came about as a result of Lightbend’s decision to make future Akka
releases under a [Business Software
License](https://www.lightbend.com/blog/why-we-are-changing-the-license-for-akka),
a license that is not compatible with Open Source usage.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]