v1.1.5
Changes
- Akka 2.3.10 -> 2.3.11
- MySQL snapshot statement now uses INSERT INTO .. ON DUPLICATE UPDATE for upserts
- Merged Issue #21 mwkohout Use a ParameterBinder to pass snapshot into the merge statement and get rid of the stored procedure, thanks!