Skip to content

Releases: sergioteula/python-amazon-paapi

Version 3.0.0

09 Mar 16:56
Compare
Choose a tag to compare

New features:

  • Added search_products and get_variations methods.
  • Removed Amazon API requests limit for all methods.
  • Created AmazonException for better exception handling.
  • Added asynchronous requests compatibility.

Major changes:

  • Added parent_ASIN to product instance.

Minor changes:

  • Cleaned code for more consistent style.
  • Updated docstrings for all methods.
  • Updated project structure.

Version 2.1.1

06 Mar 16:40
Compare
Choose a tag to compare

Major changes:

  • Added get_product for single requests.

Version 2.1.0

06 Mar 08:59
Compare
Choose a tag to compare

New features:

  • Removed Amazon 10 products limitation.

Major changes:

  • Changed get_product method name to get_products.
  • Improved exception handling.

Minor changes:

  • Added type hints.
  • Solved bug with images exception.
  • Updated documentation.

Version 2.0.1

04 Mar 10:33
Compare
Choose a tag to compare

Major changes:

  • Improved exception handling.

Version 2.0.0

03 Mar 10:56
Compare
Choose a tag to compare

New features:

  • Added new parameters to product info.
  • Added raw data unparsed from the API.

Major changes:

  • New structure for product info.

Minor changes:

  • Updated readme and added product structure guide.

Version 1.0.0

14 Feb 16:50
Compare
Choose a tag to compare

New features:

  • Added support for getting multiple product information.
  • Added compatibiliy with Amazon URL search.
  • New function for getting the ASIN for a given URL.

Major changes:

  • Removed Amazon SDK and added as a requirement.

Minor changes:

  • Updated docstrings.
  • Updated README with changelog, more examples and badges.