Skip to content

Commit

Permalink
1.34.2 (#19433)
Browse files Browse the repository at this point in the history
Bumped versions for 1.34.2

---------

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
  • Loading branch information
3 people committed Jun 9, 2023
1 parent c7d13db commit acf5d44
Show file tree
Hide file tree
Showing 32 changed files with 118 additions and 82 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 = 36;
const cacheVersion = 37;

const Runners = (() => {
const ubuntuRunner = "ubuntu-22.04";
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -298,7 +298,7 @@ jobs:
~/.cargo/registry/index
~/.cargo/registry/cache
~/.cargo/git/db
key: '36-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}'
key: '37-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 @@ -310,7 +310,7 @@ jobs:
!./target/*/*.zip
!./target/*/*.tar.gz
key: never_saved
restore-keys: '36-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-'
restore-keys: '37-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 @@ -600,7 +600,7 @@ jobs:
!./target/*/gn_out
!./target/*/*.zip
!./target/*/*.tar.gz
key: '36-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
key: '37-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
Expand Up @@ -44,38 +44,38 @@ repository = "https://github.com/denoland/deno"
v8 = { version = "0.73.0", default-features = false }
deno_ast = { version = "0.27.0", features = ["transpiling"] }

deno_core = { version = "0.189.0", path = "./core" }
deno_ops = { version = "0.67.0", path = "./ops" }
serde_v8 = { version = "0.100.0", path = "./serde_v8" }
deno_runtime = { version = "0.115.0", path = "./runtime" }
napi_sym = { version = "0.37.0", path = "./cli/napi/sym" }
deno_bench_util = { version = "0.101.0", path = "./bench_util" }
deno_core = { version = "0.190.0", path = "./core" }
deno_ops = { version = "0.68.0", path = "./ops" }
serde_v8 = { version = "0.101.0", path = "./serde_v8" }
deno_runtime = { version = "0.116.0", path = "./runtime" }
napi_sym = { version = "0.38.0", path = "./cli/napi/sym" }
deno_bench_util = { version = "0.102.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.8.0"
deno_semver = "0.2.1"

# exts
deno_broadcast_channel = { version = "0.101.0", path = "./ext/broadcast_channel" }
deno_cache = { version = "0.39.0", path = "./ext/cache" }
deno_console = { version = "0.107.0", path = "./ext/console" }
deno_crypto = { version = "0.121.0", path = "./ext/crypto" }
deno_fetch = { version = "0.131.0", path = "./ext/fetch" }
deno_ffi = { version = "0.94.0", path = "./ext/ffi" }
deno_fs = { version = "0.17.0", path = "./ext/fs" }
deno_http = { version = "0.102.0", path = "./ext/http" }
deno_io = { version = "0.17.0", path = "./ext/io" }
deno_net = { version = "0.99.0", path = "./ext/net" }
deno_node = { version = "0.44.0", path = "./ext/node" }
deno_kv = { version = "0.15.0", path = "./ext/kv" }
deno_tls = { version = "0.94.0", path = "./ext/tls" }
deno_url = { version = "0.107.0", path = "./ext/url" }
deno_web = { version = "0.138.0", path = "./ext/web" }
deno_webidl = { version = "0.107.0", path = "./ext/webidl" }
deno_websocket = { version = "0.112.0", path = "./ext/websocket" }
deno_webstorage = { version = "0.102.0", path = "./ext/webstorage" }
deno_napi = { version = "0.37.0", path = "./ext/napi" }
deno_broadcast_channel = { version = "0.102.0", path = "./ext/broadcast_channel" }
deno_cache = { version = "0.40.0", path = "./ext/cache" }
deno_console = { version = "0.108.0", path = "./ext/console" }
deno_crypto = { version = "0.122.0", path = "./ext/crypto" }
deno_fetch = { version = "0.132.0", path = "./ext/fetch" }
deno_ffi = { version = "0.95.0", path = "./ext/ffi" }
deno_fs = { version = "0.18.0", path = "./ext/fs" }
deno_http = { version = "0.103.0", path = "./ext/http" }
deno_io = { version = "0.18.0", path = "./ext/io" }
deno_net = { version = "0.100.0", path = "./ext/net" }
deno_node = { version = "0.45.0", path = "./ext/node" }
deno_kv = { version = "0.16.0", path = "./ext/kv" }
deno_tls = { version = "0.95.0", path = "./ext/tls" }
deno_url = { version = "0.108.0", path = "./ext/url" }
deno_web = { version = "0.139.0", path = "./ext/web" }
deno_webidl = { version = "0.108.0", path = "./ext/webidl" }
deno_websocket = { version = "0.113.0", path = "./ext/websocket" }
deno_webstorage = { version = "0.103.0", path = "./ext/webstorage" }
deno_napi = { version = "0.38.0", path = "./ext/napi" }

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

### 1.34.2 / 2023.06.08

- fix: do not show cache initialization errors if stderr is piped (#18920)
- fix: upgrade to deno_ast 0.27 (#19375)
- fix(cli): formatting bench with colors (#19323)
- fix(ext/console): fix inspecting large ArrayBuffers (#19373)
- fix(ext/crypto): fix JWK import of Ed25519 (#19279)
- fix(ext/web): Copy EventTarget list before dispatch (#19360)
- fix(ext/websocket): Close socket on bad string data (#19424)
- fix(kv) run sqlite transactions via spawn_blocking (#19350)
- fix(napi): don't panic if symbol can't be found (#19397)
- fix(node): add missing process.reallyExit method (#19326)
- fix(node): Added base implementation of FileHandle (#19294)
- fix(node): don't close stdio streams (#19256)
- fix(node): FileHandle.close() (#19357)
- fix(node): FileHandle.read() (#19359)
- fix(node): FileHandle.write() (#19385)
- fix(node): map stdio [0, 1, 2] to "inherit" (#19352)
- fix(node): Very basic node:http2 support (#19344)
- fix(node): proper url handling (#19340)
- fix(repl): correctly print string exception (#19391)
- fix(runtime): add missing SIGIOT alias to SIGABRT (#19333)
- perf(cli): conditionally load typescript declaration files (#19392)
- perf(ext/http): Add a sync phase to http serving (#19321)
- perf(ext/http): Migrate op_http_get_request_headers to v8::Array (#19354)
- perf(ext/http): Migrate op_http_get_request_method_and_url to v8::Array
(#19355)
- perf(ext/http): Use flat list of headers for multiple set/get methods (#19336)
- perf(ext/websocket): Make send sync for non-stream websockets (#19376)
- perf(ext/websocket): Reduce GC pressure & monomorpize op_ws_next_event
(#19405)
- perf(ext/websocket): monomorphize code (#19394)
- perf(http): avoid flattening http headers (#19384)
- perf: optimize RegExp usage in JS (#19364)
- perf: use sendto syscalls (#19414)

### 1.34.1 / 2023.05.29

- fix(compile): handle when DENO_DIR is readonly (#19257)
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.101.0"
version = "0.102.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno"
version = "1.34.1"
version = "1.34.2"
authors.workspace = true
default-run = "deno"
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cli/deno_std.rs
Expand Up @@ -2,4 +2,4 @@

// WARNING: Ensure this is the only deno_std version reference as this
// is automatically updated by the version bump workflow.
pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.190.0/";
pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.191.0/";

0 comments on commit acf5d44

Please sign in to comment.