Skip to content

Releases: hootsuite/akka-persistence-redis

0.9.0

05 Feb 05:25
ad6a19d
Compare
Choose a tag to compare

Dependency version bump

Upgrade Akka to 2.5 and Scala to 2.12.4

Contributor

@RomanIakovlev

0.8.0

12 May 17:31
Compare
Choose a tag to compare

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

25 Apr 22:25
Compare
Choose a tag to compare

asyncReadHighestSequenceNr

Fallback to fromSequenceNr instead of to 0L

Contributor

@ikuo

0.7.1

21 Feb 01:09
Compare
Choose a tag to compare

DB config

Added redis.db config to select DB when opening a connection. Default db is 0.

Contributor

@focusj

0.7.0

17 Feb 21:26
Compare
Choose a tag to compare

Scala 2.12 compatibility

  • Replace play-json with spray-json
  • Upgrade akka & rediscala
  • Drop unused commons-codec dependency

Contributor

@fedenusy

0.6.0

31 Oct 17:20
Compare
Choose a tag to compare
  • 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

02 Aug 19:23
Compare
Choose a tag to compare

Added support for Redis Sentinel

0.4.0

27 Apr 21:31
Compare
Choose a tag to compare

Akka 2.4.x and Play 2.5.x

Why Play? The plugin uses play-json to serialize case class to json.

0.3.0

17 Feb 21:10
Compare
Choose a tag to compare

Akka 2.4 support

0.2.1

17 Nov 21:13
Compare
Choose a tag to compare

Added resolver for jCenter in build.sbt to resolve rediscala