v0.4.4
Warning
Please upgrade from v0.4.4
to v0.4.5
as soon as possible, as v0.4.4
introduced a bug that may cause issues when running Verbs in long-running processes like Octane or Queue workers.
What's Changed
- Fix disable autofill issue by @joshhanley in #120
- Fix typo in the event-lifecycle documentation by @cwdt in #114
- docs: reference the event lifecycle docs in "firing during replays". by @tsterker in #118
- World's nitpickiest docs fix by @tnorthcutt in #127
- only pass the event itself to the handler by @adamthehutt in #123
- Fire if valid by @DanielCoulbourne in #130
- Skip phases by @DanielCoulbourne in #131
- Set
last_event_id
in Dispatcher by @inxilpro in #133 - Use existing event object in
verb()
helper by @inxilpro in #134 - Add LRU cache for state manager by @inxilpro in #135
- Fix nullable props on NormalizeToPropertiesAndClassName by @DanielCoulbourne in #137
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #121
- [BUG] Use wormhole during the apply phase by @skylerkatz in #136
- Squash merge dependabot PRs by @inxilpro in #139
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #132
- Don't hydrate unset properties by @DanielCoulbourne in #141
- Simplify normalization of null by @inxilpro in #140
- Fix bug where we fail to serialize even with no required data. by @DanielCoulbourne in #142
- State instance cache by @inxilpro in #143
New Contributors
- @cwdt made their first contribution in #114
- @tsterker made their first contribution in #118
- @tnorthcutt made their first contribution in #127
- @adamthehutt made their first contribution in #123
Full Changelog: v0.4.3...v0.4.4