Skip to content

Releases: sergioteula/python-amazon-paapi

Version 3.3.0

15 Jul 17:40

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

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

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

Choose a tag to compare

Major changes:

  • Changed to MIT License.

Version 3.0.1

09 Mar 21:05

Choose a tag to compare

Bug fixes:

  • Solved import bug.

Version 3.0.0

09 Mar 16:56

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

Choose a tag to compare

Major changes:

  • Added get_product for single requests.

Version 2.1.0

06 Mar 08:59

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

Choose a tag to compare

Major changes:

  • Improved exception handling.

Version 2.0.0

03 Mar 10:56

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.