Skip to content

Releases: python-amazon-mws/python-amazon-mws

v0.8.15

05 Oct 17:52
Compare
Choose a tag to compare

What's Changed

  • Fix for v0.8: list_inventory_supply missing marketplace_id parameter by @GriceTurrble in #276

Full Changelog: v0.8.14...v0.8.15

v0.8.14

11 Jun 19:06
688e354
Compare
Choose a tag to compare

#263 : Fixes bug with double-encoding string values, particularly prevalent when passing datetime strings in place of datetime.datetime objects.

0.8.13

16 Mar 08:25
c8fcb34
Compare
Choose a tag to compare

BugFix:

Fixed an issue whereby the timestamp for the API calls was being double encoded and causing calls to fail.

v1.0-dev17

02 Mar 19:17
a229427
Compare
Choose a tag to compare
v1.0-dev17 Pre-release
Pre-release

Latest development version of pre-1.0 library.

v0.8.12

02 Mar 19:14
4f7aa3a
Compare
Choose a tag to compare

Added

  • Poland (PL) marketplace to Marketplaces enum.

Changed

  • No longer testing for Python 3.5

v0.8.11

02 Mar 19:12
89fc486
Compare
Choose a tag to compare

Bug fixes

  • Utilities from 1.0dev versions backported to 0.8 to correct some encoding and param cleaning bugs.
  • User agent string produced by request methods now shows correct python-amazon-mws version (for debugging purposes when communicating with Amazon support).
  • 0.8 does not fully support Python 3.6; code that used f-strings replaced with older .format versions
  • ObjectDict in 0.8 somehow lost parity with its deprecated version found in 1.0dev. This has been corrected, bringing this "legacy" class in line with the functionality of the class by the same name in 1.0dev.

v0.8.10

25 Aug 09:44
7aa3b50
Compare
Choose a tag to compare

Single update:

  • Added support for SE marketplace.

v0.8.9

01 Mar 02:50
f808921
Compare
Choose a tag to compare

Update matches all Amazon regions currently listed in MWS documentation, including AE (United Arab Emirates), SA (Saudi Arabia), SG (Singapore), and TR (Turkey).

Also, as Amazon no longer supports the CN (China) region (forum post announcing change here), this region has been removed.

Note the GB region has been added as the correct country code for United Kingdom, but we are maintaining the UK region designation as an alias.

v0.8.8

27 Feb 19:03
ac6aae0
Compare
Choose a tag to compare

Adds the NL region.

0.8.7

26 Dec 15:57
e543e2c
Compare
Choose a tag to compare

No functional changes - just an update of the package metadata to reference the proper Github org and repository.