I am very pleased to announce the release of Blink version 0.4.1, Version 0.4.1 is a minor release of Blink framework that brings several improvements, the following is the changelog:
- New: Added a Cors middleware for Cross-Origin handling
- New: Added CookieAuthenticator to set cookie automatically
- New: Added Request::ip() method to get client IP address
- New: Added support to retrieve routing parameters through $request->getAttribute('routing')
- Enh: Upgraded the version of Symfony/Console and psysh
- Enh: Added the support of PHPUnit 6 and above
- Bug: Fixed https may not be detected correctly
- Bug: Fixed the errors on bootstrapping would never return to the client
- Bug: Fixed Service related command not booted automatically
- Bug: Fixed unable to Set-Cookie multiple times on SwServer