Skip to content

0.3.0

Compare
Choose a tag to compare
@michadenheijer michadenheijer released this 09 Jun 20:55
ef757dc
  • 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 version 2.22.0 to 2.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.