Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Releases: goshippo/shippo-python-client

Bump requests version

05 Nov 14:37
4550c64
Compare
Choose a tag to compare

This change alters the setup.py file for requests and simplejson versions.

Users on various platforms (and using various packages that also use the requests library && simplejson) have run into dependency issues caused by version pinning.

Webhook Release 2.0.1

06 Oct 17:32
a56a131
Compare
Choose a tag to compare

Added:

  • Webhook Class method
  • Examples:
    • Multipiece
    • Create / Remove webhook endpoints

Release v2.0.0

10 Jan 20:10
be6a4b9
Compare
Choose a tag to compare
  • Update default API version to 2018-02-08
  • Migrate shippo config constants to shippo.config namespace
  • Python 3.5+ support
  • Remove async param

Release v1.6.2

13 Apr 20:32
d96cd60
Compare
Choose a tag to compare
Merge pull request #44 from goshippo/oauth-token-support

Add OAuth api token support

Display DeprecationWarning on Shippo only

01 Aug 19:08
Compare
Choose a tag to compare

Minor Improvements

  • Only show DeprecationWarning for shippo package.

Release v1.2.1

14 Jun 02:23
Compare
Choose a tag to compare

Bugfixes

  • add version.py to shippo

Release v1.2.0

14 Jun 01:48
Compare
Choose a tag to compare

Behavioural Changes

  • [WARNING] Changed keyword for creating shipments and transactions synchronously from sync=True to async=False

Improvements

  • Removed polling for shipments and transactions calls
  • Fixed and added tests

Minor Improvements

  • Added fixtures to our tests using vcr
  • Added Travis-CI
  • Added badges to the README
  • Bumped unittest version