Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

v0.8.11

Choose a tag to compare

@GriceTurrble GriceTurrble released this 02 Mar 19:12
89fc486

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.