Releases: MyParcelCOM/api-sdk-php
Releases · MyParcelCOM/api-sdk-php
v2.3.2
v2.3.1
v2.3.0
- Introduced support for shipment tags
v2.2.1
- Changed dependency version of symfony/cache to include 4.0 and newer
v2.2.0
- Added
customer_reference
field to shipment resource - Disabled cache for
MyParcelComApi::getShipments
- Added customizable cache TTL for all API functions
v2.1.0
v2.0.0
This release contains breaking changes, since we have removed some getters and setters. If your code does not rely on working with the service regions, you should be able to update the SDK without any problems.
Internal logic
- Added
has_active_contract
as default filter on service and service rate requests. - Implemented
volumetric_weight
within service rate retrieval and shipment creation. - Use
address_from
andaddress_to
filters instead of region filters when fetching services.
Service resource
- Added
code
attribute - Added
regions_from
andregions_to
attributes - Removed
region_from
andregion_to
relationships
Shipment resource
- Added
service_code
meta - Added
total_value
attribute - Removed
physical_properties_verified
attribute
Fixes
- Fixed all available service rates for all services being returned when no filtered services could be found.
- Fixed
arrayToFilter
function to work with nested filters.
v1.2.0
v1.1.1
v1.1.0
- Removed Guzzle dependencies.