Skip to content

v1.1.5

Compare
Choose a tag to compare
@dnvriend dnvriend released this 12 May 19:06
· 1020 commits to main since this release

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!