Electron: v34.0.0-beta.9 Release

Release date:
December 5, 2024
Previous version:
v34.0.0-beta.8 (released December 1, 2024)
Magnitude:
255 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in v34.0.0-beta.9

trop[bot]
electron-roller[bot]

Directory Browser for v34.0.0-beta.9

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install [email protected].

# Release Notes for v34.0.0-beta.9

Features

  • Added APIs to manage shared dictionaries for compression efficiency using Brotli or ZStandard. The new APIs are session.getSharedDictionaryUsageInfo(), session.getSharedDictionaryInfo(options), session.clearSharedDictionaryCache(), and session.clearSharedDictionaryCacheForIsolationKey(options). #44950 <span style="font-size:small;">(Also in 33)</span>
  • Added WebFrameMain.collectJavaScriptCallStack() for accessing the JavaScript call stack of unresponsive renderers. #44938 <span style="font-size:small;">(Also in 33)</span>

    Fixes

  • Fixed an possible crash when using draggable regions and BaseWindows to get the context-menu event. #44952 <span style="font-size:small;">(Also in 32, 33)</span>

    Other Changes

  • Updated Chromium to 132.0.6834.32. #44949

    Documentation

    • Documentation changes: #44927