Skip to content

Releases: netresearch/dhl-sdk-api-bcs

2.2.0

30 Oct 11:39
Compare
Choose a tag to compare

Added

  • Transmit the shipperCustomsRef and consigneeCustomsRef fields to the REST API.

Changed

  • The required profile field is now set to its default value if no order configuration is passed to the validateShipments and createShipments REST API service methods.

2.1.0

19 Sep 11:59
Compare
Choose a tag to compare

Changed

  • Disable client-side schema validation in production mode

2.0.0

30 Jun 09:01
Compare
Choose a tag to compare

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 the mustEncode flag via OrderConfigurationInterface for the entire
    order instead.

Removed

  • Argument $addFee is no longer supported in ShipmentOrderRequestBuilderInterface::setCodAmount.
  • Services PreferredTime, ShipmentHandling, GoGreen, Perishables, Personally can no longer
    be booked.

1.3.0

28 Apr 12:11
Compare
Choose a tag to compare

Added

  • Support for PHP 8

Removed

  • Support for PHP 7.1

1.2.0

06 Apr 11:59
Compare
Choose a tag to compare

Added

  • validateShipment web service operation.

1.1.0

15 Dec 09:50
Compare
Choose a tag to compare

Changed

  • Connect to DHL Business Customer Shipping API version 3.1.2 (previously 3.0).
  • Argument type of $shipmentDate in ShipmentOrderRequestBuilderInterface::setShipmentDetails
    was changed from \DateTime to \DateTimeInterface.

Removed

  • PHP 7.0 support

1.0.1

17 Nov 15:23
Compare
Choose a tag to compare

1.0.1

Bugfix release

1.0.0

27 Jan 15:30
Compare
Choose a tag to compare
DHLGW-663: release 1.0.0