Skip to content

What’s New

Configuration improvements:
  • Configuration loaded from a file or declared in the CLI is now available in a global object
  • Configuration may now be declared on the CLI
  • Configuration access via the service container is now deprecated.
  • Builtin extensions and other facilities that read the configuration now access it via the global
CLI improvements:
  • The CLI has been rebuilt using click to be more robust, reliable and extensible.
  • The backdoor command has been removed; run informs about how to connect to the backdoor port.
AMQP refactors:

The “built-in” extensions that use AMQP (RPC, Events) have been refactored. The API is backwards compatible but enhanced in many ways:

  • prefetch_count is exposed as a first-class parameter, rather than inheriting max_workers.
  • publisher options can be provided to the EventDispatcher and Publisher.
  • …?