Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

57 lines (43 loc) · 1.82 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.1 - 2024-08-21

0.3.0 - 2024-05-23

Added

  • Rewrite of RetryStrategy - lots of code removed, made much simpler and cleaner. (BC Break)
  • Some classes were made final. (BC Break)
  • Content responses are now buffered by default if Tracy is enabled.
  • JSON parameter supports non-array values.
  • PHPStan level 8

Removed

  • Deprecated RetryStrategy class is now removed. (BC Break)
  • SSLContext cannot be false in withOptions anymore. It must be null or an instance of SSLContext. (BC Break)

0.2.4 - 2024-04-09

Added

  • Tracy HttpPanel improvements

0.2.3 - 2024-04-04

Fixed

  • RetryStrategy PHPDoc

0.2.2 - 2024-04-04

Added

  • RetryStrategy::multi()

0.2.1 - 2024-04-03

Fixed

  • PHP8.1 require

0.2.0 - 2024-04-03

Added

  • Support both AMPHP2 and AMPHP3
  • remove AMPHP2 from dependencies, both are optional

0.1.0 - 2024-03-27

  • Initial release