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:
- 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 inheritingmax_workers
.- publisher options can be provided to the EventDispatcher and Publisher.
- …?