Recent Releases of mws

mws - v0.8.15

What's Changed

  • Fix for v0.8: listinventorysupply missing marketplace_id parameter by @GriceTurrble in https://github.com/python-amazon-mws/python-amazon-mws/pull/276

Full Changelog: https://github.com/python-amazon-mws/python-amazon-mws/compare/v0.8.14...v0.8.15

- Python
Published by GriceTurrble over 4 years ago

mws - v0.8.14

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

- Python
Published by GriceTurrble over 4 years ago

mws - 0.8.13

BugFix:

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

- Python
Published by Bobspadger almost 5 years ago

mws - v1.0-dev17

Latest development version of pre-1.0 library.

- Python
Published by GriceTurrble almost 5 years ago

mws - v0.8.12

Added

  • Poland (PL) marketplace to Marketplaces enum.

Changed

  • No longer testing for Python 3.5

- Python
Published by GriceTurrble almost 5 years ago

mws - v0.8.11

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.

- Python
Published by GriceTurrble almost 5 years ago

mws - v0.8.10

Single update:

  • Added support for SE marketplace.

- Python
Published by Bobspadger over 5 years ago

mws - v0.8.9

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.

- Python
Published by GriceTurrble almost 6 years ago

mws - v0.8.8

Adds the NL region.

- Python
Published by GriceTurrble almost 6 years ago

mws - 0.8.7

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

- Python
Published by jameshiew about 6 years ago

mws - 0.8.6

  • Add AU and BR endpoints to the dictionary of MARKETPLACES

Multiple version bump is due to some unsuccessful attempts to release to PyPI

- Python
Published by jameshiew over 7 years ago

mws - 0.8.3

Corrects an issue with InboundShipments constructor not allowing from_address to be set properly. See #57 for details.

- Python
Published by GriceTurrble almost 8 years ago

mws - 0.8.2

A bug existed in which Reports.get_report_list failed to run using the next_token keyword argument, due to a missing setting in NEXT_TOKEN_OPERATIONS. This change corrects the issue.

- Python
Published by GriceTurrble almost 8 years ago

mws - 0.8.0

  • adds Finances API
  • adds InboundShipments API (initial release)
  • streamlined ...ByNextToken request calls
    • Deprecation: methods ending in by_next_token are a deprecated style. You may now call the original method using a next_token keyword argument for the same functionality.
    • Older methods with this style may be removed or aliased in 1.0 release (not yet decided).
  • code style clean-up across the project

Refer to notes on PR #42 for more details.

- Python
Published by GriceTurrble almost 8 years ago

mws - 0.7.4

  • Pip package for mws is now built and deployed to PyPI via Travis CI
  • Updates to the orders and products section of the documentation (thanks @null-none)
  • Miscellaneous code QA cleanup to make development cleaner

There are no functional changes for end users in this update - the main purpose was to verify that automated uploading to PyPI was working.

- Python
Published by jameshiew over 8 years ago

mws - 0.7.3

  • Implemented the fix described at https://github.com/czpython/python-amazon-mws/issues/61 for get_feed_submission_result() DictWrappers not having .parsed attributes (thanks @hanbiji)

- Python
Published by jameshiew over 8 years ago

mws - 0.7.2

  • Fix Content-MD5 checking of Amazon responses on Python 3 (thanks @eugene-s)
  • Fix uncaught exception being thrown when receiving .csv data from Amazon (thanks @eugene-s)
  • Code quality improvements (thanks @KleinerNull)

- Python
Published by jameshiew over 8 years ago

mws - 0.7.1

  • Fix MD5 digest calculation on Python 2, required to use the submit_feed API method (thanks @balumenon96)
  • You can pass datetime.datetime and datetime.date objects instead of ISO8601 date strings to API methods for convenience

- Python
Published by jameshiew over 8 years ago

mws - 0.7

Preliminary py3 support

- Python
Published by jameshiew over 9 years ago