You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uri\MatcherInterface and ArrayMatcher to map URI path from requests to the handler's actions (a simplified version of UrlMatcher from symfony/routing).
.dockerignore to exclude unnecessary/insecure files from the image building context.
Container configuration logic has moved from the application entrypoint to the YamlConfigurator shortcut.
Using HTTP health checks for HAProxy instance (instead of TCP).
Fixed
Definition options from _defaults node in the services.yml are now properly picked up by all services, not only ones defined in the same file (works if that node doesn't already exists in the target definition file; revised YamlFileLoader in the Bridge\Symfony scope).
Explicit UIDs and permissions for users within Dockerfiles (preventing potential access issues during CI checks and other workflows).