Skip to content

Releases: EasyPost/easypost-python

v6.0.0

12 Oct 20:37
012232f
Compare
Choose a tag to compare
  • JSON encodes POST bodies instead of form encoding them
  • Adds support for tax_identifiers
  • Black formatting and iSort tools added to repo
  • Bumps requests from v1 to v2
  • Various refactor efforts and code cleanup

v5.1.3

20 Jul 19:55
8af4e9d
Compare
Choose a tag to compare
  • Remove 2015-vintage experimental "all_updated" action from trackers
  • Correct references of contact@easypost.com to support@easypost.com
  • Clean up address verify property and some miscellaneous request logic

v5.1.2

10 Jun 23:07
ae464e7
Compare
Choose a tag to compare
  • Strips away the result key from SmartRate and simply returns an array of SmartRate objects

5.1.1 - "Australorp"

19 May 20:04
5c6a9a3
Compare
Choose a tag to compare
  • fix SmartRate response JSON format

5.1.0 - "Australian Cashmere"

14 May 18:28
5.1.0
0402070
Compare
Choose a tag to compare
  • Add SmartRate functionality to the Shipments object (available by calling get_smartrates() on a shipment). See our blog for more details!
  • Improve some test logic
  • Remove never-functional list operation on Parcel object

5.0.0 - "Aswad"

10 Aug 17:05
Compare
Choose a tag to compare
  • Add all method for retrieving Events
  • [backwards-compatibility break] Remove all method for some un-supported types: CustomsItem, CustomsInfo, Pickup, and Order

4.1.0 - "Aspromonte"

11 May 23:02
4.1.0
Compare
Choose a tag to compare
  • change tests to use vcrpy so they are more reliable
  • add original_exception to easypost.Error in cases where we are re-raising an underlying error (e.g., an HTTP exception)
  • fix a bunch of flake8 warnings
  • [potentially-breaking] soft-deprecate Python 3.3 and 3.4. these have been dropped by most of the libraries we use, so probably don't work anyway.
  • Swap GET to POST on Refund method

4.0.2 - "Asmari"

06 May 01:39
4.0.2
Compare
Choose a tag to compare
  • cleaned up how the __version__ attribute is populated to no longer throw warnings (#95, #98, #104)
  • added some misding reports
  • fix stale tests
  • move testing infrastructure from travis-ci.org to travis-ci.com

4.0.1 - "Arapawa"

02 Apr 17:07
791b4fc
Compare
Choose a tag to compare
  • Fixed a bug that preventing report creation
  • Fixed stale unit tests

4.0.0 - "Appenzell"

10 Jul 04:17
4.0.0
Compare
Choose a tag to compare

This release officially drops Python 2.6 from the list of supported interpreters. There are no other user-visible changes. Hurray!

You can find it at https://pypi.org/project/easypost/4.0.0/ or wherever you get your modules.