This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryAdd transport support for custom request handling and fix engine streaming crash on page refresh.
Full changelog
Already release?
After last release there was a fairly major bug on results streaming, so fixing it here, but also adding curl to next release made me think something pretty fun can be done.
Introducing transports
This is a new store type, it allows you to decide how a request to an engine happens. Initially I was only using the default bun fetch function, then i've started adding proxies and eventually I've added support for curl, all of this made me realise that the only way to TRULY keep up with engines changing constantly is to allow people to figure out their own way to fetch (on top of whatever I provide built in).
I have made an example transport in the official store for FlareSolverr to try getting around the pesky cloudflare pages some engines have. Plus in my unofficial store you'll find the 1337x engine which will only work with flaresolverr 9 times out of 10 anyway.
Changelogs
bugfixes
- Fix issue where refreshing the page during engine streaming would crash the server (sorry)
- Allow engine streaming on tab searches too (e.g. custom tabs now also stream results)
features
- Add support for transports (read docs here - check a transport example)
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]