This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
v1.19.7
v1.19.7
-
Fixes
-
Check for updates in the foreground, not the background - jyn514, pull/2166
This avoids creating a new OpenSSL context while the main thread exits the process.
-
fix cli help typo - saikatdas0790, pull/2160
-
Improve heuristic for --openssl-legacy-provider (#2155) - eagleflo, pull/2172
Improve the heuristic for detecting whether we need
--openssl-legacy-provider
added in #2116 by also checking whether the Node.js was actually built against OpenSSL 3 and has that option available. -
Revert "Don't look for background updates unless Wrangler finished successfully" - jyn514, pull/2165
-