Releases: akka/akka-persistence-jdbc
Releases · akka/akka-persistence-jdbc
v1.2.2
v1.1.9
v1.1.6
Changes
- ScalikeJdbc 2.2.6 -> 2.2.7
*Issue #22persistenceId
missing inJournalTypeConverter.unmarshal(value: String)
signature; added a second parameterpersistenceId: String
, note this breaks the serialization API.
def unmarshal(value: String, persistenceId: String)(implicit serialization: Serialization): PersistentRepr
v1.1.5
v1.1.4
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
v1.1.2
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
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
Oracle MERGE fix
v1.0.7 bumping version