Skip to content

Releases: nyg/scrapy-seleniumbase-cdp

v1.0.0

27 Dec 14:54
@nyg nyg

Choose a tag to compare

1.0.0 - 2025-12-27

⛰️ Features

  • 3c32157 [breaking] Add possibility to interact with the browser instance (#26)

🚜 Refactor

  • 4ff945d [breaking] Add error handling decorators and improve middleware API (#27)
  • fd347c1 [breaking] Improve SeleniumBaseRequest API (#25)

v0.0.5

21 Dec 22:40
@nyg nyg

Choose a tag to compare

0.0.5 - 2025-12-21

⛰️ Features

  • f3f8792 Add possibility to run JavaScript on crawled page (#24)

v0.0.4

20 Dec 22:44
@nyg nyg

Choose a tag to compare

0.0.4 - 2025-12-20

⛰️ Features

  • 67bf5d9 [breaking] Add possibility to take screenshot of crawled page (#22)

🚜 Refactor

⚙️ Miscellaneous

v0.0.3

08 Dec 20:12
@nyg nyg

Choose a tag to compare

0.0.3 - 2025-12-08

⚙️ Miscellaneous

  • 56e3ff8 (ci) Checkout master branch in tag workflow (#19)

v0.0.2

08 Dec 19:59
@nyg nyg

Choose a tag to compare

0.0.2 - 2025-12-08

🐛 Bug Fixes

  • b415cc5 (middleware) Use relative import to avoid circular dependency (#16)

📚 Documentation

⚙️ Miscellaneous

  • 75303ff (ci) Add workflow to bump version and create tag (#15)

v0.0.1

06 Dec 13:45
@nyg nyg
v0.0.1
5995ea5

Choose a tag to compare

[0.0.1] - 2025-12-06

💼 Other

  • [breaking] Add CDP-based middleware (#2)

⚙️ Miscellaneous Tasks

  • Relicense to MIT and update project metadata (#1)
  • Add GitHub Actions workflows for release and PyPI publishing (#3)
  • Remove tag signature verification before release (#4)
  • Use dedicated PAT for releases (#5)
  • Specify repository in publish workflow