Skip to content

Releases: seleniumbase/SeleniumBase

4.37.12 - CDP Mode: Patch 47

01 May 03:11
26a24a4
Compare
Choose a tag to compare

CDP Mode: Patch 47

Related discussion: #3715 (comment) - (Special thanks @felipehertzer)

What's Changed

Full Changelog: v4.37.11...v4.37.12

4.37.11 - CDP Mode: Patch 46

30 Apr 20:38
5c146c5
Compare
Choose a tag to compare

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

4.37.10 - Improve CDP memory usage

29 Apr 14:36
bdec244
Compare
Choose a tag to compare

Improve CDP memory usage

If you're spinning up a lot of CDP Mode web browsers in a loop within a Python file, then you'll use less memory because resources will get freed up at the end of the with SB() as sb: block, rather than after you've reached the end of the Python file (where regular garbage collection takes place).

Related discussion: #3679 - (Special thanks @felipehertzer. Joint effort with @mdmintz )

What's Changed

Full Changelog: v4.37.9...v4.37.10

4.37.9 - Realtime fingerprint changing

28 Apr 20:31
aedbe14
Compare
Choose a tag to compare

Realtime fingerprint changing

What's Changed

Full Changelog: v4.37.8...v4.37.9

4.37.8 - CDP Mode: Patch 45

28 Apr 17:17
8d37f15
Compare
Choose a tag to compare

CDP Mode: Patch 45

What's Changed

Full Changelog: v4.37.7...v4.37.8

4.37.7 - Add CDP Options (Geolocation and Timezone)

25 Apr 06:39
54e76c8
Compare
Choose a tag to compare

Add CDP Options (Geolocation and Timezone)

What's Changed

  • Add CDP Options (Geolocation and Timezone) by @mdmintz in #3700

Full Changelog: v4.37.6...v4.37.7

4.37.6 - Improve CDP Multithreading

23 Apr 17:13
94b3fa6
Compare
Choose a tag to compare

Improve CDP Multithreading

What's Changed

Full Changelog: v4.37.5...v4.37.6

4.37.5 - Fix `asyncio` issue

22 Apr 22:21
395e6a0
Compare
Choose a tag to compare

Fix asyncio issue

What's Changed

Full Changelog: v4.37.4...v4.37.5

4.37.4 - Fix CDP Mode memory leak

20 Apr 15:21
0fa0980
Compare
Choose a tag to compare

Fix CDP Mode memory leak

What's Changed

Full Changelog: v4.37.3...v4.37.4

4.37.3 - Mostly memory improvements

19 Apr 15:54
238ad3d
Compare
Choose a tag to compare

Mostly memory improvements

What's Changed

Full Changelog: v4.37.2...v4.37.3