Hello,
Lemmih has released acid-state 0.7.0 and 0.7.1. acid-state 0.7.0 contains a fix so that events are serialized using their fully qualified name (Foo.Bar.Event instead of just Event). This fixes a bug that occur if you tried to use the same event name in two different modules. This comes with an important warning! Because the names of the events have changed, you will only be able to restore from a checkpoint!
So, before upgrading be sure you have checkpoint. The best options is to use createCheckpointAndClose to ensure that no events are written after the checkpoint.
IMO, the #1 rule of acid-state is always create a checkpoint on shutdown.
acid-state 0.7.1 adds some file locking.
- jeremy