v1.97.12

spider-rs/spiderv1.97.12Jun 4, 2024by j-mendez

AI Summary

Introduces scoped semaphores for website workload management and a 'cowboy' mode flag, while removing the budget feature.

Key Highlights

  • Scoped website semaphore implementation
  • New 'cowboy' flag to remove semaphore limiting
  • Removed `budget` feature flag

Breaking Changes

  • Removed `budget` feature flag

New Features

  • Scoped website semaphore
  • Cowboy mode flag

Full Release Notes

# Whats Changed

* add scoped website semaphore
* add [cowboy] flag to remove semaphore limiting 🤠
* remove `budget` feature flag
* fix accidental chrome_intercept type injection compile error 
* chore(cli): fix params builder optional handling
* chore(page): add invalid url handling
* chore(website): fix type blacklist compile
* 
**Full Changelog**: https://github.com/spider-rs/spider/compare/v1.95.25...v1.97.12