Skip to content

4.37.11 - CDP Mode: Patch 46

Compare
Choose a tag to compare
@mdmintz mdmintz released this 30 Apr 20:38
· 7 commits to master since this release
5c146c5

CDP Mode: Patch 46

To avoid memory leaks in CDP Mode, upgrade to Python 3.12 (or newer).
There's an issue with asyncio in earlier versions, which makes the memory leak unavoidable.

Screenshot 2025-04-30 at 11 47 35 AM

Due to that, there's not much that can be done from the SeleniumBase side to avoid that specific memory leak if you're using an older version of Python. (Only CDP Mode is affected, and only for Python 3.11 and older versions.) That's because CDP Mode using asyncio in the backend, even if you don't call any async functions directly.

What's Changed

Full Changelog: v4.37.10...v4.37.11