Skip to content

0.3.0

Latest

Choose a tag to compare

@itnelo itnelo released this 17 Aug 17:46
0.3.0
8eae670

Added

  • 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.
  • Test suite configuration for PHPUnit.
  • "Tests" block and navigation links for README.md.

Changed

  • 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).