Skip to content

Releases: sergioteula/python-aliexpress-api

Version 3.1.0

20 Dec 21:45
Compare
Choose a tag to compare
  • Added new methods smart_match_product, get_order_list and get_products.

Version 3.0.0

29 May 18:42
Compare
Choose a tag to compare

Updates:

  • Adjusted endpoints for the new API.

Version 2.1.1

20 Nov 11:16
Compare
Choose a tag to compare

Fixes:

  • Fixed exeption handling for request timeout

Version 2.1.0

02 Nov 22:09
Compare
Choose a tag to compare

New features:

  • Added method to get all categories.
  • Added methods to filter parent and child categories.
  • Added categories cache.

Version 2.0.2

02 Nov 14:31
Compare
Choose a tag to compare

Updates:

  • Added evaluate_rate, lastest_volume and product_video_url to product model.

Version 2.0.1

24 Oct 18:54
Compare
Choose a tag to compare

Improvements:

  • Improved product ID detection for get_product_id.

Version 2.0.0

30 Sep 21:02
Compare
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.

New features:

  • Completely refactored code to improve usability.
  • Added type hinting to help you code.
  • Added compatibility with all arguments from the official API.
  • Added custom exceptions to help with error handling.
  • Added models for some attributes.
  • Added docstrings for all methods.
  • Added new method to get hotproducts.
  • Now is possible to get affiliate links and products information in bulk.

Breaking changes:

  • Adjusted all methods and models to meet AliExpress API standards.
  • Changed module name from aliexpress to aliexpress_api to avoid module clashes.
  • Compatibility with Python 3.6 or later.

Version 1.0.3

25 Nov 14:54
Compare
Choose a tag to compare

Changes:

  • First release.