Skip to content

Commit

Permalink
1.37.0 (#20574)
Browse files Browse the repository at this point in the history
Co-authored-by: David Sherret <dsherret@gmail.com>
  • Loading branch information
denobot and dsherret committed Sep 19, 2023
1 parent 612818d commit 997aa60
Show file tree
Hide file tree
Showing 29 changed files with 147 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.generate.ts
Expand Up @@ -5,7 +5,7 @@ import * as yaml from "https://deno.land/std@0.173.0/encoding/yaml.ts";
// Bump this number when you want to purge the cache.
// Note: the tools/release/01_bump_crate_versions.ts script will update this version
// automatically via regex, so ensure that this line maintains this format.
const cacheVersion = 52;
const cacheVersion = 53;

const Runners = (() => {
const ubuntuRunner = "ubuntu-22.04";
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -315,8 +315,8 @@ jobs:
path: |-
~/.cargo/registry/index
~/.cargo/registry/cache
key: '52-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}'
restore-keys: '52-cargo-home-${{ matrix.os }}'
key: '53-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}'
restore-keys: '53-cargo-home-${{ matrix.os }}'
if: '!(github.event_name == ''pull_request'' && matrix.skip_pr)'
- name: Restore cache build output (PR)
uses: actions/cache/restore@v3
Expand All @@ -328,7 +328,7 @@ jobs:
!./target/*/*.zip
!./target/*/*.tar.gz
key: never_saved
restore-keys: '52-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-'
restore-keys: '53-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-'
- name: Apply and update mtime cache
if: '!(github.event_name == ''pull_request'' && matrix.skip_pr) && (!startsWith(github.ref, ''refs/tags/''))'
uses: ./.github/mtime_cache
Expand Down Expand Up @@ -616,7 +616,7 @@ jobs:
!./target/*/gn_out
!./target/*/*.zip
!./target/*/*.tar.gz
key: '52-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
key: '53-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
publish-canary:
name: publish canary
runs-on: ubuntu-22.04
Expand Down
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 22 additions & 22 deletions Cargo.toml
Expand Up @@ -42,35 +42,35 @@ deno_ast = { version = "0.29.3", features = ["transpiling"] }

deno_core = { version = "0.214.0" }

deno_runtime = { version = "0.126.0", path = "./runtime" }
napi_sym = { version = "0.48.0", path = "./cli/napi/sym" }
deno_bench_util = { version = "0.112.0", path = "./bench_util" }
deno_runtime = { version = "0.127.0", path = "./runtime" }
napi_sym = { version = "0.49.0", path = "./cli/napi/sym" }
deno_bench_util = { version = "0.113.0", path = "./bench_util" }
test_util = { path = "./test_util" }
deno_lockfile = "0.17.1"
deno_media_type = { version = "0.1.1", features = ["module_specifier"] }
deno_npm = "0.15.1"
deno_semver = "0.5.0"

# exts
deno_broadcast_channel = { version = "0.112.0", path = "./ext/broadcast_channel" }
deno_cache = { version = "0.50.0", path = "./ext/cache" }
deno_console = { version = "0.118.0", path = "./ext/console" }
deno_crypto = { version = "0.132.0", path = "./ext/crypto" }
deno_fetch = { version = "0.142.0", path = "./ext/fetch" }
deno_ffi = { version = "0.105.0", path = "./ext/ffi" }
deno_fs = { version = "0.28.0", path = "./ext/fs" }
deno_http = { version = "0.113.0", path = "./ext/http" }
deno_io = { version = "0.28.0", path = "./ext/io" }
deno_net = { version = "0.110.0", path = "./ext/net" }
deno_node = { version = "0.55.0", path = "./ext/node" }
deno_kv = { version = "0.26.0", path = "./ext/kv" }
deno_tls = { version = "0.105.0", path = "./ext/tls" }
deno_url = { version = "0.118.0", path = "./ext/url" }
deno_web = { version = "0.149.0", path = "./ext/web" }
deno_webidl = { version = "0.118.0", path = "./ext/webidl" }
deno_websocket = { version = "0.123.0", path = "./ext/websocket" }
deno_webstorage = { version = "0.113.0", path = "./ext/webstorage" }
deno_napi = { version = "0.48.0", path = "./ext/napi" }
deno_broadcast_channel = { version = "0.113.0", path = "./ext/broadcast_channel" }
deno_cache = { version = "0.51.0", path = "./ext/cache" }
deno_console = { version = "0.119.0", path = "./ext/console" }
deno_crypto = { version = "0.133.0", path = "./ext/crypto" }
deno_fetch = { version = "0.143.0", path = "./ext/fetch" }
deno_ffi = { version = "0.106.0", path = "./ext/ffi" }
deno_fs = { version = "0.29.0", path = "./ext/fs" }
deno_http = { version = "0.114.0", path = "./ext/http" }
deno_io = { version = "0.29.0", path = "./ext/io" }
deno_net = { version = "0.111.0", path = "./ext/net" }
deno_node = { version = "0.56.0", path = "./ext/node" }
deno_kv = { version = "0.27.0", path = "./ext/kv" }
deno_tls = { version = "0.106.0", path = "./ext/tls" }
deno_url = { version = "0.119.0", path = "./ext/url" }
deno_web = { version = "0.150.0", path = "./ext/web" }
deno_webidl = { version = "0.119.0", path = "./ext/webidl" }
deno_websocket = { version = "0.124.0", path = "./ext/websocket" }
deno_webstorage = { version = "0.114.0", path = "./ext/webstorage" }
deno_napi = { version = "0.49.0", path = "./ext/napi" }

aes = "=0.8.3"
anyhow = "1.0.57"
Expand Down
73 changes: 73 additions & 0 deletions Releases.md
Expand Up @@ -6,6 +6,79 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install

### 1.37.0 / 2023.09.19

- feat: Add "deno jupyter" subcommand (#20337, #20552, #20530, #20537, #20546)
- feat(test): add TAP test reporter (#14390, #20073)
- feat(ext/node): http2.connect() API (#19671)
- feat(ext/web): Add name to `Deno.customInspect` of File objects (#20415)
- feat(lint): `--rules` print all rules (#20256)
- feat(lockfile): add redirects to the lockfile (#20262)
- feat(lsp): WorkspaceSettings::disablePaths (#20475)
- feat(lsp): enable via config file detection (#20334, #20349)
- feat(lsp): include source in auto import completion label (#20523)
- feat(lsp): npm specifier completions (#20121)
- feat(lsp): provide the deno.cache command server-side (#20111)
- feat(lsp): update imports on file rename (#20245)
- feat(test): Add Deno.test.ignore and Deno.test.only (#20365)
- feat(unstable): package manager (#20517)
- feat: TypeScript 5.2 (#20425)
- feat: explicit resource management in TypeScript (#20506)
- feat: lockfile v3 (#20424)
- feat: support import attributes (#20342)
- fix(cli): ensure that an exception in getOwnPropertyDescriptor('constructor')
doesn't break Deno.inspect (#20568)
- fix(cli): for main-module that exists in package.json, use the version defined
in package.json directly (#20328)
- fix(compile): support providing flags as args (#20422)
- fix(evt/kv): Add serde feature to uuid (#20350)
- fix(ext/crypto): remove EdDSA alg key checks and export (#20331)
- fix(ext/http): create a graceful shutdown API (#20387)
- fix(ext/http): ensure aborted bodies throw (#20503)
- fix(ext/kv): add a warning for listenQueue if used with remote KV (#20341)
- fix(ext/kv): same `expireIn` should generate same `expireAt` (#20396)
- fix(ext/node): implement AES GCM cipher (#20368)
- fix(ext/node): remove unnecessary and incorrect type priority_t (#20276)
- fix(ext/node/ops/zlib/brotli): Allow decompressing more than 4096 bytes
(#20301)
- fix(fmt/markdown): improve ignore comment handling (#20421)
- fix(init): skip existing files instead of erroring (#20434)
- fix(lsp): always enable semantic tokens responses (#20440)
- fix(lsp): force correct media type detection from tsc (#20562)
- fix(lsp): include JSON modules in local import completions (#20536)
- fix(lsp): match enable_paths by whole path components (#20470)
- fix(lsp): pass quote preference to tsc (#20547)
- fix(lsp): prefer local auto-import specifiers (#20539)
- fix(lsp): properly handle disabled configuration requests (#20358)
- fix(lsp): recreate npm search cache when cache path changes (#20327)
- fix(lsp): refresh npm completions on each character (#20565)
- fix(lsp): respect configured exclusions for testing APIs (#20427)
- fix(lsp): restore tsc's quick fix ordering (#20545)
- fix(lsp): sort quickfix actions (#17221)
- fix(node): Bump hardcoded version to latest (#20366)
- fix(node/child_process): don't crash on undefined/null value of an env var
(#20378)
- fix(node/http): correctly send `Content-length` header instead of
`Transfer-Encoding: chunked` (#20127)
- fix(npm): properly handle legacy shasum of package (#20557)
- fix(runtime/permissions): Resolve executable specifiers in allowlists and
queries (#14130)
- fix(test): apply filter before checking for "only" (#20389)
- fix(test): share fail fast tracker between threads (#20515)
- fix: `Deno.Command` - improve error message when `cwd` is not a directory
(#20460)
- fix: don't show filtered test suites as running (#20385)
- fix: empty include in config file excludes all (#20404)
- fix: exclude internal JS files from coverage (#20448)
- fix: init v8 platform once on main thread (#20495)
- fix: output traces for op sanitizer in more cases (#20494)
- perf(ext/http): optimize `set_response` for small responses (#20527)
- perf(ext/node): Optimise Buffer string operations (#20158)
- perf(ext/streams): optimize async iterator (#20541)
- perf(node/net): optimize socket reads for 'npm:ws' package (#20449)
- perf: improve async op santizer speed and accuracy (#20501)
- perf: make `deno test` 10x faster (#20550)

### 1.36.4 / 2023.09.01

- feat(ext/kv): connect to remote database (#20178)
Expand Down
2 changes: 1 addition & 1 deletion bench_util/Cargo.toml
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_bench_util"
version = "0.112.0"
version = "0.113.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 997aa60

Please sign in to comment.