2023-05-18 22:39:38 +00:00
committed by Git OBS Bridge
parent 818c68f0ba
commit 783ce16da7
7 changed files with 228 additions and 11 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Thu May 18 20:19:52 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
- update to 1.33.4:
* fix(ext/web): Request higher-resolution timer on Windows if
user requests setTimeout w/short delay (#19149)
* feat(node/crypto): Builtin Diffie-Hellman Groups (#19137)
* feat(node/crypto): Diffie Hellman Support (#18943)
* fix(cli/napi): handle finalizers (#19168)
* fix(deno/upgrade): allow --version vX.Y.Z (#19139)
* fix(dts): move BroadcastChannel type to lib.deno.unstable.d.ts (#19108)
* fix(ext/http): Ensure cancelled requests don't crash Deno.serve (#19154)
* fix(ext/node): fix whatwg url formatting (#19146)
* fix(ext/node): make nodeGlobalThis configurable (#19163)
* fix(ext/webidl): change createPromiseConverter (#16367)
* fix(ext/websocket): order of ws writes (#19131)
* fix(fetch): Correctly decode multipart/form-data names
and filenames (#19145)
* fix(kv): kv.close() interrupts in-flight operations (#19076)
* fix(lsp): increase default max heap size to 3Gb (#19115)
* fix(napi): BigInt related APIs (#19174)
* fix(node): export diagnostics_channel module (#19167)
* fix(node): export punycode module (#19151)
* fix(node): support passing parent stdio streams (#19171)
* fix(npm): add performance.markResourceTiming sham (#19123)
* fix(npm): improved optional dependency support (#19135)
* fix(runtime): Box the main future to avoid blowing up the stack (#19155)
* fix(runtime): Example hello_runtime panic (#19125)
* fix: support "fetch" over HTTPS for IP addresses (#18499)
- add deno-rm-upgrade-cmd.patch
* this removes the `deno upgrade` command
-------------------------------------------------------------------
Wed May 17 19:57:07 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>