There was a recent major version upgrade
There was a recent major version upgrade to the
js-sdk
(which is obviously a breaking change). Is there a migration guide? I also don't see a CHANGELOG.md
to understand what's new.2 Replies
Oh, it's just that the releases are made for the whole repo and thus the version differs, but most of the information I need for the migration is here: https://github.com/firecrawl/firecrawl/releases/tag/v2.0.0
It would be nice to have the changelog per SDK
GitHub
Release v2.0.0 · firecrawl/firecrawl
Introducing v2.0.0
Key Improvements
Faster by default: Requests are cached with maxAge defaulting to 2 days, and sensible defaults like blockAds, skipTlsVerification, and removeBase64Images are e...
Actually, yes. A migration guide would be helpful as migrating a production code will take more than what's specified in those Release Notes
Previously there was a
FirecrawlAppConfig
that no longer exists, and this is not specified
The CrawlWatcher
, ExtractParams
exports are also missing from the docs