Skip to content

Releases: sergioteula/python-amazon-paapi

Version 4.0.0

13 Jul 18:46
Compare
Choose a tag to compare

This version breaks compatibility with previous ones, so you will need to migrate in order to take advantage of the new features. You can continue using previous version, but a warning will appear to let you know that you should upgrade.

New features:

  • Added type hinting to help you code.
  • Added compatibility with all arguments from the official API.
  • Now the full information from the API is returned, instead of a trimmed version.
  • Added custom exceptions to help with error handling.
  • Added models for some attributes.

Breaking changes:

  • Adjusted all methods and models to meet Amazon API standards.
  • Changed module name from amazon to amazon_paapi to avoid module clashes.
  • Compatibility with Python 3.6 or later.

Version 3.3.4

05 Jun 07:17
5ce054f
Compare
Choose a tag to compare
  • Added compatibility for new link type.

Version 3.3.3

01 May 07:11
Compare
Choose a tag to compare

Changes:

  • Added NL region support.

Version 3.3.2

25 Mar 15:11
Compare
Choose a tag to compare

Changes:

  • Allow sending several products ids on get_product.
  • Updated get_asin for new URL format.
  • Added NL region support.
  • Removed type hints.

Version 3.3.1

30 Oct 11:54
Compare
Choose a tag to compare

New features:

  • Allow searching by browse_node or search_index alone.

Documentation:

  • Added license files for Amazon SDK.

Bug fixes:

  • Fixed incorrect pages count typo.
  • Fixed print AmazonBrowseNode error.

Version 3.3.0

15 Jul 17:40
Compare
Choose a tag to compare

New features:

  • Added serializer class for Django REST framework.

Bug fixes:

  • Improved error handling when getting a non existent product.
  • Fixed typo for product length.

Version 3.2.0

29 Apr 17:12
641a4fa
Compare
Choose a tag to compare

New features:

  • Added new method for getting browse nodes information.

Minor changes:

  • Removed the 10 pages limit on search_products and get_variations methods.

Bug fixes:

  • Solved unnecessary API call on search_products and get_variations methods.

Version 3.1.0

15 Mar 19:09
Compare
Choose a tag to compare

Major changes:

  • Improved throttling and now possible to disable it.
  • Added paapi5-python-sdk and removed amightygirl.paapi5-python-sdk.

Bug fixes:

  • Fixed pool exception on SDK.

Minor changes:

  • Added throttling as method.
  • Updated documentation.

Version 3.0.2

11 Mar 21:50
Compare
Choose a tag to compare

Major changes:

  • Changed to MIT License.

Version 3.0.1

09 Mar 21:05
Compare
Choose a tag to compare

Bug fixes:

  • Solved import bug.