0.11.0-beta.5 (2024-05-13)
Features
- webdriver-backend: add dynamic import scripts from module and file (db2234b)
- proxy-rotation: add parse (IP address) or search (from broker) functionality for proxy rotation (2170131)
- added proxy rotation (0c36a7e)
- safe-web-driver: enchanced the original
AsyncChromiumLoader
web driver with proxy protection and flexible kwargs and backend (768719c)
Bug Fixes
- pytest: add dependency for mocking testing functions (2f4fd45)
- chromium-loader: ensure it subclasses langchain's base loader (b54d984)
- proxy-rotation: removed duplicated arg and passed the loader_kwarhs correctly to the node (1e9a564)
- proxy-rotation: removed max_shape duplicate (5d6d996)
Docs
- refactor: added proxy-rotation usage and refactor readthedocs (e256b75)