Releases: hootsuite/akka-persistence-redis
Releases · hootsuite/akka-persistence-redis
0.9.0
Dependency version bump
Upgrade Akka to 2.5 and Scala to 2.12.4
Contributor
@RomanIakovlev
0.8.0
Retry Redis operation when the server connection is lost
- Only retries on NoConnectionException
- Retry performed with exponential backoff
- Separate configuration for read, write, and delete
- Original exception is thrown to Akka if all retry attemps failed
Contributor
@epot
0.7.2
asyncReadHighestSequenceNr
Fallback to fromSequenceNr
instead of to 0L
Contributor
@ikuo
0.7.1
DB config
Added redis.db
config to select DB when opening a connection. Default db is 0.
Contributor
@focusj
0.7.0
Scala 2.12 compatibility
- Replace play-json with spray-json
- Upgrade akka & rediscala
- Drop unused commons-codec dependency
Contributor
@fedenusy
0.6.0
- Support for Microsoft Azure Redis. Override the number of maximum number of messages to replay because the default is too big for Azure Redis.
- Option to override key namespace with
journal.key-namespace
and snapshot.key-namespace
0.5.0
Added support for Redis Sentinel
0.4.0
Akka 2.4.x and Play 2.5.x
Why Play? The plugin uses play-json to serialize case class to json.
0.2.1
Added resolver for jCenter in build.sbt to resolve rediscala