Skip to content

Releases: akka/akka-persistence-jdbc

v1.1.6

22 Jun 04:22
Compare
Choose a tag to compare

Changes

  • ScalikeJdbc 2.2.6 -> 2.2.7
    *Issue #22 persistenceId missing in JournalTypeConverter.unmarshal(value: String) signature; added a second parameter persistenceId: String, note this breaks the serialization API.
def unmarshal(value: String, persistenceId: String)(implicit serialization: Serialization): PersistentRepr

v1.1.5

12 May 19:06
Compare
Choose a tag to compare

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!

v1.1.4

07 May 03:27
Compare
Choose a tag to compare

Changes

  • ScalikeJDBC 2.2.5 -> 2.2.6
  • Akka 2.3.9 -> 2.3.10
  • Switched back to a Java 7 binary, to support Java 7 and higher based projects, we need a strategy though when Scala 2.12 will be released.
  • Merged Issue #20 mwkohout Use apache commons codec Base64 vs the java8-only java.util.Base64 for Java 7 based projects, thanks!

v1.1.3

07 May 03:28
Compare
Choose a tag to compare

Changes

  • ScalikeJDBC 2.2.4 -> 2.2.5
  • Fixed: 'OutOfMemory error when recovering with a large number of snapshots #17'

v1.1.2

07 May 03:28
Compare
Choose a tag to compare

Changes

  • Initial support for a pluggable serialization architecture. Out of the box the plugin uses the Base64JournalConverter and Base64SnapshotConverter as serializers. For more information see the akka-persistence-jdbc-play example project that uses its own JSON serialization format to write journal entries to the data store.

v1.1.1

07 May 03:29
Compare
Choose a tag to compare

Changes

  • ScalikeJDBC 2.2.2 -> 2.2.4
  • Java 8 binary, so it needs Java 8, you still use Java 6 or 7, upgrade! :P
  • Using the much faster Java8 java.util.Base64 encoder/decoder
  • Bulk insert for journal entries (non-oracle only, sorry)
  • Initial support for JNDI, needs testing though
  • Merged Paul Roman Fix typo in journal log message #14, thanks!
  • Merged Pavel Boldyrev Fix MS SQL Server support #15 (can not test it though, needs Vagrant), thanks!

v1.0.9

20 Jan 20:56
Compare
Choose a tag to compare

validationQuery merged

Oracle MERGE fix

16 Sep 09:05
Compare
Choose a tag to compare
v1.0.7

bumping version

Schema and table configuration

26 Aug 14:48
Compare
Choose a tag to compare
  • Added schema name configuration for the journal and snapshot
  • Added table name configuration for the journal and snapshot
  • scalikejdbc 2.0.5 -> 2.1.0
  • akka 2.3.4 -> 2.3.5

Informix

26 Aug 11:10
Compare
Choose a tag to compare

IBM Informix 12.10 supported