Skip to content

v1.2.7: Mirror fallback when live API fails

Choose a tag to compare

@cyanheads cyanheads released this 27 May 02:28
· 16 commits to main since this release
v1.2.7
a313a8d

Mirror fallback when live API fails

Both recency-bypass search and readContent metadata now recover gracefully
when the arXiv live API is unavailable.

Fixed:

  • search() recency bypass: live API failure falls back to searchMirror
    instead of surfacing the error (#16)
  • readContent() metadata: fetchLivePapers failure falls back to
    getPapersByIds + rowToMetadata from mirror (#16)

235 tests pass; bun run devcheck clean (TypeScript, lint, audit).