Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebln committed Jun 7, 2024
1 parent e41ae6b commit 3291299
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,34 @@ Intended to follow [«Keep a Changelog»](https://keepachangelog.com/en/)
-

### TODO
- Monitor [PHP RFC: Server-Side Request and Response Objects](https://wiki.php.net/rfc/request_response)
- Cookies: Write to response
- Cookies: Read from request
- Cookies: write and overwrite to request
- Refactor `Request::withUri` to be closer to PSR-7
- Refactor `BodyStreamHook::addBodyFromResponse` using WeakMap for a PHP >=8.0 (or with [polyfill](https://github.com/BenMorel/weakmap-polyfill))
- Allow configurable StreamFactory instead of hardcoded used
- or try `php-http/discovery`
- Bump dependencies
- Support `psr/http-message ^2`
- Bump `guzzlehttp/psr7` [Changelog](https://github.com/guzzle/psr7/blob/2.5/CHANGELOG.md)

----

## [1.6.0] - 2024-06-07

### Changed
- Dependencies
- added: `"psr/http-message": "^1.1 || ^2.0"` as a direct dependency!
- removed: support for `guzzlehttp/psr7` < `2.4.5`
- bumped to `webmozart/assert:^1.11`
- Running CI checks fro PHP 7.4 - 8.3
- Minor code fixes, due to psalm reports
- Update dev dependencies
- Update CI (GH actions)
- Fix local dev env / dockerfile
- Update code style and cs-fixer

### Fixed

- downstream vulnerabilities by bumping `guzzlehttp/psr7`

## [1.5.0] - 2023-04-21

### Changed
Expand Down

0 comments on commit 3291299

Please sign in to comment.