Releases: Tradeshift/ts-reaktive
Releases · Tradeshift/ts-reaktive
v0.16.3
- Add extra monitoring to MaterializerActor
v0.16.2
- Allow
AbstractStatefulPersistentActor
subclasses to delay commands while processing others
v0.16.1
- Fix a bug where adding custom metric tags to
MaterializerActor
would cause a NPE in its constructor
v0.16.0
ts-reaktive-xsd
: Add methods to see whether an XSD type allows 0..* occurrences of a child tag
v0.15.0
- Additional metrics for
MaterializerActor
(materialization time of event chunks)
MaterializerActor
allows instances to add extra custom tags to its Kamon metrics
v0.14.2
MaterializerActor
: Make delete messages interval configurable
CassandraSession
: Make executeInitStatements()
method public so it can be reused
v0.14.1
MaterializerActor
: Update kamon metrics for multiple workers , and reimplement reset
v0.14.0
- Fix ordering between
JSONMarshaller
's field
, iterable
and array
protocols to only allow one variant:
field(
array(
iterable(
...)))
other ordering will cause a compile error now. This also resolves certain bugs in the previous implementation.
- Add convenience protocol for optional array JSON fields
- Allow
CompletionStage
to be directly used in CompletableFutures.sequence
- Add a few extra assertions to
CommandHandlerAssert
v0.13.0
MaterializerActor
: Allow endTimestamp for new workers, and add query API
v0.12.1
- Fixes an issue with
ACL
incorrectly granting new permissions that weren't previously present