Skip to content

Commit

Permalink
1.34.0 (denoland#19246)
Browse files Browse the repository at this point in the history
Co-authored-by: bartlomieju <[email protected]>
Co-authored-by: Bartek Iwańczuk <[email protected]>
  • Loading branch information
3 people committed May 24, 2023
1 parent 9ddb39d commit 935071d
Show file tree
Hide file tree
Showing 32 changed files with 118 additions and 83 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Runners = (() => {
})();
// bump the number at the start when you want to purge the cache
const prCacheKeyPrefix =
"28-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-";
"29-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-";

const installPkgsCommand =
"sudo apt-get install --no-install-recommends debootstrap clang-15 lld-15";
Expand Down Expand Up @@ -480,7 +480,7 @@ const ci = {
"~/.cargo/git/db",
].join("\n"),
key:
"28-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }}",
"29-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }}",
},
},
{
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
~/.cargo/registry/index
~/.cargo/registry/cache
~/.cargo/git/db
key: '28-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}'
key: '29-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}'
if: '!(github.event_name == ''pull_request'' && matrix.skip_pr)'
- name: Restore cache build output (PR)
uses: actions/cache/restore@v3
Expand All @@ -305,7 +305,7 @@ jobs:
!./target/*/*.zip
!./target/*/*.tar.gz
key: never_saved
restore-keys: '28-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-'
restore-keys: '29-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 @@ -589,7 +589,7 @@ jobs:
!./target/*/gn_out
!./target/*/*.zip
!./target/*/*.tar.gz
key: '28-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
key: '29-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
publish-canary:
name: publish canary
runs-on: ubuntu-22.04
Expand Down
52 changes: 26 additions & 26 deletions Cargo.lock

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

50 changes: 25 additions & 25 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,38 +44,38 @@ repository = "https://github.com/denoland/deno"
v8 = { version = "0.72.0", default-features = false }
deno_ast = { version = "0.26.0", features = ["transpiling"] }

deno_core = { version = "0.187.0", path = "./core" }
deno_ops = { version = "0.65.0", path = "./ops" }
serde_v8 = { version = "0.98.0", path = "./serde_v8" }
deno_runtime = { version = "0.113.0", path = "./runtime" }
napi_sym = { version = "0.35.0", path = "./cli/napi/sym" }
deno_bench_util = { version = "0.99.0", path = "./bench_util" }
deno_core = { version = "0.188.0", path = "./core" }
deno_ops = { version = "0.66.0", path = "./ops" }
serde_v8 = { version = "0.99.0", path = "./serde_v8" }
deno_runtime = { version = "0.114.0", path = "./runtime" }
napi_sym = { version = "0.36.0", path = "./cli/napi/sym" }
deno_bench_util = { version = "0.100.0", path = "./bench_util" }
test_util = { path = "./test_util" }
deno_lockfile = "0.14.1"
deno_media_type = { version = "0.1.0", features = ["module_specifier"] }
deno_npm = "0.6.0"
deno_semver = "0.2.1"

# exts
deno_broadcast_channel = { version = "0.99.0", path = "./ext/broadcast_channel" }
deno_cache = { version = "0.37.0", path = "./ext/cache" }
deno_console = { version = "0.105.0", path = "./ext/console" }
deno_crypto = { version = "0.119.0", path = "./ext/crypto" }
deno_fetch = { version = "0.129.0", path = "./ext/fetch" }
deno_ffi = { version = "0.92.0", path = "./ext/ffi" }
deno_fs = { version = "0.15.0", path = "./ext/fs" }
deno_http = { version = "0.100.0", path = "./ext/http" }
deno_io = { version = "0.15.0", path = "./ext/io" }
deno_net = { version = "0.97.0", path = "./ext/net" }
deno_node = { version = "0.42.0", path = "./ext/node" }
deno_kv = { version = "0.13.0", path = "./ext/kv" }
deno_tls = { version = "0.92.0", path = "./ext/tls" }
deno_url = { version = "0.105.0", path = "./ext/url" }
deno_web = { version = "0.136.0", path = "./ext/web" }
deno_webidl = { version = "0.105.0", path = "./ext/webidl" }
deno_websocket = { version = "0.110.0", path = "./ext/websocket" }
deno_webstorage = { version = "0.100.0", path = "./ext/webstorage" }
deno_napi = { version = "0.35.0", path = "./ext/napi" }
deno_broadcast_channel = { version = "0.100.0", path = "./ext/broadcast_channel" }
deno_cache = { version = "0.38.0", path = "./ext/cache" }
deno_console = { version = "0.106.0", path = "./ext/console" }
deno_crypto = { version = "0.120.0", path = "./ext/crypto" }
deno_fetch = { version = "0.130.0", path = "./ext/fetch" }
deno_ffi = { version = "0.93.0", path = "./ext/ffi" }
deno_fs = { version = "0.16.0", path = "./ext/fs" }
deno_http = { version = "0.101.0", path = "./ext/http" }
deno_io = { version = "0.16.0", path = "./ext/io" }
deno_net = { version = "0.98.0", path = "./ext/net" }
deno_node = { version = "0.43.0", path = "./ext/node" }
deno_kv = { version = "0.14.0", path = "./ext/kv" }
deno_tls = { version = "0.93.0", path = "./ext/tls" }
deno_url = { version = "0.106.0", path = "./ext/url" }
deno_web = { version = "0.137.0", path = "./ext/web" }
deno_webidl = { version = "0.106.0", path = "./ext/webidl" }
deno_websocket = { version = "0.111.0", path = "./ext/websocket" }
deno_webstorage = { version = "0.101.0", path = "./ext/webstorage" }
deno_napi = { version = "0.36.0", path = "./ext/napi" }

aes = "=0.8.2"
anyhow = "1.0.57"
Expand Down
35 changes: 35 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,41 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install

### 1.34.0 / 2023.05.24

- BREAKING(unstable): change return type of Deno.serve() API (#19189)
- feat(cli): add `nodeModulesDir` option to config file (#19095)
- feat(cli): top-level `exclude` field in `deno.json` (#17778)
- feat(ext/fs): add isBlockDevice, isCharDevice, isFifo, isSocket to FileInfo
(#19008)
- feat(ext/http): Add support for trailers w/internal API (HTTP/2 only) (#19182)
- feat(ext/http): Brotli Compression (#19216)
- feat(ext/http): ref/unref for server (#19197)
- feat(lsp): support lockfile and node_modules directory (#19203)
- feat(runtime): Provide environment-configurable options for tokio parameters
(#19173)
- feat(task): glob expansion (#19084)
- feat(unstable): add more options to Deno.createHttpClient (#17385)
- feat(vendor): support for npm specifiers (#19186)
- feat: add support for globs in the config file and CLI arguments for files
(#19102)
- feat: top level package.json install when node_modules dir is explicitly opted
into (#19233)
- fix(ext/node): ClientRequest.setTimeout(0) should remove listeners (#19240)
- fix(ext/node): add basic node:worker_threads support (#19192)
- fix(ext/web): improve timers resolution for 0ms timeouts (#19212)
- fix(napi): add napi_async_init and napi_async_destroy (#19234)
- fix(node): add http.Server.unref() (#19201)
- fix(node): duplicate node_module suffixes (#19222)
- fix(node): fire 'unhandledrejection' event when using node: or npm: imports
(#19235)
- fix(node): make sure "setImmediate" is not clamped to 4ms (#19213)
- fix(npm): `process` not defined in readline (#19184)
- fix(npm): better handling of optional peer dependencies (#19236)
- fix(npm): create `node_modules/.deno/node_modules` folder (#19242)
- fix(npm): run pre and post tasks if present (#19178)
- fix(npm): store npm binary command resolution in lockfile (#19219)

### 1.33.4 / 2023.05.18

- fix(ext/web): Request higher-resolution timer on Windows if user requests
Expand Down
2 changes: 1 addition & 1 deletion bench_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_bench_util"
version = "0.99.0"
version = "0.100.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
Loading

0 comments on commit 935071d

Please sign in to comment.