Releases: sergioteula/python-amazon-paapi
Releases · sergioteula/python-amazon-paapi
Version 4.0.0
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
- Added compatibility for new link type.
Version 3.3.3
Changes:
- Added NL region support.
Version 3.3.2
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
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
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
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
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
Major changes:
- Changed to MIT License.
Version 3.0.1
Bug fixes:
- Solved import bug.