Skip to content

Releases: electron/get

v5.1.0

Choose a tag to compare

@electron-npm-package-publisher electron-npm-package-publisher released this 27 Jul 05:10
da84467

5.1.0 (2026-07-27)

Features

  • error for win32/ia32 and linux/armv7l downloads of Electron >= 44 (#399) (da84467)

v5.0.0

Choose a tag to compare

@electron-npm-package-publisher electron-npm-package-publisher released this 22 Apr 01:09
f4d5cfe

5.0.0 (2026-04-22)

  • feat!: replace got with native fetch as default downloader (#376) (f4d5cfe)

BREAKING CHANGES

  • The default downloader now uses the built-in Fetch API
    instead of the got package. The GotDownloader and GotDownloaderOptions
    exports have been removed; use FetchDownloader and FetchDownloaderOptions
    instead. Download options now accept RequestInit options instead of got
    options. The initializeProxy() function now uses undici's EnvHttpProxyAgent
    instead of global-agent, reading HTTP_PROXY/HTTPS_PROXY/NO_PROXY environment
    variables directly (GLOBAL_AGENT_* prefixed variables are no longer
    supported).

Co-authored-by: Claude noreply@anthropic.com

v4.0.3

Choose a tag to compare

@electron-npm-package-publisher electron-npm-package-publisher released this 25 Mar 23:30
5abedec

4.0.3 (2026-03-25)

Bug Fixes

  • proxy ESM loading, progress bar suppression, and temp directory handling (#375) (5abedec)

v4.0.2

Choose a tag to compare

@continuous-auth continuous-auth released this 17 Jul 19:00
f7d62f1

4.0.2 (2025-07-17)

Bug Fixes

  • avoid permission errors on windows during double-installs (#337) (f7d62f1)

v4.0.1

Choose a tag to compare

@continuous-auth continuous-auth released this 03 Jun 06:06
7024c10

4.0.1 (2025-06-03)

Bug Fixes

v4.0.0

Choose a tag to compare

@continuous-auth continuous-auth released this 19 Feb 22:58
8253a43

4.0.0 (2025-02-19)

BREAKING CHANGES

Full Changelog: v3.1.0...v4.0.0

v3.1.0

Choose a tag to compare

@continuous-auth continuous-auth released this 15 Jul 21:40
0adc5b9

3.1.0 (2024-07-15)

Features

v3.0.0

Choose a tag to compare

@continuous-auth continuous-auth released this 31 Oct 18:24
9a3bf28

3.0.0 (2023-10-31)

Bug Fixes

  • update dependencies to clean up yarn audit (#234) (6ab6b88)

BREAKING CHANGES

  • New minimum node version is node 14

Co-authored-by: Black-Hole 158blackhole@gmail.com

v2.0.3

Choose a tag to compare

@continuous-auth continuous-auth released this 05 Sep 07:39
32211d4

2.0.3 (2023-09-05)

Bug Fixes

  • validate checksum of cached artifacts too (#212) (32211d4)

v2.0.2

Choose a tag to compare

@electron-bot electron-bot released this 18 Oct 17:56
4fe5b00

2.0.2 (2022-10-18)

Bug Fixes