diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-08-23 16:58:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-23 16:58:49 -0400 |
| commit | 7b882cc05f02e9b09e9ec2856e37730ae947f509 (patch) | |
| tree | ea4d5a2db075a85bbe89511c928c23fab461077b /Releases.md | |
| parent | 6db8cbb650f6fe47dbda7145fba8919f88f3de29 (diff) | |
1.13.2 (#11822)
Diffstat (limited to 'Releases.md')
| -rw-r--r-- | Releases.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 5bb9ba2e8..e98bf68b1 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,22 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.13.2 / 2021.08.23 + +- fix(cli/flags): require a non zero usize for concurrent jobs (#11802) +- fix(ext/crypto): exportKey() for HMAC (#11737) +- fix(ext/crypto): remove duplicate Algorithm interface definition (#11807) +- fix(ext/ffi): don't panic on invalid enum values (#11815) +- fix(ext/http): resource leak on HttpConn.close() (#11805) +- fix(lsp): better handling of languageId (#11755) +- fix(runtime): event loop panics in classic workers (#11756) +- fix(ext/fetch): Headers constructor error message (#11778) +- perf(ext/url): cleanup and optimize url parsing op args (#11763) +- perf(ext/url): optimize UrlParts op serialization (#11765) +- perf(ext/url): use DOMString instead of USVString as webidl converter for URL + parsing (#11775) +- perf(url): build with opt-level 3 (#11779) + ### 1.13.1 / 2021.08.16 - fix: Blob#slice arguments should be optional (#11665) |
