Skip to content

Commit

Permalink
Removed changelog from README
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioteula authored May 1, 2021
1 parent 32b3d06 commit 040db24
Showing 1 changed file with 0 additions and 76 deletions.
76 changes: 0 additions & 76 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,82 +119,6 @@ serialized_products.data
For more information on how to work with serializers, check the documentation for
[Django REST framework](https://www.django-rest-framework.org/api-guide/serializers/).


Changelog
-------------
Version 3.3.2
- 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
- Allow searching by browse_node or search_index alone.
- Added license files for Amazon SDK.
- Solved bugs and typos.

Version 3.3.0
- Added serializer class for Django REST framework.
- Solved bugs and typos.

Version 3.2.0
- Added new method for getting browse nodes information.
- Removed the 10 pages limit on search_products and get_variations methods.
- Solved unnecessary API call on search_products and get_variations methods.

Version 3.1.0
- Added paapi5-python-sdk and removed amightygirl.paapi5-python-sdk.
- Improved throttling and now possible to disable it.
- Bug fixes.

Version 3.0.2
- Changed to MIT License.

Version 3.0.1
- Solved import bug.

Version 3.0.0
- 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.
- Added parent_ASIN to product instance.
- Cleaned code for more consistent style.
- Updated docstrings for all methods.
- Updated project structure.

Version 2.1.1
- Added get_product for single requests.

Version 2.1.0
- Changed get_product method name to get_products.
- Removed Amazon 10 products limitation.
- Added type hints.
- Solved bug with images exception.
- Updated documentation.

Version 2.0.1
- Improved exception handling.

Version 2.0.0
- New structure for product info, adding all available information from the API.
- Added raw_data with the information unparsed from the API.
- Removed Amazon API version from package name to avoid changes in the future.

Version 1.0.0
- Added support for getting multiple product information.
- Added compatibiliy with Amazon URL search.
- New function for getting the ASIN for a given URL.
- Removed Amazon SDK and added as a requirement.
- Updated docstrings.
- Updated README with changelog, more examples and badges.

Version 0.1.1
- Added currency support for prices.

Version 0.1.0
-First release.

License
-------------
Copyright © 2020 Sergio Abad. See [license](https://github.com/sergioteula/python-amazon-paapi/blob/master/LICENSE) for details.

0 comments on commit 040db24

Please sign in to comment.