Skip to content

v6.0.6

Compare
Choose a tag to compare
@jlevers jlevers released this 05 Jun 23:26
· 132 commits to main since this release

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 deserialization match. Switched to using chr(0) so that 0 can be deserialized properly.

Changed

  • Move composer/semver and highsidelabs/saloon-sdk-generator from regular dependencies to dev dependencies. This involved moving a lot of base classes, traits, and exception classes from highsidelabs/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 in SellingPartnerApi class (partial fix for #679)

New Contributors

Full Changelog: v6.0.5...v6.0.6