scullxbones / akka-persistence-mongo

Implementation of akka-persistence storage plugins for mongodb
Apache License 2.0
103 stars 55 forks source link

support rollback from pekko migration #590

Closed bdoyle0182 closed 11 months ago

bdoyle0182 commented 11 months ago

See https://github.com/scullxbones/pekko-persistence-mongo/pull/14 for the equivalent compatibility change in the pekko version of the plugin and this issue https://github.com/scullxbones/pekko-persistence-mongo/issues/10 for why this is necessary. Since not supporting this would result in a corrupted data store if trying to roll back, providing this capability is necessary for people to be willing to migrate safely.

bdoyle0182 commented 11 months ago

@scullxbones can we merge this?

scullxbones commented 11 months ago

I still haven't had the chance to rebuild my dev environment for this repo. I may just go the route of adapting the github action from the pekko project. I'm going to hold it until then.

scullxbones commented 11 months ago

Merging to side branch for now.

scullxbones commented 10 months ago

Released with v3.1.0 including github actions based deployment