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/incubator-pekko-persistence-dynamodb.git


The following commit(s) were added to refs/heads/main by this push:
     new df775ca  add changelog (#92)
df775ca is described below

commit df775cae03ed9050e55b7b1a0fc83929075ddf09
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jan 8 13:38:25 2024 +0100

    add changelog (#92)
---
 CHANGELOG.md | 16 ++++++++++++++++
 README.md    |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..6da661f
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Apache Pekko Persistence DynamoDB Releases
+
+## 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.
+
+Apache Pekko has changed the package names, among other changes. Config names 
have changed to use `pekko` instead of `akka` in their names. Users switching 
from Akka to Pekko should read our [Migration 
Guide](https://pekko.apache.org/docs/pekko/current/project/migration-guides.html).
+
+Generally, we have tried to make it as easy as possible to switch existing 
Akka based projects over to using Pekko.
+
+We have gone through the code base and have tried to properly acknowledge all 
third party source code in the Apache Pekko code base. If anyone believes that 
there are any instances of third party source code that is not properly 
acknowledged, please get in touch.
+
+### Changes
+
+* We have made some minor dependency upgrades, notably the AWS libs 
([PR](https://github.com/apache/incubator-pekko-persistence-dynamodb/pull/84)).
+* We added support for Scala 3.3.0+.
diff --git a/README.md b/README.md
index 28ed243..4e9f450 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ The table to create for snapshot storage has the schema:
 The DynamoDB item of a snapshot [can be 400 
kB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html#limits-items).
 Using a binary serialisation format like ProtoBuf or Kryo will use that space 
most effectively.
 
 ### Read journal (Pekko persistence query)
-contributed by [@joost-de-vries](https://github.com/joost-de-vries))
+contributed by [@joost-de-vries](https://github.com/joost-de-vries)
 
 See `CreatePersistenceIdsIndex.createPersistenceIdsIndexRequest` how to create 
the Global Secondary Index that is required to query currentPersistenceIds
 ~~~


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

Reply via email to