Releases: Tradeshift/ts-reaktive
Releases · Tradeshift/ts-reaktive
v0.0.8
- First release of ts-reaktive-marshal
- Upgrade akka to 2.4.8
- Upgrade kamon to 0.6.2
- Upgrade akka-persistence-cassandra to 0.17
v0.0.7
- Upgrade to akka 2.4.7, akka-persistence-cassandra 0.16
- Add
CassandraSession
to interact with cassandra directly in an async, streams-friendly way
v0.0.5
- Update Jackson-databind to 2.7.4
- Provide a thin Java wrapper around the async CassandraSession
- Add Eventually to do scalatest-like "eventually { ... }" in tests
v0.0.4
- Upgrade to kamon 0.6.1
- Fix kamon modules to actually come up correctly
- Make CassandraLogger statsd prefix configurable
- Improve type inference for
CompleteableFutures
v0.0.3
Added some assertion libraries.