Nothing yet
- Upgrade Akka to 2.5 and Scala to 2.12.4
- 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
- Fallback to
fromSequenceNr
instead of to0L
in Journal::asyncReadHighestSequenceNr
- Added
redis.db
config to select DB
- Scala 2.12 compatibility
- Replace play-json with spray-json
- Upgrade akka & rediscala
- Drop unused commons-codec dependency
- 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
andsnapshot.key-namespace
- Support for Redis Sentinel
- Pull in Play 2.5 for play-json. Fixes issues when the plugin is used with Play 2.5
- Support for Akka 2.4
- Release on the official Hootsuite Bintray account
- Add resolver for jcenter in build.sbt
- Bump rediscala version to 1.5.0
- efc213 configure Redis from same config as the actor system
First stable version
Test release for Bintray
Test release for Bintray
Initial commit