Skip to content

Releases: michadenheijer/pynytimes

0.4.1

18 Aug 16:59
50b4ac7
Compare
Choose a tag to compare
Update version (#24)

0.4.0

18 Jul 16:32
89cc07a
Compare
Choose a tag to compare
Clarify readme (#19)

* Update README.md

* Add tables for better explanation

* Add spacing

* Add tables

0.3.2

08 Jul 15:34
Compare
Choose a tag to compare
  • Update tests
  • Update Requests from 2.23.0 to 2.24.0
  • Add additional server error strategy
  • Update README
  • Add open source files

0.3.1

10 Jun 13:30
4ddeb30
Compare
Choose a tag to compare
  • Automatically send correct version header
  • Remove tests for Python 3.9
  • Add correct classifiers for PyPy

0.3.0

09 Jun 20:55
ef757dc
Compare
Choose a tag to compare
  • 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.

0.2.1

26 Mar 17:30
6ef02ce
Compare
Choose a tag to compare
  • Some bugfixes and updates that reflect the changes from the New York Times API.

Thanks to @matnel for his contribution.

0.2

23 Oct 16:50
Compare
Choose a tag to compare
0.2
  • Article Search now supports multiple sources.

This is the first "stable" version that I'm releasing on GitHub.