@@ -10,6 +10,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
1111- No changes yet.
1212
13+ ## [ 0.3.0] - 2020-08-17
14+ ### Added
15+
16+ - ` Uri\MatcherInterface ` and ` ArrayMatcher ` to map URI path from requests
17+ to the handler's actions (a simplified version of ` UrlMatcher ` from
18+ [ symfony/routing] ( https://github.com/symfony/routing/blob/v5.1.0/Matcher/UrlMatcher.php ) ).
19+ - ` .dockerignore ` to exclude unnecessary/insecure files from the image building context.
20+ - Test suite configuration for [ PHPUnit] ( https://github.com/sebastianbergmann/phpunit ) .
21+ - "Tests" block and navigation links for README.md.
22+
23+ ### Changed
24+
25+ - Container configuration logic has moved from the application entrypoint
26+ to the ` YamlConfigurator ` shortcut.
27+ - Using HTTP health checks for HAProxy instance (instead of TCP).
28+
29+ ### Fixed
30+
31+ - Definition options from ` _defaults ` node in the ` services.yml ` are now properly
32+ picked up by all services, not only ones defined in the same file (works if that node
33+ doesn't already exists in the target definition file; revised
34+ ` YamlFileLoader ` in the ` Bridge\Symfony ` scope).
35+ - Explicit UIDs and permissions for users within Dockerfiles
36+ (preventing potential access issues during CI checks and other workflows).
37+
1338## [ 0.2.0] - 2020-07-20
1439### Added
1540
@@ -31,6 +56,7 @@ the async socket server and the event loop.
3156- ` ServerInterface ` and the ` HandlerInterface ` , example handler implementation.
3257- Non-blocking logger (based on [ wyrihaximus/react-psr-3-stdio] ( https://github.com/WyriHaximus/reactphp-psr-3-stdio ) ).
3358
34- [ Unreleased ] : https://github.com/itnelo/reactphp-foundation/compare/0.2.0...0.x
59+ [ Unreleased ] : https://github.com/itnelo/reactphp-foundation/compare/0.3.0...0.x
60+ [ 0.3.0 ] : https://github.com/itnelo/reactphp-foundation/compare/0.2.0..0.3.0
3561[ 0.2.0 ] : https://github.com/itnelo/reactphp-foundation/compare/0.1.0..0.2.0
3662[ 0.1.0 ] : https://github.com/itnelo/reactphp-foundation/releases/tag/0.1.0
0 commit comments