Skip to content

Commit 040db24

Browse files
authored
Removed changelog from README
1 parent 32b3d06 commit 040db24

File tree

1 file changed

+0
-76
lines changed

1 file changed

+0
-76
lines changed

README.md

Lines changed: 0 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -119,82 +119,6 @@ serialized_products.data
119119
For more information on how to work with serializers, check the documentation for
120120
[Django REST framework](https://www.django-rest-framework.org/api-guide/serializers/).
121121

122-
123-
Changelog
124-
-------------
125-
Version 3.3.2
126-
- Allow sending several products ids on get_product.
127-
- Updated get_asin for new URL format.
128-
- Added NL region support.
129-
- Removed type hints.
130-
131-
Version 3.3.1
132-
- Allow searching by browse_node or search_index alone.
133-
- Added license files for Amazon SDK.
134-
- Solved bugs and typos.
135-
136-
Version 3.3.0
137-
- Added serializer class for Django REST framework.
138-
- Solved bugs and typos.
139-
140-
Version 3.2.0
141-
- Added new method for getting browse nodes information.
142-
- Removed the 10 pages limit on search_products and get_variations methods.
143-
- Solved unnecessary API call on search_products and get_variations methods.
144-
145-
Version 3.1.0
146-
- Added paapi5-python-sdk and removed amightygirl.paapi5-python-sdk.
147-
- Improved throttling and now possible to disable it.
148-
- Bug fixes.
149-
150-
Version 3.0.2
151-
- Changed to MIT License.
152-
153-
Version 3.0.1
154-
- Solved import bug.
155-
156-
Version 3.0.0
157-
- Added search_products and get_variations methods.
158-
- Removed Amazon API requests limit for all methods.
159-
- Created AmazonException for better exception handling.
160-
- Added asynchronous requests compatibility.
161-
- Added parent_ASIN to product instance.
162-
- Cleaned code for more consistent style.
163-
- Updated docstrings for all methods.
164-
- Updated project structure.
165-
166-
Version 2.1.1
167-
- Added get_product for single requests.
168-
169-
Version 2.1.0
170-
- Changed get_product method name to get_products.
171-
- Removed Amazon 10 products limitation.
172-
- Added type hints.
173-
- Solved bug with images exception.
174-
- Updated documentation.
175-
176-
Version 2.0.1
177-
- Improved exception handling.
178-
179-
Version 2.0.0
180-
- New structure for product info, adding all available information from the API.
181-
- Added raw_data with the information unparsed from the API.
182-
- Removed Amazon API version from package name to avoid changes in the future.
183-
184-
Version 1.0.0
185-
- Added support for getting multiple product information.
186-
- Added compatibiliy with Amazon URL search.
187-
- New function for getting the ASIN for a given URL.
188-
- Removed Amazon SDK and added as a requirement.
189-
- Updated docstrings.
190-
- Updated README with changelog, more examples and badges.
191-
192-
Version 0.1.1
193-
- Added currency support for prices.
194-
195-
Version 0.1.0
196-
-First release.
197-
198122
License
199123
-------------
200124
Copyright © 2020 Sergio Abad. See [license](https://github.com/sergioteula/python-amazon-paapi/blob/master/LICENSE) for details.

0 commit comments

Comments
 (0)