Releases: highsidelabs/amazon-business-api
Releases · highsidelabs/amazon-business-api
v1.3.0
v1.2.0
Changed
- Remove dependency on
aws/aws-sdk-php
by making calls to STS manually - Switch from Guzzle
Request
type to more general PSRRequestInterface
type forAuthorizationSigner
andRequestSigner
contracts
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Changed
- Renamed the
InvoiceDownloadV20210930Api
toDocumentV20210930Api
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
v1.0.2
v1.0.1
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