Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

54 lines (43 loc) · 1.41 KB

Postmen SDK Change Log

Unreleased

Changed

  • Updated JSON schema definitions.

3.0.0 (2022-01-04)

Added

  • PHP 8 and 8.1 support
  • Latest postmen.com JSON schema changes
  • Support async requests (label creation for webhook support)
    • Decode webhook envelopes with \Accu\Postmen\Events\EventFactory::fromWebhook($json)

Removed

  • PHP 7.1 support

2.0.1 (2021-04-03)

Fixed

  • Mapping of QR code in Files entity

2.0.0 (2021-03-27)

Utilising JSON Schema Validations

Added

1.2.1 (2021-03-10)

Added

  • Ability to add Service Options to a label creation request

Removed

  • Paperless invoice service option on all requests. This is not supported for all carriers!

⚠️ 1.2.0 ⚠️ (2021-03-10)

Added

  • Paperless invoice service option

1.1.0 (2021-01-08)

Added

  • Introduced new unit tests for error handling

Changed

  • Error handling now passes through the Guzzle RetryMiddleware to allow for automatic request retries and delay logic

1.0.1 (2020-12-31)

Fixed

  • Reset the Response stream for reading after the middleware runs

1.0.0 (2020-12-31)

Detached from internal Accu postmen-client

Added

  • Entities to act as data-transfer objects
  • Requests with fluent interfaces to return hydrated Entities