All Versions
17
Latest Version
Avg Release Cycle
40 days
Latest Release
1232 days ago

Changelog History
Page 1

  • v2.0.1 Changes

    December 05, 2020
    • โšก๏ธ Updating dependencies
    • ๐Ÿ‘Œ Supporting PHP 8.0
    • ๐Ÿ‘ท Moving CI to Github Actions
  • v2.0.0 Changes

    June 28, 2020

    [2.0.0] - 2020-06-28

    • โšก๏ธ Updated to support Guzzle 7
  • v1.6.1 Changes

    March 09, 2020

    [1.6.1] - 2020-03-09

    • โšก๏ธ Update to support PHPUnit 9
    • โฌ‡๏ธ Drop support for PHPUnit below 8.2
    • โฌ‡๏ธ Drop support for PHP 7.1
  • v1.6.0 Changes

    January 10, 2020

    [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
  • v1.5.3 Changes

    October 03, 2019

    [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.
  • v1.5.2 Changes

    June 10, 2019

    [1.5.2] - 2019-06-10

    • ๐Ÿ›  Fixed the deprecated/removed ObjectInvocation in PHPUnit 8.2 and above installations.
      • Thanks @llstarscreamll for reporting the bug.
  • v1.5.1 Changes

    May 20, 2019

    [1.5.1]

    • โž• Added the ability to add a custom error message for withCallback.
    • ๐Ÿ›  Fixed the json_encode formatting for the error message on withQuery.
    • ๐Ÿ“š Various updates to the documentation.
  • v1.5.0 Changes

    May 04, 2019

    ๐Ÿš€ [Unreleased]

    • ๐Ÿš€ I plan to write and release a road map document on the docs site outlining where I want to go with the next project, tentatively called Drive, that will work with Guzzler. The short description of it is, "Response factories based on Swagger, RAML, or API Blueprint docs".

    [1.5.0]

    • โž• Added the withFile filter. Includes several new tests and a File helper object.
    • โž• Added the withCallback filter which allows users to pass an arbitrary anonymous function to filter history items.
  • v1.4.2 Changes

    April 21, 2019

    [1.4.2] - 2019-04-21

    • ๐Ÿ›  Fix to move macros file loaded via composer. Includes test to ensure provided macros can be overridden.
  • v1.4.1 Changes

    April 04, 2019
    • ๐Ÿ›  Fix for possibility that Guzzler macros were not loaded because the extension may not be added to a project that was pre-existing.