From d00519e3e3a3234f9eb6c2ba82c92d4199f03e53 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Thu, 5 Sep 2024 13:10:04 +0200 Subject: [PATCH] chore: Add missing changefile for updater rust changes (#1735) --- .changes/updater-js-headers-download-crate.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/updater-js-headers-download-crate.md diff --git a/.changes/updater-js-headers-download-crate.md b/.changes/updater-js-headers-download-crate.md new file mode 100644 index 00000000..f19aaa54 --- /dev/null +++ b/.changes/updater-js-headers-download-crate.md @@ -0,0 +1,5 @@ +--- +"updater": "patch" +--- + +Add a second argument in `Update.download` and `Update.donloadAndInstall` JS APIs to modify headers and timeout when downloading the update.