Skip to content

Releases: sergioteula/python-amazon-paapi

Version 3.3.1

Choose a tag to compare

@sergioteula sergioteula released this 30 Oct 11:54

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

Choose a tag to compare

@sergioteula sergioteula released this 15 Jul 17:40

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

Choose a tag to compare

@sergioteula sergioteula released this 29 Apr 17:12
641a4fa

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

Choose a tag to compare

@sergioteula sergioteula released this 15 Mar 19:09

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

Choose a tag to compare

@sergioteula sergioteula released this 11 Mar 21:50

Major changes:

  • Changed to MIT License.

Version 3.0.1

Choose a tag to compare

@sergioteula sergioteula released this 09 Mar 21:05

Bug fixes:

  • Solved import bug.

Version 3.0.0

Choose a tag to compare

@sergioteula sergioteula released this 09 Mar 16:56

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

Choose a tag to compare

@sergioteula sergioteula released this 06 Mar 16:40

Major changes:

  • Added get_product for single requests.

Version 2.1.0

Choose a tag to compare

@sergioteula sergioteula released this 06 Mar 08:59

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

Choose a tag to compare

@sergioteula sergioteula released this 04 Mar 10:33

Major changes:

  • Improved exception handling.