feat(proxy): add proxy configuration support to CrawlerRunConfig
Add proxy_config parameter to CrawlerRunConfig to support dynamic proxy configuration per crawl request. This enables users to specify different proxy settings for each crawl operation without modifying the browser config. - Added proxy_config parameter to CrawlerRunConfig - Updated BrowserManager to apply proxy settings from CrawlerRunConfig - Updated proxy-security documentation with new usage examples
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
### [Added] 2025-01-20
|
||||
- Added proxy configuration support to CrawlerRunConfig allowing dynamic proxy settings per crawl request
|
||||
- Updated documentation with examples for using proxy configuration in crawl operations
|
||||
|
||||
### [Added] 2025-01-20
|
||||
- New LLM-powered schema generation utility for JsonElementExtractionStrategy
|
||||
- Support for automatic CSS and XPath schema generation using OpenAI or Ollama
|
||||
|
||||
Reference in New Issue
Block a user