Skip to content

v1.1.1: Documentation Updates & Bug Fixes

Choose a tag to compare

@Idanvilenski Idanvilenski released this 03 Sep 10:22
· 89 commits to main since this release

Updates

  • Enhanced README with examples for crawl(), parse_content(), and connect_browser() functions
  • Added complete client parameter documentation
  • Fixed browser connection example import issues
  • Improved CI workflow for PyPI package testing

Bug Fixes

  • Fixed missing Playwright import in browser example
  • Corrected example URL typo
  • Updated test workflow to prevent PyPI race conditions