v6.0.6
Fixed
- DateTime deserialization (#699, thanks @mickas! fixes #698)
- Add attributes to
AutomatedShippingSettings
that are missing from upstream models - Deserialization of integer 0 was buggy, since I used
0x0
as a default case in a deserializationmatch
. Switched to usingchr(0)
so that 0 can be deserialized properly.
Changed
- Move
composer/semver
andhighsidelabs/saloon-sdk-generator
from regular dependencies to dev dependencies. This involved moving a lot of base classes, traits, and exception classes fromhighsidelabs/saloon-sdk-generator
into the library itself, which is reflected in the code generation process. - SDK is now compatible with Laravel 11
Added
- FBA Inbound API 2024-03-20
- Misc Orders VO API updates
getUserAgent()
method inSellingPartnerApi
class (partial fix for #679)
New Contributors
Full Changelog: v6.0.5...v6.0.6