From 4fbb248b0fae27aa328d6e1624dc9f60672c4256 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Apr 2026 00:17:44 +0000 Subject: [PATCH 1/2] Update CHANGELOG.md with recent merged PRs (#18, #19, #20) Agent-Logs-Url: https://github.com/voku/httpful/sessions/38f2586c-2ab7-460d-a78b-d8b321aa49c0 Co-authored-by: voku <264695+voku@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5321352..0329b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 3.0.2 (2026-04-24) + +- CI: modernize GitHub Actions workflow (bump `actions/checkout`, `actions/cache`, `actions/upload-artifact` to supported releases; switch deprecated `set-output` to `$GITHUB_OUTPUT`) [#18](https://github.com/voku/httpful/pull/18) +- CI: add `composer validate --strict` and `composer audit` steps; declare `phpstan/phpstan` in `require-dev` [#18](https://github.com/voku/httpful/pull/18) +- Tests: increase line coverage from 63.88% to 72.41% (+8.53%) by adding 97 new tests for `UriResolver`, `Factory`, `FormMimeHandler`, `HtmlMimeHandler`, `XmlMimeHandler`, `CsvMimeHandler`, `Http`, `Mime`, `Request`, `Setup`, and `ClientErrorException` [#19](https://github.com/voku/httpful/pull/19) +- Code style fixes applied via StyleCI [#20](https://github.com/voku/httpful/pull/20) + ## 3.0.1 (2023-07-22) - "composer.json" -> provide "psr/http-factory-implementation" From e1c08dd050003f72e5d58e59b29824697501771c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Apr 2026 01:22:35 +0000 Subject: [PATCH 2/2] Fix CHANGELOG: rename 3.0.2 to [Unreleased], add missing PRs #16 #17 and example update Agent-Logs-Url: https://github.com/voku/httpful/sessions/179023f7-6594-451f-a5b2-3196e637a3e5 Co-authored-by: voku <264695+voku@users.noreply.github.com> --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0329b42..d5f9fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # Changelog -## 3.0.2 (2026-04-24) +## [Unreleased] +- chore: add Renovate configuration for automated dependency updates [#17](https://github.com/voku/httpful/pull/17) - CI: modernize GitHub Actions workflow (bump `actions/checkout`, `actions/cache`, `actions/upload-artifact` to supported releases; switch deprecated `set-output` to `$GITHUB_OUTPUT`) [#18](https://github.com/voku/httpful/pull/18) - CI: add `composer validate --strict` and `composer audit` steps; declare `phpstan/phpstan` in `require-dev` [#18](https://github.com/voku/httpful/pull/18) -- Tests: increase line coverage from 63.88% to 72.41% (+8.53%) by adding 97 new tests for `UriResolver`, `Factory`, `FormMimeHandler`, `HtmlMimeHandler`, `XmlMimeHandler`, `CsvMimeHandler`, `Http`, `Mime`, `Request`, `Setup`, and `ClientErrorException` [#19](https://github.com/voku/httpful/pull/19) -- Code style fixes applied via StyleCI [#20](https://github.com/voku/httpful/pull/20) +- tests: increase line coverage from 63.88% to 72.41% (+8.53%) by adding 97 new tests for `UriResolver`, `Factory`, `FormMimeHandler`, `HtmlMimeHandler`, `XmlMimeHandler`, `CsvMimeHandler`, `Http`, `Mime`, `Request`, `Setup`, and `ClientErrorException` [#19](https://github.com/voku/httpful/pull/19) +- code style fixes applied via StyleCI [#16](https://github.com/voku/httpful/pull/16) [#20](https://github.com/voku/httpful/pull/20) +- examples: update `post_form.php` ## 3.0.1 (2023-07-22)