Releases: EasyPost/easypost-python
Releases · EasyPost/easypost-python
4.1.0 - "Aspromonte"
- change tests to use vcrpy so they are more reliable
- add
original_exception
toeasypost.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"
4.0.1 - "Arapawa"
- Fixed a bug that preventing report creation
- Fixed stale unit tests
4.0.0 - "Appenzell"
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.
3.6.5 - "Angora"
This release gets our test suite back into passing shape for 2019 and fixes a critical bug that prevented pip
from correctly installing the six
dependency.
You can find it on PyPI at https://pypi.org/project/easypost/3.6.5/ or wherever you get your packages.
3.6.4 - "Abra"
Minor test fix release.
- Update user tests
3.6.2 - "Abergelle"
Minor bugfix release
- Report.retrieve no longer requires a type to be passed
3.6.1 - "Abaza"
Rewritten unit tests! Timeout support! This and more can be found in release 3.6.1 of easypost-python. For more details, check out CHANGELOG.md in the root of the repo.
3.5.2
- Added get_rates method to Order objects
3.5.1
- Fixed
create
for ScanForms