Skip to content

1.10.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 23 Apr 16:03
· 4 commits to master since this release

Included commits: 1.9.0...1.10.0

Improvements

  • Introduced SecurityDiscoveryPass compiler pass to auto-discover and register security-tagged services from module directories, supporting the API Platform migration infrastructure.
  • Introduced ProxyFactory to enable lazy-loading of services not known at compile time, required by ProxyPass, BridgePass, and StackResolverPass.
  • Introduced PHP attributes Plugins and Stack for declarative plugin stack injection in services.
  • Updated SprykerDefaultsPass and StackResolverPass to use ModuleFinderService (Service layer) instead of ModuleFinderFacade (Zed layer) for module discovery, resolving a layer-communication violation.