Skip to content

v1.2.0: Time-Chunked Article Retrieval

Choose a tag to compare

@oscatcher oscatcher released this 17 Mar 21:21
· 59 commits to main since this release
58299e1

This release adds custom methods to retrieve more articles beyond the API's 10,000 article limit:

  • Add get_all_articles() and get_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.