Skip to content

Releases: Poor-Plebs/guzzle-retry-after-middleware

3.0.1

18 Dec 14:33
78b387d
Compare
Choose a tag to compare

Fixed

  • Fixed CI.

3.0.0

18 Dec 14:28
243739e
Compare
Choose a tag to compare

Changed

  • Require php >= 8.1.

2.1.0

11 Nov 19:38
b245742
Compare
Choose a tag to compare

Changed

  • Skip middleware if request option key is not set.

2.0.0

05 Nov 18:53
7627645
Compare
Choose a tag to compare

Added

  • Added a matrix CI pipeline to test with php 8.0, 8.1 and 8.2, each with lowest
    and highest package requirements.

Changed

  • Changed the way the cache key is provided to the middleware. Instead of once
    on setup, the key is set on the request options either on client instantiation
    or on per request basis.

Fixed

  • Pushed minimum version for carbon to support php 8.2 with lowest requirements.

1.1.1

05 Nov 15:36
7b4b30d
Compare
Choose a tag to compare

Changed

  • Updated README.md with basic information about the package and it's usage.

1.1.0

05 Nov 14:34
b5ea560
Compare
Choose a tag to compare

Changed

  • Loosen up php and dependency version constraints to allow a broader usage of this package.

1.0.1

05 Nov 13:24
3bcdce5
Compare
Choose a tag to compare

Added

  • Added initial CI/CD setup.

1.0.0

05 Nov 09:21
0d068a2
Compare
Choose a tag to compare

Added

  • Initial version of the poor-plebs/guzzle-retry-after-middleware.