Skip to content

v0.1.26

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Sep 09:26
· 1 commit to main since this release
be5fe87

What's Changed

  • Fix Firecrawl v2 compatibility: preserve explicitly configured /v1 and /v2 API versions and gateway path prefixes, and parse v2 data.web search results while retaining legacy response support. Thanks to @agent-rust in #49.
  • Clarify that fetching ordinary web pages requires a configured source provider in #48.

Configuration note

Firecrawl base URLs without an explicit API version now default to /v2. If your deployment only supports v1, set FIRECRAWL_API_URL to a base ending in /v1. Existing explicit /v1 and /v2 bases remain unchanged, including gateway path prefixes.

Full Changelog: v0.1.25...v0.1.26