Skip to content

Releases: PhpGt/Http

October 2024 release

15 Oct 11:49
db57d95
Compare
Choose a tag to compare

What's Changed

  • Updated dependencies
  • Send debug header showing where the redirect was made by @g105b in #223

Full Changelog: v1.3.0...v1.3.1

"Await" methods and bug fixes

31 Jan 09:41
8e25985
Compare
Choose a tag to compare

What's Changed

  • tweak: return ServerRequestInterface by @g105b in #216
  • fix: convert underscores to hyphens in http headers by @g105b in #219
  • feature: async response methods for #220 by @g105b in #221

Full Changelog: v1.2.2...v1.2.3

July 2023 patch release

20 Jul 18:22
Compare
Choose a tag to compare

FormData representing file uploads

03 Jul 15:55
677c456
Compare
Choose a tag to compare

This change is to help php.gt/fetch upload files using FormData, to closely match the HTTP spec.

What's Changed

Full Changelog: v1.2.0...v1.2.1

Asynchronous response body functions

01 Jul 18:39
292e850
Compare
Choose a tag to compare

When you have a Response object, you can now call the standard text(), json(), etc. functions, which return a Promise that will resolve with the appropriate type. When set up with an async loop, this can achieve multiple concurrent response streaming.

This was implemented for usage within https://www.php.gt/fetch

What's Changed

Full Changelog: v1.1.10...v1.2.0

May 2023 release (PSR-7 v2)

03 May 10:44
8b2b6b9
Compare
Choose a tag to compare

This minor patch release introduces compatibility changes for PSR-7 v2, which defines type safety throughout the HTTP classes.

CI and QA improvements

10 Mar 15:05
05566d3
Compare
Choose a tag to compare

In this patch release, we introduce a CI build matrix. All supported PHP versions will be tested on PHPUnit, PHPStan, PHP Mess Detector and PHP Code Sniffer. Lovely!

What's Changed

  • CI & QA - introduce PHPMD and PHPCS by @g105b in #203

Full Changelog: v1.1.8...v1.1.9

February 2023

24 Feb 12:22
e3e4cf5
Compare
Choose a tag to compare

What's Changed

  • feature: reload and throw away query string by @g105b in #178
  • Bump phpstan/phpstan from 1.8.6 to 1.9.4 by @dependabot in #182
  • feature: request factory creates uri with all parts by @g105b in #183

Full Changelog: v1.1.7...v1.1.8

Readonly headers on HTTP messages

05 Nov 16:48
6d32a4c
Compare
Choose a tag to compare

What's Changed

  • feature: expose headers as public readonly property by @g105b in #176

Full Changelog: v1.1.6...v1.1.7

September 2022 release

26 Sep 19:56
ec7a74d
Compare
Choose a tag to compare

What's Changed

  • Bump phpunit/phpunit from 9.5.21 to 9.5.23 by @dependabot in #162
  • maintenance: dependabot by @g105b in #170
  • tweak: safely check presence of current protocol by @g105b in #171
  • tweak: pass request to response to redirect to current path by @g105b in #173
  • Update README.md by @g105b in #174

Full Changelog: v1.1.5...v1.1.6