Releases: ShipStream/fedex-rest-php-sdk
Releases · ShipStream/fedex-rest-php-sdk
v1.4.0
v1.3.0
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
v1.1.2
v1.1.1
v1.1.0
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-idrequest identification headers via$transactionIdGeneratorargument toFedExconnector constructor - Consolidation API
- Autogenerator comments
Full Changelog: v1.0.1...v1.1.0
v1.0.1
Changed
- Make
saloonphp/saloona dependency, and makehighsidelabs/saloon-sdk-generatora dev dependency instead of a regular dependency
Full Changelog: v1.0.0...v1.0.1