Skip to content

v0.11.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 09:19
· 1960 commits to pre/beta since this release

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)