Spiral Framework v3.2.0 Release Notes

Release Date: 2022-10-21 // over 1 year 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 the Spiral\Queue\Options and new interface Spiral\Queue\ExtendedOptionsInterface.
      • [spiral/events] Added event interceptors.
      • [spiral/core] Added container instance to callback function parameters in Spiral\Core\Container and Spiral\Core\ContainerScope.
      • [spiral/core] Improved ContainerException message
    • 🐛 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 the Spiral\Validation\Bootloader\ValidationBootloader.