apache / pekko-persistence-r2dbc

Asynchronously writes journal and snapshot entries to configured R2DBC databases so that Apache Pekko Actors can recover state
https://pekko.apache.org/
Apache License 2.0
13 stars 6 forks source link

PekkoPersistenceJdbcVersion 1.1.0-M1 #133

Closed pjfanning closed 1 week ago

pjfanning commented 1 week ago

see #83

raboof commented 1 week ago

Do I understand correctly that we want to tag v1.1.0-M0 after merging this, to flag that he next release of pekko-persistence-r2dbc after this change should be v1.1.0?

pjfanning commented 1 week ago

Do I understand correctly that we want to tag v1.1.0-M0 after merging this, to flag that he next release of pekko-persistence-r2dbc after this change should be v1.1.0?

Makes sense. It was an oversight not to have already added the v1.1.0-M0 tag. We've already got 1.1.0-M1 dependency on pekko-core.

pjfanning commented 1 week ago

I had the v1.1.0-M0 tag locally but forgot to push to git remote. Generally, we add that tag when we fork out the 1.0 build from main. I have pushed that tag now.