Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Sep 16, 2024
1 parent f95097d commit a8b5648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee

# Version 2

# 2.0.0 - (unreleased)
# 2.0.0 - 2024-09-16

- Increased min PHP version to 8.1
- Removed the deprecated `httplug_markup` twig filter. Use `@Httplug/http_message.html.twig` template instead.
Expand All @@ -16,7 +16,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
- Changed the default stream factory argument for the cache plugin. This now requires a PSR-17 StreamFactoryInterface instance.
- Creating a client using the `BuzzFactory` no longer accepts `verify_peer` and `verify_host` config options. Only a boolean `verify` flag is accepted, covering both previous options.
- Removed support of deprecated PHP-HTTP factories, only PSR-17 factories are now supported and used.
- Removed `message_factory`, `uri_factory`, and `stream_factory` classes config option. You can configure your own factories via psr17_*_factory classes config
- Removed `message_factory`, `uri_factory`, and `stream_factory` classes config option. You can configure your own factories via `psr17_*_factory` classes config
- Removed support for guzzle5-adapter
- Removed support for Symfony versions <5.4
- Changed the return type of `ClientFactory` to return a `ClientInterface` instead of `ClientInterface|HttpClient`
Expand Down

0 comments on commit a8b5648

Please sign in to comment.