Skip to content

Releases: thewirecutter/paapi5-php-sdk

Release 2.1.0

Choose a tag to compare

@candiceevemiller candiceevemiller released this 27 Apr 20:55
8bfd3f7

What's Changed

  • Expose buildAuthenticatedHeaders by @candiceevemiller in #25 - Exposes buildAuthenticatedHeaders to allow easier cross request caching.

Full Changelog: v2.0.0...v2.1.0

Replace PA-API with Creators API

Choose a tag to compare

@candiceevemiller candiceevemiller released this 07 Apr 15:18
a18131c

Amazon has decided to deprecate the PA-API and replace it with the Creators API. In order to continue accessing Amazon's API you will need to update your code to consume the new API. Information on breaking changes can be found in the Amazon provided documentation.

What's Changed

Full Changelog: v1.3.0...v2.0.0

Update with Latest Amazon Code

Choose a tag to compare

@candiceevemiller candiceevemiller released this 18 Nov 20:32
642ab8f

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.3.0

v1.2.2 - Nullable Type Hints

Choose a tag to compare

@justinyost justinyost released this 21 Feb 17:39
a5ada3d

What's Changed

  • Removes warnings related to Nullable TypeHints, by adding Nullable TypeHints to function definitions. #17

Full Changelog: v1.2.1...v1.2.2

Thanks to @kalibora for issuing a PR to add the nullable TypeHints.

v1.2.1 - Bug Fix for v1.2.0

Choose a tag to compare

@justinyost justinyost released this 01 Mar 01:16
46d8a05

What's Changed

  • Two lone s characters wound up in the codebase, their removal occurred in #14
  • Removes the Version attribute from the Composer.json file, ensuring the tagged version is available through Packagist. #16

Full Changelog: v1.2.0...v1.2.1

Thanks to @dwightwatson for identifying both issues and issuing a PR to resolve the lone s.

v1.2.0 - PHP 8 Support

Choose a tag to compare

@justinyost justinyost released this 03 Feb 19:17
e70d2ca

What's Changed

  • Dropped support for PHP 5/7 #13
  • Added a section to the ReadMe noting how this package differs from the Amazon provided codebase #13
  • Updated code to remove deprecation warnings on PHP 8 #13
  • Updated Code Sniffs to PSR-2 #13
  • Removed any Code Sniff errors/warnings for PSR-2 #13
  • Updated DevDepency for PHPUnit to v9 #13
  • Update CircleCI build to use PHP 8 #13
  • Ensured CircleCI build correctly operates and fully tests and sniffs the codebase #13

Full Changelog: 1.1.1...v1.2.0

Thanks to @enricobono and @lisavogtsf for testing, submitting suggestions and code improvements.

v1.1.1 Community Updates for Future Proofing

Choose a tag to compare

@justinyost justinyost released this 16 Aug 06:40
4f5cc6b

This release builds on the existing Amazon provided release by adding two small future proofing changes.

  1. Query::build is used as provided by Guzzle rather than calling \GuzzleHttp\Psr7\build_query. Thanks to @tigohenryschultz for completing this work.
  2. Deprecated function notices in PHP 8.1 are suppressed. Thanks to @noahott for completing this work.

v1.1.0 Updates to Latest Amazon Code

Choose a tag to compare

@justinyost justinyost released this 12 Aug 18:10
6ebc2be

This release updates the code to the latest version as provided by Amazon.

v1.0.3 Add Guzzle 7.x Support

Choose a tag to compare

@justinyost justinyost released this 18 Sep 16:11
11f1d82

This release only adds Guzzle 7.x support in addition to the existing Guzzle 6.2+ support.

v1.0.2 Release - Cleanup Shipping Code and Improved Docs

Choose a tag to compare

@justinyost justinyost released this 25 Oct 21:25
a9574a7
  • Cleans up the shipping code
  • Improves the documentation by noting the correct packagist
  • Improves and updates PHP Code Sniffer Status