New
v1.4.5
What's Changed
- Fix EventData typespec by @dvic in https://github.com/commanded/commanded/pull/495
- Fix refute_receive_event examples by @TylerPachal in https://github.com/commanded/commanded/pull/557
- Fix interested? function doc by @lpeppe in https://github.com/commanded/commanded/pull/562
- feat: put aggregate_state into assigns of the pipeline by @fahchen in https://github.com/commanded/commanded/pull/502
- Add tag to partition test case by @fabriziosestito in https://github.com/commanded/commanded/pull/525
- Make before_reset/0 an explicit callback function by @DilaksunB in https://github.com/commanded/commanded/pull/550
- Use TypeProvider for process managers snapshot serialization by @vheathen in https://github.com/commanded/commanded/pull/558
- fix(router.ex): Telemetry is not emitted if dispatch fails for {:error, :unregistered_command} by @Kasse-Dembele in https://github.com/commanded/commanded/pull/563
- Initialize with handler state by @drteeth in https://github.com/commanded/commanded/pull/568
- Support OTP 26 and Elixir 1.17 by @drteeth in https://github.com/commanded/commanded/pull/595
New Contributors
- @TylerPachal made their first contribution in https://github.com/commanded/commanded/pull/557