Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: flightphp/core

v3.17.2

04 Oct 11:16

Choose a tag to compare

What's Changed

  • Added automatic handling of OPTIONS requests to populate the "Allow" response header.
  • Added methodNotFound() mappable method
  • Added Allow header 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

30 Sep 17:18
6a2494c

Choose a tag to compare

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

Full Changelog: v3.17.0...v3.17.1

v3.17.0

20 Jul 15:54
b331797

Choose a tag to compare

What's Changed

  • added JSON util to use anywhere in your code by @n0nag0n in #657

Full Changelog: v3.16.1...v3.17.0

v3.16.1

19 Jul 04:11
f2b4aea

Choose a tag to compare

What's Changed

  • Finally found the horrific memory leak! by @n0nag0n in #655

Full Changelog: v3.16.0...v3.16.1

v3.16.0

28 Jun 23:09
d43f2e9

Choose a tag to compare

What's Changed

  • feat(request): Add servername property to Request class by @n0nag0n in #651
  • Added AI commands and instructions for the repo. by @n0nag0n in #652

Full Changelog: v3.15.3...v3.16.0

v3.15.3

17 Jun 13:55
5df2800

Choose a tag to compare

What's Changed

  • test: add missing return types in test by @pierresh in #645
  • test: re-run tests automatically with phpunit-watcher when a change is made by @pierresh in #644
  • Fixed issue with data in view class by @n0nag0n in #650

Full Changelog: v3.15.2...v3.15.3

v3.15.2

15 Mar 05:24

Choose a tag to compare

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.checked event by @n0nag0n

Full Changelog: v3.15.1...v3.15.2

v3.15.1

09 Mar 05:51
4508d88

Choose a tag to compare

What's Changed

Full Changelog: v3.15.0...v3.15.1

v3.15.0

05 Mar 05:39
9bd17d9

Choose a tag to compare

What's Changed

Full Changelog: v3.14.0...v3.15.0

v3.14.0

21 Feb 17:45
2762daf

Choose a tag to compare

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

Full Changelog: v3.13.1...v3.14.0