Skip to content

Releases: ShipStream/fedex-rest-php-sdk

v1.4.0

07 Feb 00:22
6a71eee

Choose a tag to compare

What's Changed

  • Various fixes required to pass certification by @bob2021 in #8

Full Changelog: v1.3.0...v1.4.0

v1.3.0

17 Oct 15:58
b28c823

Choose a tag to compare

What's Changed

  • Improvements to registration and authorization by @bob2021 in #7
    • Using a Number type for the invoice amount when registering via invoice throws an error for amounts like 234.00 because the trailing zeros are stripped off, so a string must be used instead.
    • Auth token is now fetched/checked just before the request is made, to help avoid using an expired token.
    • The connector's base url is now overridden for authentication requests, so a connector using a different base url can still authenticate.
    • Added missing 429 responses
    • Added support for locking during authentication
    • Added rate limiting for authentication to avoid a 10min lockout if the threshold is exceeded (15 req/5s)
    • Switched php-compatibility version to dev-develop to fix false positive using $this in an enum (there are no recent tagged versions, and apparently none coming for the foreseeable future)
    • Added header parameters missing from generated registration API.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

05 Sep 18:03
b27d1ff

Choose a tag to compare

What's Changed

  • Various fixes for first working version by @bob2021 in #6

New Contributors

Full Changelog: v1.1.2...v1.2.0

v1.1.2

21 Nov 17:05
9946a4b

Choose a tag to compare

Changed

  • Make Track API LocationDetail schema's locationType attribute optional (#4, fixes #3)

Full Changelog: v1.1.1...v1.1.2

v1.1.1

23 Aug 12:17

Choose a tag to compare

Changed

  • Removed readonly attribute from DTO attributes to make forming requests easier

v1.1.0

08 Aug 17:58

Choose a tag to compare

Changed

  • Lots of small documentation, typing, and argument addition/removal changes from upstream models
  • DTO formatting changes from upstream highsidelabs/saloon-sdk-generator

Added

  • Ability for users to pass custom x-customer-transaction-id request identification headers via $transactionIdGenerator argument to FedEx connector constructor
  • Consolidation API
  • Autogenerator comments

Full Changelog: v1.0.1...v1.1.0

v1.0.1

05 Jun 15:21

Choose a tag to compare

Changed

  • Make saloonphp/saloon a dependency, and make highsidelabs/saloon-sdk-generator a dev dependency instead of a regular dependency

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

v1.0.0

05 Jun 15:09
6570d40

Choose a tag to compare

First release! Hello world :)

Please open an issue if you find bugs – this has not yet been production tested, so there are probably still uncaught bugs.