v2.27.66

spider-rs/spiderv2.27.66Feb 13, 2025by j-mendez

AI Summary

Improved CLI usability with a help trigger and enhanced connection handling with WebSocket retries and HTTP fallback.

Key Highlights

  • Trigger help on missing args
  • Added connection retry WS
  • Added initial HTTP fallback
  • Added direct proxy control
  • Fixed scrape hang

New Features

  • CLI help trigger
  • Connection retry
  • HTTP fallback
  • Proxy control

Full Release Notes

## What's Changed
* chore(cli): trigger help page on missing arguments by @pwnwriter in https://github.com/spider-rs/spider/pull/265
* chore(chrome): add connection retry ws
* chore(smart): add initial http fallback
* chore(website): add direct proxy control
* chore(website): fix scrape hang [#268]

## New Contributors
* @pwnwriter made their first contribution in https://github.com/spider-rs/spider/pull/265

**Full Changelog**: https://github.com/spider-rs/spider/compare/v2.27.50...v2.27.66