- [
d05668d688] - (SEMVER-MAJOR) child_process: runtime deprecate _channel (Colin Ihrig) #27949 - [
00eff4a534] - doc: add missing deprecation number (Benjamin Coe) #35630 - [
809cd07968] - doc: document rmdir/recursive deprecation (Benjamin Coe) #35579 - [
a5552468d2] - doc: harmonize YAML comments style in deprecations.md (Antoine du Hamel) #35454 - [
51b988ba0f] - doc: fix deprecation history (Antoine du Hamel) #35455 - [
38a5715c1a] - doc: avoi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const net = require('net'); | |
| let server = net.createServer(serverSocket => { | |
| serverSocket.on('data', chunk => { | |
| console.log('chunk', chunk.toString()) | |
| if (chunk.toString('utf8') === 'destroy') { | |
| console.log('server destroy') | |
| serverSocket.destroy(); | |
| server.close(); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env node | |
| "use strict"; | |
| //const { pipeline, Transform } = require('stream') | |
| const { Transform } = require("stream"); | |
| const { pipeline } = require("stream").promises; | |
| const split2 = require("split2"); | |
| const strftime = require("strftime").timezone(0); | |
| const { Storage } = require("@google-cloud/storage"); |
branch-diff upstream/v14.x-staging upstream/master --exclude-label=semver-major,dont-land-on-v14.x,backport-requested-v14.x,backport-blocked-v14.x,backported-to-v14.x --filter-release --format=sha --reverse | xargs git cherry-pick
git remote update upstream
git checkout v14.9.0-proposal
git rebase upstream/v14.x-staging
- [4678e44bb2] - src: perform bounds checking on error source line (Anna Henningsen) nodejs/node#33645
- [35871c3e40] - win,msi: add arm64 config for windows msi (Dennis Ameling) nodejs/node#33689
- [5590ee0d99] - test: fix invalid regular expressions in case test-trace-exit (legendecas) nodejs/node#33769
- [921f75534c] - inspector: drop 'chrome-' from inspector url (Colin Ihrig) nodejs/node#33758
- [fd7e40854c] - doc: update V8 inspector example (Colin Ihrig) nodejs/node#33758
- [862d005e60] - doc: make globals Extends usage consistent (Colin Ihrig) nodejs/node#33777
- [85dbd17bde] - doc: make perf_hooks Extends usage consistent (Colin Ihrig) nodejs/node#33777
- [2e49010bc8] - doc: make events Extends usage consistent (Colin Ihrig) nodejs/node#33777
- [4ba90809ed] - events: improve arrayClone performance (Brian White) h
- [
56da8dfd86] - stream: emit 'pause' on unpipe (Robert Nagy) #32476 - [
40a9289e53] - doc: remove extraneous sentence in events.md (Rich Trott) #32457 - [
9fda9123b1] - doc: trim wording in n-api.md text about exceptions (Rich Trott) #32457 - [
3e002c3977] - doc: update async_hooks.md (Victor) #32382 - [
6693b40bd5] - doc: simplify and correct example descriptions in net.md (Rich Trott) #32451 - [
94952b4ac8] - src: enhance C++ sprintf utility (himse
- [3bc9b09ce6] - http: use for...of in http library code (Trivikram Kamat) nodejs/node#30958
- [956dec8b6b] - tls: for...of in _tls_common.js (Trivikram Kamat) nodejs/node#30961
- [e10917f8ba] - async_hooks: ensure proper handling in runInAsyncScope (Anatoli Papirovski) nodejs/node#30965
- [3abcb69c3e] - doc: add note about fs.close() about undefined behavior (Robert Nagy) nodejs/node#30966
- [5e268b8dbe] - test: simplify test-wasi-start-validation.js (cjihrig) nodejs/node#30972
- [c2d95529f6] - test: improve WASI start() coverage (cjihrig) nodejs/node#30972
- [72b4aee745] - test: improve test coverage in child_process (Juan José Arboleda) nodejs/node#26282
- [54d51dbe4c] - wasi: require CLI flag to require() wasi module (cjihrig) nodejs/node#30963
- [5ca29d860b] - stream: use for...of (Trivikram Kamat) https://github.co
- [
a9f8b62b47] - (SEMVER-MINOR) stream: add readableEnded (Robert Nagy) #28814 - [
f9b61d2bc7] - (SEMVER-MINOR) http,stream: add writableEnded (Robert Nagy) #28934 - [
bb19d8212a] - (SEMVER-MINOR) fs: add fs.writev() which exposes syscall writev() (Anas Aboureada) #25925 - [
e474c6776c] - (SEMVER-MINOR) readline: establish y in cursorTo as optional (Gerhard Stoebich) #29128 - [
16e001112c] - (SEMVER-MINOR) http: add missing stream-like properties to OutgoingMessage (Robert Nagy) #29018
- [
47366d7cc6] - deps: V8: extend workaround for MSVC optimizer bug (Michaël Zasso) #28286 - [
8aeb9cc10f] - doc: revise intro sentence for assert (Rich Trott) #28226 - [
7044a7a302] - tls: remove unnecessary set of DEFAULT_MAX_VERSION (Daniel Bevenius) #28147 - [
d659ed6dbe] - worker: refactorworker.terminate()(Anna Henningsen) #28021 - [
9c19c4b6a3] - n-api: define ECMAScript-compliant accessors on napi_define_class (legendecas) #27851 - [[
b60287d188](https://github.com/no
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * [[`553c876a24`](https://github.com/nodejs/node/commit/553c876a24)] - **errors**: remove usage of require('util') (dnlup) [#26781](https://github.com/nodejs/node/pull/26781) | |
| * [[`136c805b6e`](https://github.com/nodejs/node/commit/136c805b6e)] - **doc**: add option to require 'process' to api docs (dkundel) [#26792](https://github.com/nodejs/node/pull/26792) | |
| * [[`b51a546488`](https://github.com/nodejs/node/commit/b51a546488)] - **lib**: reduce usage of require('util') (dnlup) [#26782](https://github.com/nodejs/node/pull/26782) | |
| * [[`51256e5d78`](https://github.com/nodejs/node/commit/51256e5d78)] - **fs**: reduce usage of require('util') (toshi1127) [#26783](https://github.com/nodejs/node/pull/26783) | |
| * [[`5de804e636`](https://github.com/nodejs/node/commit/5de804e636)] - **tools**: enable getter-return lint rule (cjihrig) [#26615](https://github.com/nodejs/node/pull/26615) | |
| * [[`d989e20717`](https://github.com/nodejs/node/commit/d989e20717)] - **doc**: describe tls.DEFAULT\_MIN\_VERSION/\_MAX\_VERSION (Sam Robert |
NewerOlder