Skip to content

Releases: mendableai/firecrawl

v1.1.1

30 Dec 15:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

27 Dec 18:34
c5b6495
Compare
Choose a tag to compare

Starting today we are going to be posting weekly releases here and on firecrawl.dev/changelog. This release is just a summary of all the improvements and fixes we pushed since v1 release here. Thank you all for the contributions!

v1.1.0

Changelog Highlights

Feature Enhancements

  • New Features:
    • Geolocation, mobile scraping, 4x faster parsing, better webhooks,
    • Credit packs, auto-recharges and batch scraping support.
    • Iframe support and query parameter differentiation for URLs.
    • Similar URL deduplication.
    • Enhanced map ranking and sitemap fetching.

Performance Improvements

  • Faster crawl status filtering and improved map ranking algorithm.
  • Optimized Kubernetes setup and simplified build processes.
  • Sitemap discoverability and performance improved

Bug Fixes

  • Resolved issues:
    • Badly formatted JSON, scrolling actions, and encoding errors.
    • Crawl limits, relative URLs, and missing error handlers.
  • Fixed self-hosted crawling inconsistencies and schema errors.

SDK Updates

  • Added dynamic WebSocket imports with fallback support.
  • Optional API keys for self-hosted instances.
  • Improved error handling across SDKs.

Documentation Updates

  • Improved API docs and examples.
  • Updated self-hosting URLs and added Kubernetes optimizations.
  • Added articles: mastering /scrape and /crawl.

Miscellaneous

  • Added new Firecrawl examples
  • Enhanced metadata handling for webhooks and improved sitemap fetching.
  • Updated blocklist and streamlined error messages.

What's Changed

Read more

Welcome to v1 - A more reliable and developer friendly API

05 Sep 20:28
554a050
Compare
Choose a tag to compare

Firecrawl V1 is here! With that we introduce a more reliable and developer friendly API.

August 29th, 2024

Here is what’s new:

  • Output Formats for /scrape. Choose what formats you want your output in.
  • New /map endpoint for getting most of the URLs of a webpage.
  • Developer friendly API for /crawl/{id} status.
  • 2x Rate Limits for all plans.
  • Go SDK and Rust SDK
  • Teams support
  • API Key Management in the dashboard.
  • onlyMainContent is now default to true.
  • /crawl webhooks and websocket support.

Learn more about it here

Start using v1 right away at https://firecrawl.dev

What's Changed (including v0 + v1)

Read more