Releases: flightphp/core
Releases · flightphp/core
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
v3.15.1
v3.15.0
v3.14.0
What's Changed
- Added PUT, PATCH, DELETE methods for data by @KnifeLemon in #620
- Update README.md with correct version upgrading from v2 to v3 by @kgathuru in #625
- Simplify Flight and faster performance by @joanhey in #623
- Removed utf8 from json function, add default flags, and more unit tests by @n0nag0n in #627
- Added ability to generate new requests/responses on duplicate start() by @n0nag0n in #622
- Removed cache breaking behavior by @n0nag0n in #630
New Contributors
- @KnifeLemon made their first contribution in #620
- @kgathuru made their first contribution in #625
- @joanhey made their first contribution in #623
Full Changelog: v3.13.1...v3.14.0