If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.
Updated packages
Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:
guzzlehttp/guzzle: 7.8.1 (updated from 7.5.1)
guzzlehttp/promises: 2.0.2 (updated from 1.5.2)
guzzlehttp/psr7: 2.6.2 (updated from 2.5.0)
psr/http-client: 1.0.3 (updated from 1.0.2)
psr/http-factory: 1.1.0 (updated from 1.0.2)
symfony/deprecation-contracts: v3.5.0 (updated from v3.2.1)
Release notes
Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.
List of release notes
- [Release notes for tag 7.8.1](https://github.com/guzzle/guzzle/releases/tag/7.8.1)
- [Release notes for tag 7.8.0](https://github.com/guzzle/guzzle/releases/tag/7.8.0)
- [Release notes for tag 7.7.1](https://github.com/guzzle/guzzle/releases/tag/7.7.1)
- [Release notes for tag 7.7.0](https://github.com/guzzle/guzzle/releases/tag/7.7.0)
- [Release notes for tag 7.6.1](https://github.com/guzzle/guzzle/releases/tag/7.6.1)
- [Release notes for tag 7.5.3](https://github.com/guzzle/guzzle/releases/tag/7.5.3)
- [Release notes for tag 7.6.0](https://github.com/guzzle/guzzle/releases/tag/7.6.0)
- [Release notes for tag 7.5.2](https://github.com/guzzle/guzzle/releases/tag/7.5.2)
Changed files
Here is a list of changed files between the version you use, and the version this pull request updates to:
If you find you need to update the codebase to be able to merge this branch (for example update some tests or rebuild some assets), please note that violinist will force push to this branch to keep it up to date. This means you should not work on this branch directly, since you might lose your work. Read more about branches created by violinist.io here.
This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.
If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.
Updated packages
Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:
Release notes
Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.
List of release notes
- [Release notes for tag 7.8.1](https://github.com/guzzle/guzzle/releases/tag/7.8.1) - [Release notes for tag 7.8.0](https://github.com/guzzle/guzzle/releases/tag/7.8.0) - [Release notes for tag 7.7.1](https://github.com/guzzle/guzzle/releases/tag/7.7.1) - [Release notes for tag 7.7.0](https://github.com/guzzle/guzzle/releases/tag/7.7.0) - [Release notes for tag 7.6.1](https://github.com/guzzle/guzzle/releases/tag/7.6.1) - [Release notes for tag 7.5.3](https://github.com/guzzle/guzzle/releases/tag/7.5.3) - [Release notes for tag 7.6.0](https://github.com/guzzle/guzzle/releases/tag/7.6.0) - [Release notes for tag 7.5.2](https://github.com/guzzle/guzzle/releases/tag/7.5.2)Changed files
Here is a list of changed files between the version you use, and the version this pull request updates to:
List of changed files
.github/.editorconfig .github/ISSUE_TEMPLATE/config.yml .github/workflows/branch-alias.yml .github/workflows/checks.yml .github/workflows/ci.yml .github/workflows/static.yml .php-cs-fixer.dist.php CHANGELOG.md README.md UPGRADING.md composer.json docs/psr7.rst docs/quickstart.rst docs/request-options.rst phpstan-baseline.neon psalm-baseline.xml src/Client.php src/ClientInterface.php src/Cookie/CookieJar.php src/Cookie/CookieJarInterface.php src/Cookie/SessionCookieJar.php src/Cookie/SetCookie.php src/Handler/CurlFactory.php src/Handler/CurlMultiHandler.php src/Handler/EasyHandle.php src/Handler/HeaderProcessor.php src/Handler/MockHandler.php src/Handler/StreamHandler.php src/HandlerStack.php src/MessageFormatter.php src/MessageFormatterInterface.php src/Middleware.php src/PrepareBodyMiddleware.php src/RedirectMiddleware.php src/RequestOptions.php src/RetryMiddleware.php src/TransferStats.php src/Utils.php src/functions.php src/functions_include.php tests/ClientTest.php tests/Cookie/CookieJarTest.php tests/Cookie/FileCookieJarTest.php tests/Cookie/SessionCookieJarTest.php tests/Cookie/SetCookieTest.php tests/Exception/RequestExceptionTest.php tests/Handler/CurlFactoryTest.php tests/Handler/CurlMultiHandlerTest.php tests/Handler/EasyHandleTest.php tests/Handler/MockHandlerTest.php tests/Handler/Network/StreamHandlerTest.php tests/Handler/StreamHandlerTest.php tests/HandlerStackTest.php tests/MessageFormatterTest.php tests/MiddlewareTest.php tests/PoolTest.php tests/PrepareBodyMiddlewareTest.php tests/RedirectMiddlewareTest.php tests/RetryMiddlewareTest.php tests/Server.php tests/TestLogger.php tests/UtilsTest.php tests/bootstrap.php tests/server.js vendor-bin/php-cs-fixer/composer.json vendor-bin/phpstan/composer.json vendor-bin/psalm/composer.jsonChangelog
Here is a list of changes between the version you use, and the version this pull request updates to:
Fix GitHub CI Workflow Badge URL (#3188)
Add tests for cookie removal and update in FileCookieJar (#3182)
Add another
base_uriexample in documentation (#3189)
Release 7.8.1 (#3193)
Switch to
actions/checkout@v4and upgrade SA tools (#3192)
Replace
call_user_func*syntax in tests (#3174)
Revert "Pin to Composer 2.5.8"
Pin to Composer 2.5.8
Replaced bad all insecure/invalid/redirecting links
Update link in server.js to point to an https site
Updated version guidance in the readme (#3171)
Release 7.8.0 (#3170)
Merge branch '7.7' into 7.8
Release 7.7.1 (#3169)
Update SA tools (#3168)
Use node 18 in CI (#3167)
Update ci.yml
Bump min versions for PHP 8.3 support
Run CI with PHP 8.3 (#3157)
Added automatic closing of curl handles on CurlFactory object destruction (#3165)
Remove the need for
AllowDynamicPropertiesin CurlMultiHandler (#3158)
Fix typo in the abandoned request option name (#3151)
Release 7.7.0
Support
guzzlehttp/promisesv2 (#3142)
Tweaked version guidance
Fixed tests
Use symfony code style
Merge branch '7.5' into 7.6
Release 7.5.3
Fix
SetCookie::fromStringMaxAge deprecation warning and skip invalid MaxAge values (#3141)
Release 7.6.0 (#3136)
Apply on request the version set in options parameters (#3135)
Merge branch '7.5' into 7.6
Release 7.5.2 (#3134)
Corrected docs and default connect timeout value to 300 seconds (#3075)
Fix set cookie constructor validation (#3133)
Add support for setting crypto method in a unified way (#3132)
Fix
0body handling (#3131)
Enable
error_reporting=E_ALLon CI (#3123)
Cleanup CI (#3122)
Working with this branch
If you find you need to update the codebase to be able to merge this branch (for example update some tests or rebuild some assets), please note that violinist will force push to this branch to keep it up to date. This means you should not work on this branch directly, since you might lose your work. Read more about branches created by violinist.io here.
This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.