Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

48 lines (36 loc) · 1.61 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.

1.0.3 - 2024-06-24

Added

  • run tests over multiple PHP version
  • add tests on PHP 8.3

Security

  • update friendsofphp/php-cs-fixer (v3.4.0 => v3.21.1)

Removed

  • drop support for PHP 7.4 and below

1.0.2 - 2022-09-06

Added

  • cover the scenario of inconsistency on Pricehubble API with nested message

Changed

  • use an Authorization HTTP header to transmit access_token on requests instead of passing the access_token in query parameter

1.0.1 - 2022-06-10

Security

  • update library guzzlehttp/guzzle 7.4.2 => 7.4.3 (CVE-2022-29248)
  • update library guzzlehttp/guzzle 7.4.3 => 7.4.4 (CVE-2022-31042 & CVE-2022-31043)

1.0.0 - 2022-05-11

Added

  • Under heavy development

Security

  • update library guzzlehttp/psr7 1.6.1 => 1.8.5 (CVE-2022-24775)
  • upgrade symfony/dotenv 4.3 > 5.4
  • upgrade all dev dependencies

Changed

  • remove sensiolabs/security-checker in favor of Github Actions security-checker