Dispatch Highlevel Interface Release Notes
Summary
- Updates lots of dependencies and through those gets a few new features:
start_immediately
when creating dispatches is now supported.http2 keepalive
is now supported and enabled by default.- Some bugfixes from the channels & sdk libraries. are now included.
Upgrading
Dispatch.selector
was renamed toDispatch.target
, theComponentSelector
type was accordingly renamedTargetComponents
New Features
Bug Fixes
- Fixed a crash in the
DispatchManagingActor
when dispatches shared an equal start time.
What's Changed
- Bump the required group with 9 updates by @dependabot in #72
- Bump types-python-dateutil from 2.9.0.20240906 to 2.9.0.20241003 by @dependabot in #73
- Fix crash when dispatches share equal start time by @Marenz in #75
- Update dependencies by @Marenz in #76
Full Changelog: v0.3.4...v0.4.0