1.10.0
·
4 commits
to master
since this release
Included commits: 1.9.0...1.10.0
Improvements
- Introduced
SecurityDiscoveryPasscompiler pass to auto-discover and register security-tagged services from module directories, supporting the API Platform migration infrastructure. - Introduced
ProxyFactoryto enable lazy-loading of services not known at compile time, required byProxyPass,BridgePass, andStackResolverPass. - Introduced PHP attributes
PluginsandStackfor declarative plugin stack injection in services. - Updated
SprykerDefaultsPassandStackResolverPassto useModuleFinderService(Service layer) instead ofModuleFinderFacade(Zed layer) for module discovery, resolving a layer-communication violation.