-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,8 @@ | ||
# Changelog | ||
|
||
## v0.5.x | ||
## 0.9.x | ||
|
||
The major change in this version, is that `sagas` are now handled with | ||
the `DomainMessage` instead of the `event`. This makes it more consistent with the | ||
rest of the broadway framework, where all event listeners are handled with the | ||
`DomainMessage`. | ||
|
||
|
||
#### BC breaks | ||
|
||
- The `Saga::handle*()` arguments are reordered with `State`, `event`, `DomainMessage` | ||
|
||
#### Other changes | ||
|
||
- `StaticallyConfiguredSagaInterface::configuration` array of callables gets a second argument which holds the `DomainMessage`. This way it is not necessary to put the identifier in each `event` because you can fetch it from the `DomainMessage` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters