Releases: flightphp/core
Releases · flightphp/core
v3.17.4
v3.17.3
What's Changed
- fixed multiple file upload errors by @KnifeLemon in #664
- Fixed an issue where
Flight::request()->basewould display only a yen symbol in Windows environments without a parent directory by @riku22 in #666 - Add PHP 8.5 to testing matrix by @joanhey in #667
- Update RouteCommand.php by @ycrao in #670
- Fix AI commands to use new runway config syntax by @n0nag0n in #671
New Contributors
Full Changelog: v3.17.2...v3.17.3
v3.17.2
What's Changed
- Added automatic handling of OPTIONS requests to populate the "Allow" response header.
- Added
methodNotFound()mappable method - Added
Allowheader by default to method not found. Also adjusted default methodNotFound logic to display which methods are available. - Added
negotiateContentType()method for handling accept headers and what type of a response to send back. - Added some internal performance testing tools to make sure performance is monitored closer.
Full Changelog: v3.17.1...v3.17.2
v3.17.1
What's Changed
- Improvements with the Request class by @n0nag0n in #659
- Router performance enhancements by @n0nag0n in #658
- Fix(reflection): avoid deprecated setAccessible() in PHP 8.5+ by @arshidkv12 in #661
- Adjusting PHPStan Linting and updated download() by @n0nag0n in #663
New Contributors
- @arshidkv12 made their first contribution in #661
Full Changelog: v3.17.0...v3.17.1
v3.17.0
v3.16.1
v3.16.0
v3.15.3
v3.15.2
What's Changed
- docs: add array{0: class-string, 1: method} to support phpstan level … by @fadrian06 in #636
- fix: corrected windows line endings in view tests by @fadrian06 in #635
- PHP 8 named arguments support by @fadrian06 in #548
- Duplicated slash in groups support by @fadrian06 in #638
- Added
flight.cache.checkedevent by @n0nag0n
Full Changelog: v3.15.1...v3.15.2