Skip to content

Releases: firecrawl/firecrawl-java-sdk

2.1.0

03 Feb 23:11
018ab8d

Choose a tag to compare

Full Changelog: 2.0...main

What's Changed

  • Updated the SDK to the latest Firecrawl v2 API surface: added batch scrape, extract, agent, account, crawl errors, and active crawls; expanded crawl/search/map params; added webhook object handling and zero‑data‑retention support.
  • Improved search parsing for web/news/images plus position and category, and made crawl/queue/error models tolerant to current v2 response shapes.
  • Expanded integration coverage for the new endpoints and refreshed example.com scrape assertions; kept model/validation unit tests for local parsing coverage.

New Contributors

Full Changelog: 2.0...main

If you want a different compare range (e.g., 2.0...2.1.0), tell me the target version and I’ll adjust it.

2.0

19 Aug 22:38
f1f3e69

Choose a tag to compare

0.8

11 Jun 20:55

Choose a tag to compare

0.8
Update `README.md` formatting and expand `.gitignore` with Java and I…