Skip to content

v0.3.10: Graceful partial backend failure handling

Choose a tag to compare

@tomasz-tomczyk tomasz-tomczyk released this 11 Feb 16:16
· 2 commits to main since this release

Changes

  • Fix: Search no longer fails entirely when one backend is unreachable. Uses Promise.allSettled to return results from healthy backends while reporting errors from failed ones.
  • Fix: Added 10s fetch timeout to prevent hanging on unresponsive backends.