Releases: sergioteula/python-amazon-paapi
Releases · sergioteula/python-amazon-paapi
Version 4.2.2
Fixes:
- Added search_index to search mandatory args check.
Version 4.2.1
Fixes:
- Added browse_node_id to search mandatory args check.
Version 4.2.0
New features:
- Added
include_unavailableparameter toget_itemsto return unavailable items as part of the result.
Improvements:
- Items are correctly ordered based on the
itemsparameter inget_items, including duplicates. - Avoid making extra API requests for duplicated items in
get_items. - Lowercase ASIN code is now detected and automatically converted to uppercase.
Version 4.1.1
Minor changes:
- AsinNotFoundException includes the search string
- Updated docstrings in exceptions
Version 4.1.0
New exceptions:
- TooManyRequestsException: raised when requests limit is reached.
- InvalidPartnerTagException: raised if the partner tag is not present or invalid.
- AssociateValidationException: raised when credentials are not valid for the selected country.
Updates:
- InvalidArgumentException now is raised if returned from the API.
Bug Fixes:
- Solved bug with pagination args validation.
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.