Skip to content

[pull] main from firecrawl:main#468

Merged
pull[bot] merged 3 commits intocode:mainfrom
firecrawl:main
Mar 16, 2026
Merged

[pull] main from firecrawl:main#468
pull[bot] merged 3 commits intocode:mainfrom
firecrawl:main

Conversation

@pull
Copy link

@pull pull bot commented Mar 16, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

firecrawl-spring bot and others added 3 commits March 16, 2026 10:44
…3156)

Add getScrapeZDR/getSearchZDR helpers that resolve the effective ZDR
mode from either the new enum fields (scrapeZDR/searchZDR) or the
legacy boolean fields (forceZDR/allowZDR). This enables safe
deployment alongside the DB migration since ACUC cache may serve
stale boolean-format flags for up to 10 minutes.

- Add new enum fields to TeamFlags alongside existing boolean fields
- Replace all direct forceZDR/allowZDR reads with helper functions
- Search endpoints use getSearchZDR, all others use getScrapeZDR
- Update tests to use new enum format

Co-authored-by: firecrawl-spring[bot] <254786068+firecrawl-spring[bot]@users.noreply.github.com>
Co-authored-by: micahstairs <micah@sideguide.dev>
…heInfo (#3151)

The index engine's row selection logic (lines 294-303) may choose a row
other than data[0] — e.g. when recent error entries (403s) precede a
valid 2xx entry but haven't hit the errorCountToRegister threshold of 3.
In that case, data[newest200Index] is selected, but the GCS fetch and
cacheInfo timestamp were still referencing data[0], causing the wrong
document to be fetched and the wrong cache age to be reported.

Co-authored-by: firecrawl-spring[bot] <254786068+firecrawl-spring[bot]@users.noreply.github.com>
Co-authored-by: devhims <himanshu@sideguide.dev>
@pull pull bot locked and limited conversation to collaborators Mar 16, 2026
@pull pull bot added the ⤵️ pull label Mar 16, 2026
@pull pull bot merged commit 9cdaae4 into code:main Mar 16, 2026
0 of 5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant