Skip to content

Releases: iMicknl/python-postnl-api

1.2.3 - 2019-12-7

07 Dec 14:47
97ff6ae

Choose a tag to compare

Fixed

  • Change endpoint for token retrievement
  • Change User Agent and Api Version

1.2.2 - 2019-11-13

14 Nov 08:53

Choose a tag to compare

Fixed

  • Request by adding User-Agent since PostNL seems to require that now
  • Package that is enroute with unknown date

1.2.1 - 2019-08-18

06 Oct 18:24

Choose a tag to compare

Fixed

  • Resolved an issue when there is no delivery date (yet).
  • Fixed the test case for letters

1.2.0 - 2019-08-18

18 Aug 17:48

Choose a tag to compare

Added

  • Created packages and letters classes
  • Isoformat parsed datetime for delivery and planned dates
  • Added properties for is_delivered and delivery_today
  • Renamed methods to get_X with X: deliveries, distributions and letters

1.0.2 - 2018-05-28

28 May 18:51
1cc274c

Choose a tag to compare

Fixed

  • Traceback when no deliveryDate is found in shipment (@StevenLooman)

1.0.1 - 2018-04-28

28 Apr 18:48
6780e26

Choose a tag to compare

Fixed

  • Export custom exception

Public release

22 Apr 17:40
0b00f9a

Choose a tag to compare

1.0 - 2018-04-22

Added

  • Add custom exception
  • Add date time parser for status messages
  • Initial public release

0.3 - 2018-02-04

Fixed

  • Better exception handling & less code duplication

0.2 - 2018-01-24

Added

  • Basic test function
  • Add function to retrieve letter status
  • Add function to retrieve single letter
  • Add function to retrieve single shipment

Fixed

  • Fixed the docstring notation
  • Better exception handling & less code duplication

0.1 - 2017-10-21

Added

  • Initial (private) release