Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 15:19
· 9 commits to v0.x.x since this release
v0.4.0
12a3368

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 to Dispatch.target, the ComponentSelector type was accordingly renamed TargetComponents

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