Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

2021.08.14

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 01:37
· 1 commit to main since this release
970e6ee

CHANGELOG

  • fix(ext/crypto): handle idlValue not being present (#11685)
  • fix(ext/crypto): importKey() SecurityError on non-extractable keys (#11662)
  • fix(ext/crypto): take a copy of keyData bytes (#11666)
  • fix(ext/http): remove unwrap() when HTTP conn errors (#11674)
  • fix(ext/web): use Array primordials in MessagePort (#11680)
  • fix(http/ws): support multiple options in connection header (#11675)

diff: 3dff757...71f7909

Runtime Docs

Install / Upgrade

With Shell:

curl -fsSL https://denonightly.now.sh/sh | sh -s 2021.08.14

With PowerShell:

$v="2021.08.14"; iwr https://denonightly.now.sh/ps1 -useb | iex

On GitHub Actions:

- uses: denolib/setup-deno@v2
  with:
    deno-version: nightly