Skip to content

Releases: picqer/sendcloud-php-client

v2.11.0

02 Sep 18:35
92041aa

Choose a tag to compare

What's Changed

  • perf: Moved array_merge out of the loop when paginating results by @frankverhoeven in #60

New Contributors

Full Changelog: v2.10.0...v2.11.0

v2.10.0

24 Apr 19:42
a5ae609

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.0...v2.10.0

v2.9.0

10 Dec 14:08
d2de7b5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.1...v2.9.0

v2.8.1

08 Jul 10:01
4a8e063

Choose a tag to compare

What's Changed

  • Fix: Check response body size to not exceed maximum before json_decoding by @annajeanine in #52

Full Changelog: v2.8.0...v2.8.1

v2.8.0

08 Jan 16:05
8c42905

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.2...v2.8.0

v2.7.2

20 Sep 08:39

Choose a tag to compare

What's Changed

  • add quantity by @it-can in #49
  • Added ParcelStatus

New Contributors

Full Changelog: v2.7.1...v2.7.2

v2.7.1

22 Aug 10:09
d00e979

Choose a tag to compare

What's Changed

  • Add support for query options when inserting, updating or deleting models by @kleiram in #48

Full Changelog: v2.7.0...v2.7.1

v2.7.0

06 Apr 06:22
119d369

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

08 Oct 09:36
94a34c3

Choose a tag to compare

  • Allow Guzzle 7 usage #37

v2.5.1

15 Sep 12:50
d261c51

Choose a tag to compare

  • Fix: Add the sender_address and country_state fields to the Parcel model.