Skip to content

Latest commit

 

History

History
129 lines (57 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

129 lines (57 loc) · 1.57 KB

CHANGE LOG

V7.0.1 (03/12/2023)

  • PHP 8.3 support

V7.0 (17/05/2023)

  • Bumped minimum versions
  • Set minimum TLS version to 1.2

V6.0 (25/02/2023)

  • Updated constants to be private
  • Added return types to all methods

V5.1.2 (22/11/2022)

  • PHP 8.2 support

V5.1.1 (22/06/2022)

  • Bumped minimum versions

V5.1 (30/05/2022)

  • Dropped PHP < 7.4

V5.0.3 (21/11/2021)

  • Updated package metadata

V5.0.2 (17/10/2021)

  • Corrected docs

V5.0.1 (17/10/2021)

  • Provisional PHP 8.1 support

V5.0 (24/01/2021)

  • Support customising the number of retries

V4.2 (21/10/2020)

  • Expose a way to create the inner handler

V4.1 (10/10/2020)

  • Full PHP 8.0 support
  • Raise response body truncation in error messages from 100 to 250 characters

V4.0.3 (22/07/2020)

  • Minimum Guzzle version 7.0.1

V4.0.2 (02/05/2020)

  • Provisional PHP 8.0 support

V4.0.1 (13/04/2020)

  • Updated funding information

V4.0 (25/01/2020)

  • Support PHP 7.2 - 7.4 only
  • Switch to Guzzle 7

V3.0.2 (23/08/2019)

  • Support PHP 7.0 - 7.4 only

V3.0.1 (30/06/2019)

  • Officially support PHP 7.3

V3.0 (27/12/2017)

  • Allow a base handler to be specified and used

V2.2 (06/08/2017)

  • Added a way to just get the handler stack
  • Allow the 4xx retry codes to be customized
  • Added a way to just get the handler stack

V2.1 (18/04/2017)

  • Retry on status code 429
  • Fixed use of backoff variable

V2.0 (16/04/2017)

  • More flexible make signature

V1.0.1 (16/04/2017)

  • Made the base uri optional

V1.0 (16/04/2017)

  • Initial release