Spiral Framework v3.2.0 Release Notes
Release Date: 2022-10-21 // about 2 years ago-
- High Impact Changes
- Medium Impact Changes
- Other Features
- [spiral/queue] Added the ability to pass headers in the
headers
parameter in the job handlers. - [spiral/telemetry] Added new component
- [spiral/queue] Added new option
headers
in theSpiral\Queue\Options
and new interfaceSpiral\Queue\ExtendedOptionsInterface
. - [spiral/events] Added event interceptors.
- [spiral/core] Added container instance to callback function parameters in
Spiral\Core\Container
andSpiral\Core\ContainerScope
. - [spiral/core] Improved ContainerException message
- [spiral/queue] Added the ability to pass headers in the
- 🐛 Bug Fixes
- [spiral/queue] Fixed problem with using push interceptors in Queue component
Previous changes from v3.1.0
-
- Other Features
- [spiral/filters] Added
Spiral\Filter\ValidationHandlerMiddleware
for handling filter validation exception. - [spiral/router] Fixed the problem with parsing a pattern with
0
value in route parameter. - [spiral/validation] Added the ability to configure the default validator via method
setDefaultValidator
in theSpiral\Validation\Bootloader\ValidationBootloader
.
- [spiral/filters] Added
- Other Features