Skip to content

Releases: sergioteula/python-amazon-paapi

Version 4.2.2

05 Apr 20:15

Choose a tag to compare

Fixes:

  • Added search_index to search mandatory args check.

Version 4.2.1

14 Jan 15:59
989c5e2

Choose a tag to compare

Fixes:

  • Added browse_node_id to search mandatory args check.

Version 4.2.0

17 Nov 22:06

Choose a tag to compare

New features:

  • Added include_unavailable parameter to get_items to return unavailable items as part of the result.

Improvements:

  • Items are correctly ordered based on the items parameter in get_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

27 Jul 18:00

Choose a tag to compare

Minor changes:

  • AsinNotFoundException includes the search string
  • Updated docstrings in exceptions

Version 4.1.0

19 Jul 17:35

Choose a tag to compare

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

13 Jul 18:46

Choose a tag to compare

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

05 Jun 07:17
5ce054f

Choose a tag to compare

  • Added compatibility for new link type.

Version 3.3.3

01 May 07:11

Choose a tag to compare

Changes:

  • Added NL region support.

Version 3.3.2

25 Mar 15:11

Choose a tag to compare

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

30 Oct 11:54

Choose a tag to compare

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.