Releases: Tradeshift/ts-reaktive
Releases · Tradeshift/ts-reaktive
v0.0.18
- Fix reading and writing of streamed JSON arrays inside a root object
v0.0.17
- Clean up logging of errors
- Allow a callback for
AbstractStatefulPersistentActor.persistAndUpdate
v0.0.16
- Allow PersistentActorSharding subclasses to customize shard placement
- Allow PersistentStatefulActor subclasses to easily persist events out of bounds of commands
- Updates to CompletableFutures.sequence
v0.0.15
- Introduce "combine", and rename "alternatively" to "anyOf"
- Add docs and extend reference config for replication settings
v0.0.14
- Explicitly fail stage on exception, so no error is logged.
- Improve base64 decoder performance 50%
- Allow JSON (un)marshallers with custom media types, not just
application/json
v0.0.13
- Fail AaltoReader properly on error, and add unit tests
- Allow ProtocolWriter to pick a different writer for each element
v0.0.12
- Various XML protocol fixes
- HttpFlow materializes into HttpResponse, instead of just Done
v0.0.11
- Upgrade to akka 2.4.10
- Upgrade to akka-persistence-cassandra 0.18
- Lots of XML-related stream processors (XSLT validation, filtering, selecting)
v0.0.10
- Refactor XML and JSON to use the same Protocol base classes
- Upgrade to akka 2.4.9
- Do not require protoc to be installed
v0.0.9
- Allow shared actor materializer to be looked up through Extension
- Change Java package of shared protobuf definitions to make usage from apps more convenient
- Various
ts-reaktive-marshal
extensions and bugfixes