Releases: michadenheijer/pynytimes
Releases · michadenheijer/pynytimes
0.4.1
Update version (#24)
0.4.0
Clarify readme (#19) * Update README.md * Add tables for better explanation * Add spacing * Add tables
0.3.2
- Update tests
- Update Requests from
2.23.0
to2.24.0
- Add additional server error strategy
- Update README
- Add open source files
0.3.1
- Automatically send correct version header
- Remove tests for Python 3.9
- Add correct classifiers for PyPy
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.
0.2.1
0.2
- Article Search now supports multiple sources.
This is the first "stable" version that I'm releasing on GitHub.