Skip to content

Releases: blastcloud/guzzler

2.3.0

06 Jul 02:04

Choose a tag to compare

[2.3.0] - 2025-07-05

  • Add support for PHPUnit 12, and PHP 8.4 Current version support is shown in table below.
PHP PHPUnit
8.1 9.6, 10
8.2 9.6, 10, 11
8.3 9.6, 10, 11
8.4 9.6, 10, 11, 12

2.2.0

20 Feb 03:56

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

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

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

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

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

Choose a tag to compare

  • Updating dependencies
  • Supporting PHP 8.0
  • Moving CI to Github Actions

2.0.0

29 Jun 01:24

Choose a tag to compare

[2.0.0] - 2020-06-28

  • Updated to support Guzzle 7

1.6.1

10 Mar 03:24

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

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