Skip to content

0.4.0

Choose a tag to compare

@ryanhiebert ryanhiebert released this 08 Feb 04:10
· 13 commits to main since this release

Breaking Changes

  • Serialized invocations from previous versions are incompatible.
  • Queues must be recreated with sync --recreate to support priority ordering.

Added

  • Priority support for invocations (0-9, default 4). Use the priority() context manager to set the priority for invocations created within its scope. Priority propagates to descendent invocations.
  • sync --recreate flag to delete and recreate all queues.
  • Invocation.Submitted events now include priority.

Fixed

  • The queueio CLI entry point was broken by a build configuration that excluded the package source.