Skip to content

Releases: blastcloud/guzzler

2.2.0

20 Feb 03:56
Compare
Choose a tag to compare

[2.2.0] - 2024-02-19

  • Add support back for PHPUnit 9.6 and PHP 8.1. Now includes support for the following combinations:
PHP PHPUnit
8.1 9.6, 10
8.2 9.6, 10, 11
8.3 9.6, 10, 11

2.1.1

08 Aug 02:13
Compare
Choose a tag to compare

Nothing really changing in this project. Just updating the lock file to ensure using the latest version of Chassis. That one fixed an issue with changes to PHPUnit 10.3

2.1.0

14 Jul 19:37
Compare
Choose a tag to compare

[2.1.0] - 2023-07-14

  • Changes support to PHPUnit 10. This version change required which classes within PHPUnit are used. As such, any apps still using PHPUnit 9 and below should lock to 2.0.3
  • Dropping support for PHP 8.0, as PHPUnit 10 also dropped support for it.

2.0.3

27 Dec 19:06
Compare
Choose a tag to compare

[2.0.3] - 2022-12-27

  • Add support for PHP 8.2, remove support for 7.4
  • Force update to Guzzle version 7.4.3 to handle security issue.
  • Update version of Chassis, underlying engine from BlastCloud

2.0.2

18 Jan 05:35
Compare
Choose a tag to compare
  • Adding a new filter withRpc, to ensure the request properly fits the JSONRPC spec.
    • Thanks @webdevium for the pull request.
  • Testing on PHP 8.1
  • Drops support for PHP versions below 7.4

2.0.1

05 Dec 03:14
cf955c7
Compare
Choose a tag to compare
  • Updating dependencies
  • Supporting PHP 8.0
  • Moving CI to Github Actions

2.0.0

29 Jun 01:24
Compare
Choose a tag to compare

[2.0.0] - 2020-06-28

  • Updated to support Guzzle 7

1.6.1

10 Mar 03:24
Compare
Choose a tag to compare

[1.6.1] - 2020-03-09

  • Update to support PHPUnit 9
  • Drop support for PHPUnit below 8.2
  • Drop support for PHP 7.1

1.6.0

10 Jan 07:24
Compare
Choose a tag to compare

[1.6.0] - 2020-01-10

  • Updating CI to test on PHP 7.4
    • This will be the last release supporting PHP 7.1
  • Added new methods: withoutQuery, withQueryKey, and withQueryKeys

1.5.3

04 Oct 04:24
Compare
Choose a tag to compare

[1.5.3] - 2019-10-03

  • Moved codebase to build on blastcloud/chassis. Chassis is the abstracted expectation engine that was originally built for Guzzler. Now, Chassis can be used as a common base for any number of testing libraries for different PHP HTTP request clients. Check out Hybrid, a port of Guzzler for Symfony's HttpClient component.
  • Added the ability to rename the engine in test files if desired. You no longer have to have the engine named guzzler if you'd rather it be named something else. See the docs here.