Releases: netresearch/dhl-sdk-api-bcs
Releases · netresearch/dhl-sdk-api-bcs
2.2.0
2.1.0
Changed
- Disable client-side schema validation in production mode
2.0.0
Added
- Configure shipment order parameters such as paper size (compare PR #2).
- Connect to DHL Parcel DE Shipping REST API with additional features:
- Book Signed for by recipient (Empfängerunterschrift) service
- Book shipments with P.O. Box destination address
- Book Postal Delivery Duty Paid (PDDP) service
- Choose a delivery type service (Premium, Economy, CDP)
Changed
- Update documentation of possible request builder arguments, expose via constants.
- Premium service is now booked via
ShipmentOrderRequestBuilderInterface::setDeliveryType
. - The method
ShipmentOrderRequestBuilderInterface::setPrintOnlyIfCodeable
per shipment item
was removed. Set themustEncode
flag viaOrderConfigurationInterface
for the entire
order instead.
Removed
- Argument
$addFee
is no longer supported inShipmentOrderRequestBuilderInterface::setCodAmount
. - Services PreferredTime, ShipmentHandling, GoGreen, Perishables, Personally can no longer
be booked.
1.3.0
Added
- Support for PHP 8
Removed
- Support for PHP 7.1
1.2.0
Added
validateShipment
web service operation.
1.1.0
Changed
- Connect to DHL Business Customer Shipping API version 3.1.2 (previously 3.0).
- Argument type of
$shipmentDate
inShipmentOrderRequestBuilderInterface::setShipmentDetails
was changed from\DateTime
to\DateTimeInterface
.
Removed
- PHP 7.0 support
1.0.1
1.0.1
Bugfix release
1.0.0
DHLGW-663: release 1.0.0