0.3.0
- Fix Article Search (#1)
- Use exponential backoff: This should help solve problems when you get the HTTP Error 429 (Too Many Requests), it automatically slows down requests.
- Update to version 0.3
requests
has been updated from version2.22.0
to2.23.0
.
There are some changes, but there are no breaking changes. The only change that could potentially be breaking is the option "rate_limiting": False
in article search. This options has been disabled, the library will now continuously make requests until it gets the status code 429, then it'll use the exponential backoff.