What's Changed
- Add cancellation handling for executing scheduled tasks by @sfmskywalker in #6819
- Update
ActivityExecutionContextRecordExtensions
to preserve and update serialized snapshots by @sfmskywalker in #6823 - Update BackgroundStimulusDispatcher.cs by @n84ck in #6789
- Add support for flow authorization activities and bookmark trigger URL generation by @sfmskywalker in #6828
- Fix activity execution record capturing by @sfmskywalker in #6836
- Fix RunMigrations Propagation Issue by @sfmskywalker in #6838
- Refactors notification system for context by @sfmskywalker in #6821
- Introduce
TenantDeleted
event to handle tenant cleanup by @sfmskywalker in #6843 - Send
ActivityCompleted
notification from middleware and remove redundant notification logic in activity execution context. by @sfmskywalker in #6842 - Refine variable type registration by excluding
object
and optimizing collection processing. by @sfmskywalker in #6849
New Contributors
Full Changelog: 3.5.0-rc3...3.5.0-rc4