electron v42.11.6
- Backported fixes from upstream Chromium, Dawn, PDFium, Skia and V8. #54083
electron v43.7.3
- Backported fixes from upstream Chromium, Dawn, PDFium, Skia and V8. #54082
electron v44.4.3
- Fixed
net.fetch()/net.request()spending seconds of main-process time buffering large streamed request bodies. #54061 (Also in 45)
- Improved the performance of
fsoperations andrequire()on files inside asar archives. #54051 (Also in 45)
- Backported fixes from upstream Chromium, PDFium, Skia and V8. #54081
electron v45.0.0-alpha.9
Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@45.0.0-alpha.9.
- Fixed
net.fetch()/net.request()spending seconds of main-process time buffering large streamed request bodies. #54062 (Also in 44)
- Backported fixes from upstream Chromium, PDFium and V8. #54084