Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Releases: netresearch/dhl-sdk-api-express

2.1.0

15 Sep 10:20
Compare
Choose a tag to compare

Added

  • Set label option flag to request a waybill document, contributed by D. Fairbrother and @JustoHermano via PR #11

2.0.2

03 Sep 08:59
Compare
Choose a tag to compare

Added

  • Support for PHP 7.4
  • Pass through tracking error details, contributed by @kdrdmr via PR #8

Removed

  • Support for PHP 5.6 and PHP 7.0

Changed

  • Request and response parsing, contributed by @tomazJakomin via PR #5:

    • Class Map: add missing ResponseServiceHeader type
    • Delete Shipment: fix passing Reason code from request builder to SOAP type
    • Track: introduce constants for usage in TrackingRequestBuilderInterface::setPiecesEnabled
    • Track: handle empty ShipmentEvent type during response processing

Fixed

  • Webservice response logging

2.0.1

06 Feb 10:54
Compare
Choose a tag to compare

Fixed

  • Always round weight to 3 decimal digits as defined by the API

2.0.0

05 Dec 12:05
Compare
Choose a tag to compare

2.0.0 - 2019-12-05

Added

  • Support for PHP 7.3
  • Improved logged information for errors during rates request

Changed

  • Changed public API to always require a \DateTime object when
    handling date/time information to avoid timezone bugs
  • Cleaned up missing or incorrect public API annotations

1.2.0 Bugfix release

27 Aug 08:30
Compare
Choose a tag to compare

Fixed

  • Check "no products available" behaviour with Express API

1.1.0

08 May 20:20
Compare
Choose a tag to compare

Added

  • Possibility to create service instances for production or sandpit
  • Pass through shipper and recipient email to the shipment request
  • Stub classes for Pickup Requests, with no actual usage as of yet

Changed

  • Default endpoint is now production

Bugfix release

24 Sep 10:04
Compare
Choose a tag to compare

Fixed

Catch every InvalidArgumentException when preparing a Rate Request

Added

Better log messages for Rate Request argument errors

Initial release

18 Sep 12:36
Compare
Choose a tag to compare

Initial release