From f32f458318819088d59f58b7a4c05f0d28e41dff Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Mon, 25 Oct 2021 20:11:55 +0900 Subject: v1.15.3 (#12533) --- Releases.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Releases.md') diff --git a/Releases.md b/Releases.md index 7095e40ad..06da4cffa 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,21 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.15.3 / 2021.10.25 + +- feat(serde_v8): StringOrBuffer (#12503) +- feat(serde_v8): allow all values to deserialize to unit type (#12504) +- fix(cli/dts): update std links for deprecations (#12496) +- fix(cli/tests): flaky Deno.watchFs() tests (#12485) +- fix(core): avoid op_state.borrow_mut() for OpsTracker (#12525) +- fix(core/bindings): use is_instance_of_error() instead of is_native_error() + (#12479) +- fix(ext/net): fix TLS bugs and add 'op_tls_handshake' (#12501) +- fix(ext/websocket): prevent 'closed normally' panic (#12437) +- fix(lsp): formatting should error on certain additional swc diagnostics + (#12491) +- fix: declare web types as global (#12497) + ### 1.15.2 / 2021.10.18 - feat(unstable): Node CJS and ESM resolvers for compat mode (#12424) -- cgit v1.2.3