Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 587 Bytes

File metadata and controls

22 lines (12 loc) · 587 Bytes

Changelog

2.2.1 - 2025-10-14

  • fixed exception in getStatusCode() after throw TransportExceptionInterface exception

2.2.0 - 2025-05-27

  • added toArray() method to convert JSON request/response data into an array for use in the logger's request, response contexts and request_body in info

2.1.1 - 2024-11-21

  • added PHP 8.4 support

2.1.0 - 2024-01-31

  • added additional information in getInfo() for getResponse() after throw HttpExceptionInterface exception

2.0.0 - 2023-05-12

  • update symfony/http-client-contracts to 3.0
  • supports php 8.1+