v1.2.0: Time-Chunked Article Retrieval
This release adds custom methods to retrieve more articles beyond the API's 10,000 article limit:
- Add
get_all_articles()andget_all_headlines()methods to both sync and async clients. - Implement automatic time chunking to bypass the 10,000 article limit.
- Add deduplication and progress-tracking capabilities.
- Configure CI/CD workflows with mock testing support.
- Add test infrastructure for both live API and mock modes.
- Update documentation with examples of the new methods.
These enhancements improve article retrieval by automatically splitting queries into time chunks while maintaining compatibility with future SDK regeneration via Fern.