Version 0.14.0
Pre-release
Pre-release
Changed
- [BC] The
Command
,Event
andTimeout
interfaces are no longer aliases forCommand
, they are distinct types. At this stage these interfaces are method-compatible with theMessage
interface, however they will diverge in a future release.
Removed
This release removes the "timeout hint" functionality (see [ADR-0021]). Application implementers are free to apply their own context deadlines when handling messages.
- [BC] Removed
ProcessMessageHandler.TimeoutHint()
- [BC] Removed
IntegrationMessageHandler.TimeoutHint()
- [BC] Removed
ProjectionMessageHandler.TimeoutHint()
- [BC] Removed
NoTimeoutHintBehavior
Deprecated
- Marked the
Message
interface as deprecated. It may be removed in a future release.