Skip to content

Releases: highsidelabs/amazon-business-api

v1.3.0

04 Apr 20:16
Compare
Choose a tag to compare

Added

  • Add support for the Ordering API's orderDetails operation

v1.2.0

08 Jun 21:09
Compare
Choose a tag to compare

Changed

  • Remove dependency on aws/aws-sdk-php by making calls to STS manually
  • Switch from Guzzle Request type to more general PSR RequestInterface type for AuthorizationSigner and RequestSigner contracts

Full Changelog: v1.1.0...v1.2.0

v1.1.0

31 May 17:49
Compare
Choose a tag to compare

Changed

  • Renamed the InvoiceDownloadV20210930Api to DocumentV20210930Api per Amazon's name change. The old Invoice Download api/model classes are still there, but are deprecated and simply extend the corresponding classes in the Document api/model namespace. The InvoiceDownload classes will be removed entirely in v2 of this library.

Added

  • Support for the OrderingV1 API

Fixed

  • Incorrect DeliveryInformation status enum values (#3)

Full Changelog: v1.0.3...v1.1.0

v1.0.3

14 Mar 05:47
Compare
Choose a tag to compare

Changed

  • Removed incorrect locale regexes from Product Search API calls (#2)

Fixed

  • PHP 8.1 deprecation warnings

Full Changelog: v1.0.2...v1.0.3

v1.0.2

14 Nov 21:00
Compare
Choose a tag to compare

Patch release because of composer.json version mismatch in last release

v1.0.1

14 Nov 20:32
Compare
Choose a tag to compare

Fixed

  • Make model property enums all uppercase before checking for validity, since Amazon doesn't return their enum values with consistent capitalization

Added

  • lib/Model/BaseModel.php abstracts the boilerplate away from model classes, removing a lot of unnecessary code

--
Full Changelog: v1.0.0...v1.0.1

v1.0.0

14 Nov 17:55
Compare
Choose a tag to compare

First Release!