Skip to content

Releases: Tradeshift/ts-reaktive

v0.0.29

12 Sep 09:38
Compare
Choose a tag to compare
v0.0.29 Pre-release
Pre-release
  • Upgrade to akka 2.5
  • Cross-compile for scala 2.11 and 2.12
    • This means that you now need %% in SBT to depend on any artifact (also the Java ones), since they may
      have transient Scala dependencies.
  • Upgrade to akka-persistence-cassandra 0.54

v0.0.28

06 Jul 08:37
Compare
Choose a tag to compare
v0.0.28 Pre-release
Pre-release
  • Fix a memory leak in ts-reaktive-kamon-akka-client that would occur whenever a connection pool is fully drained and re-created (working around kamon-io/Kamon#476)

v0.0.27

05 Jul 12:11
Compare
Choose a tag to compare
v0.0.27 Pre-release
Pre-release
  • Fix typos in aspectJ stop pointcut

v0.0.26

29 Jun 11:08
Compare
Choose a tag to compare
v0.0.26 Pre-release
Pre-release

New features

  • Extend marshalling framework with CSV read and write support
  • Add kamon module for monitoring akka http client pool internals

Bugfixes

  • Upgrade to akka 2.4.18, http 10.0.7, and kamon 0.6.6
  • Fix JSON parsing integers larger than Integer.MAX_VALUE
  • Support reading non-RSA keys

v0.0.24

27 Apr 11:41
Compare
Choose a tag to compare
v0.0.24 Pre-release
Pre-release
  • Add name-based (version 5) UUIDs generator, since it uses SHA-1 over MD5
  • Remove duplicate class in favor of one from ts-reactive-java module
  • Extend JSON read-write protocol up to 5 fields

v0.0.23

30 Mar 10:34
Compare
Choose a tag to compare
v0.0.23 Pre-release
Pre-release
  • Fixed documentation link (thanks to @synox )
  • Upgrade akka 2.4.17, http 10.0.4, cassandra-query 0.24
  • Allow ReplicatedActor to become master when recovering to same datacenter

v0.0.22

20 Mar 09:10
Compare
Choose a tag to compare
v0.0.22 Pre-release
Pre-release
  • Simplify API to help mocking the cassandra session during unit tests

v0.0.21

24 Jan 10:25
Compare
Choose a tag to compare
v0.0.21 Pre-release
Pre-release
  • Add XML to JSON transformation stage
  • ACL: Remove special admin handling
  • Actors: clean up subclass hooks to be safer and more in line with plain akka methods

v0.0.20

10 Jan 08:52
Compare
Choose a tag to compare
v0.0.20 Pre-release
Pre-release

Small additional methods for ACL

v0.0.19

05 Jan 14:46
Compare
Choose a tag to compare
v0.0.19 Pre-release
Pre-release
  • Add ability to AbstractStatefulPersistentActor to asynchronously handle commands
  • Add user and group in-memory ACL implementation