Releases: flightphp/core
Releases · flightphp/core
v3.18.1
What's Changed
- Ignore LIMIT when using RETURNING by @Lawrence72 in #679
- fix all tests in windows by @fadrian06 in #683
- Simplify git attributes by @fadrian06 in #682
- Fix phpcs errors by @fadrian06 in #685
- fix all phpstan l6 errors by @fadrian06 in #688
- simplify composer scripts by @fadrian06 in #687
- delete phpstan.neon and phpunit.xml in favor of phpstan.dist.neon and… by @fadrian06 in #686
- security fixes by @n0nag0n in #692
New Contributors
- @Lawrence72 made their first contribution in #679
Full Changelog: v3.18.0...v3.18.1
v3.18.0
What's Changed
- Return type - tests by @arshidkv12 in #676
- Added SimplePdo class to replace PdoWrapper by @n0nag0n in #677
Full Changelog: v3.17.4...v3.18.0
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