Releases: sergioteula/python-amazon-paapi
Releases · sergioteula/python-amazon-paapi
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.
Version 3.0.0
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
Major changes:
- Added get_product for single requests.
Version 2.1.0
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
Major changes:
- Improved exception handling.
Version 2.0.0
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.