Releases: sergioteula/python-aliexpress-api
Releases · sergioteula/python-aliexpress-api
Version 3.1.0
- Added new methods smart_match_product, get_order_list and get_products.
Version 3.0.0
Updates:
- Adjusted endpoints for the new API.
Version 2.1.1
Fixes:
- Fixed exeption handling for request timeout
Version 2.1.0
New features:
- Added method to get all categories.
- Added methods to filter parent and child categories.
- Added categories cache.
Version 2.0.2
Updates:
- Added evaluate_rate, lastest_volume and product_video_url to product model.
Version 2.0.1
Improvements:
- Improved product ID detection for get_product_id.
Version 2.0.0
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
Changes:
- First release.