-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
v17.5.0 release proposal #41897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
v17.5.0 release proposal #41897
Changes from 1 commit
Commits
Show all changes
197 commits
Select commit
Hold shift + click to select a range
336c18d
meta: update AUTHORS
nodejs-github-bot be63dc5
doc: remove statement about (EC)DHE performance
tniessen 878b2e7
benchmark: remove unreachable code from crypto/hash-stream-creation
Trott 9226322
stream: avoid function call where possible
Trott ef7c798
test: add coverage for util.inspect()
Trott 8429216
doc: clarify module system selection
aduh95 da11b95
stream: add forEach method
benjamingr ad5d7c7
tools: update doc to [email protected] [email protected]
nodejs-github-bot 5c700fa
doc: improve Web Crypto headings related to ECC
tniessen cb4dbc1
doc: adjust assignment in condition in stream doc
Trott 31d75f2
doc: fix typos in esm.md
yu521088 c0aec67
test: increase coverage for stream writable
Trott 5e3f751
test: add missing await in fs-rm/fs-rmdir tests
e11451c
policy: replace entries with keys
VoltrexKeyva 127d2fa
tools: bump eslint from 8.6.0 to 8.7.0
Trott 60e7437
doc: do not reference SSL when discussing SNI
tniessen 92484d4
doc: make Web Crypto example spec compliant
tniessen 544267f
tools: update lint-md-dependencies
nodejs-github-bot 9ea8e49
doc: use sentence case for Web Crypto headers
tniessen c6749bc
doc,readline: add missing node protocol in example
Mesteery 7c2b586
build: fix libuv builds for android aarch64
RaisinTen 3084dff
tools: add missing `.PHONY` and `.NOTPARALLEL` targets in `Makefile`
aduh95 b5104e8
doc: edit async_context context loss text
Trott 6370b4d
doc: recommend package exports instead of requiring folders
aduh95 f6b5b8d
doc: make contributing info more discoverable
mhdawson 8681c83
build: add loong64 configure
shipujin 700f766
process: ignore asyncId 0 in exception handler
apapirovski 38e4b11
test: fix typo in test_js_native_api_v8
tniessen e1d5a35
esm: improve validation of resolved URLs
JakobJingleheimer e8062bf
build: add --v8-enable-hugepage flag
qdaoming 74bd312
domain: pass opts to `EventEmitter.init`
MoonBall 2478b47
doc: remove redunant `await` calls from stream docs
gioragutt 076ec47
crypto: support RFC 2818 compatible checkHost
tniessen 952623d
doc: fix cjs example code for process.arch
Manduro e726931
doc: move Mesteery to collaborators
tniessen b43faf0
crypto: remove checkIP options argument
tniessen f947f72
test: improve util-format code coverage
Trott 9c73bd5
doc: simplify util.TextDecoder example
Trott 8a99eed
lib: modify `DOMException` to pass WPT
XadillaX 0d4f043
dgram: remove unreachable connectState assign
pd4d10 5027e94
stream: rename unknown primordial
VoltrexKeyva 6de8e51
test: add DataView test entry for whatwg
VoltrexKeyva 62e1a68
stream: add toArray
benjamingr 4780449
doc: update timingSafeEqual error case
AlexA-1976 574c19a
doc: fix backticks around 'default'
tniessen 5943cb9
doc: fix deprecated alias description in cluster
tniessen 506a0dd
test: improve test coverage of internal/worker/io
kuriyosh 86272ca
doc: fix async_hooks example in api docs
marsonya 34684a1
stream: support some and every
benjamingr 5a4c74c
readline: undo previous edit when get key code 0x1F
rayw000 2248401
doc: add missing word in cluster.workers details
tniessen 57ada37
tools: increase maximum line length to 120 characters
Trott 174155d
doc: demonstrate dangers of `buffer.slice()`
shalvah 3335176
build: enable zoslib installation on z/OS
alexcfyung e500d11
lib: remove erroneous JSDoc entry
Trott 2e7bf00
doc: deprecate `buffer.slice`
benjamingr 6fefd51
benchmark: add `subarray` to `buffer-slice`
benjamingr 89c3273
buffer: alias `subarray` and `slice`
benjamingr 55adcb7
test: fix typo in test-stream-toArray
tniessen 3b45c05
process: use validateString validator
VoltrexKeyva 09763a2
doc: add note for handling signal events in trace events
thedull 306dd1c
lib: fix consistency of methods that emit warnings
kuriyosh 81e039f
doc: improve `'hex'` Buffer decoding description and examples
gioragutt 0a31149
readline: add feature yank and yank pop
rayw000 4a4c907
crypto: adjust types for getRandomValues
LiviaMedeiros 9e39e62
crypto: remove wildcard options for checkEmail
tniessen c111a13
doc: add 16 and 17 to previous versions
aduh95 ea6c202
test: move test-gc-http-client-onerror to sequential
lpinca ffab924
doc: suggest worker threads in cluster docs
tniessen 9202b86
tools: update lint-md-dependencies to [email protected]
nodejs-github-bot 0d6227c
doc: simplify readline/stdin text
Trott 627f19a
crypto: revise variables for const use instead of let
Trott 16dec42
stream: check for null instead of falsy in loops
Trott d83d55e
policy: check for null instead of falsy in loop
Trott cf1d3d1
process: check for null instead of falsy in while loop
Trott 2b4e46f
timers: check for nullish instead of falsy in loops
Trott 0e35d01
util: check for null instead of flasy in loop
Trott 301a4f8
repl: check for precise values rather than falsy in loops
Trott 9d99c24
test: prepare tests for no-cond-assign ESLint rule
Trott ae7df17
tools: enable no-cond-assign-ESLint rule
Trott 46ec74d
stream: support flatMap
benjamingr b3390b9
stream: never flatten on toArray
benjamingr d33d189
tools: fix typo in `tools/code_cache/README.md`
tniessen b951764
doc: modernize and simplify cluster example
tniessen 60eddad
meta: update AUTHORS
nodejs-github-bot 9b1a379
stream: add drop and take
benjamingr 12c1ac4
test: simplify test-gc-http-client
lpinca 5fe7cfa
tools: use Set instead of { [key]: true } object
tniessen 4b174ce
deps: upgrade npm to 8.3.2
npm-robot 2b082de
util: remove unused fast path in internal debuglog
Trott 3f4ce07
tools: add compile_commands to ignore file
yashLadha b02bf41
test: add stream map tests
benjamingr d40fd75
doc: improve TLS/SSL introduction
tniessen 2cae994
node-api: add node_api_symbol_for()
RaisinTen 2bba6cd
doc: fix documentation for `MODULE_NOT_FOUND` and `ERR_MODULE_NOT_FOUND`
aduh95 8ab0540
lib: throw error in structuedClone when no arguments are passed
gioragutt 30df37f
test: remove error allowance in debugger test
MrJithil 986dbb3
doc: clarify treatment of non-string argument to new URL()
Trott a35c6c3
doc: revise url.resolve() text
Trott cca9210
test: remove unneeded test statement
Trott 0267d27
test: use Object.hasOwn() where applicable
Trott 9af2862
doc: clarify parameter for napi_get_cb_info
mhdawson 0ee468d
doc: document flow for supporting type generation
mhdawson 8e7df04
doc: remove unadvisable cluster example
tniessen b83e661
doc: fix typo in `technical-priorities.md`
marsonya ae34900
doc: clarify treatment of non-string base in URL()
Trott 311050e
stream: add asIndexedPairs
benjamingr 351ebf2
test: improve stability of oom test
benjamingr a05b832
stream: use synchronous error validation on iteration helpers
iMoses aee74c8
util: use hasOwnProperty() primordial
Trott 29678d6
doc: fix link to npm documentation
aduh95 30336c2
doc: improve docs to give descriptive info for the platform property
twitharshil 7f7bcd7
doc: fix typo in contributing guides
kuriyosh 2a18859
http2: fix memory leak on nghttp2 hd threshold
RafaelGSS 3190e36
tools: use Set instead of { [key]: true } object
tniessen 4339299
doc: avoid incomplete sentence in cluster docs
tniessen cfaa1e2
process: unhandledRejection support more errors
benjamingr 14cb9ea
perf_hooks: remove useless calls in Histogram
mhdawson adcde6b
build: check if python is a executable program
himself65 26c5efe
doc: update Mesteery email
Mesteery 94645d8
test: replace commented out expectations with tests
RaisinTen abbc06b
test: fix typo in MessageChannel test
tniessen 14415fb
meta: adjust mailmap/AUTHORS to reflect README change
Trott e6a1896
tools: update eslint to 8.8.0
nodejs-github-bot 5f1a59c
test: make fs watch test more stable
benjamingr cedd26a
lib: refactor source map stack trace prepare
VoltrexKeyva e5abdf7
meta: update mailmap/AUTHORS info for existing collaborator
Trott f5adf54
meta: update AUTHORS
nodejs-github-bot ca1cd42
benchmark: replace hasOwnProperty() with Object.hasOwn()
Trott 9c2504a
stream: add reduce
benjamingr 4889a31
doc: update modules.md wording
thernstig 86644b9
doc: clarify that import also uses main
benmccann 28b95a5
benchmark: use Object.hasOwn() instead of hasOwnProperty()
Trott 257c5b6
doc: remove section on "recent" ECDH changes
tniessen 032df4e
doc: use Object.hasOwn() in util doc
Trott c0629b4
doc: add security-steward rotation information
mhdawson a97c817
test: mark test-fs-rmdir-recursive flaky on win
mhdawson 9c704b1
test: make worker-take-heapsnapshot non-flaky
mhdawson 9c6b078
module: unflag esm json modules
GeoffreyBooth 9c59abe
crypto: fix `webcrypto.subtle` signature
aduh95 76a229c
lib: add fetch
targos 62f2c07
doc: add v16 changelog link to iojs changelog
danielleadams 99e0f14
doc: add format-md step to release guide
danielleadams af641bd
doc: improve wording surrounding TLS 1.3 ciphers
tniessen ea96640
test: exclude ibm i tests until we resolve
mhdawson bbfa586
src: fix typo in js_native_api_v8.cc
caioagiani e5db136
doc: use UDPv4/UDPv6 consistently with TCPv4/TCPv6
tniessen 4eb1938
doc: align tls port types with net port types
tniessen 87902a7
test: avoid using Object.prototype methods directly on objects
Trott 34dfc60
tools,test: enable no-prototype-builtins
Trott d726a34
doc: use example.com for examples
atesgoral 4db343b
doc: add note about resource type in async_hooks
tony-go e11a079
stream: use synchronous error validation & validate abort signal option
iMoses 6064b1d
buffer: fix atob/btoa no-arg case
benjamingr 0844935
async_hooks: fix imports in context example
yashLadha 49f6b97
doc: add registry numbers for Electron 19 and 20
VerteDinde bee4451
deps: V8: cherry-pick cc9a8a37445e
devsnek 499171b
http2: fix no response event on continue request
ofirbarak e117c0f
crypto: check return code from EVP_DigestUpdate
mhdawson cb16fad
doc: add initial version of maintaining-http.md
mhdawson d3a4c62
doc: use sentence case for X509 error codes header
tniessen 7aeaa27
doc: fix X509 CA acronym capitalization
tniessen 72a857f
doc: add overhead hints for heap snapshot generation
Flarna 451f333
doc: feature management proposal
mhdawson cbcf794
readline: improve code coverage for readline promises
ErickWendel 32cdae7
tools: update doc to [email protected]
nodejs-github-bot 72f02d8
tools: update lint-md-dependencies to [email protected]
nodejs-github-bot ad32ad6
benchmark: enable no-empty ESLint rule
Trott c3721fc
doc: remove empty block from console.timeEnd() example
Trott 8a42a20
doc: add comments to empty blocks in worker_threads text
Trott 4834be3
lib: add comments to empty catch statements
Trott e1ae61b
policy: revise manifest.js to avoid empty blocks
Trott 6c82276
stream: remove empty block
Trott c694dae
test: enable no-empty ESLint rule
Trott 0d471fb
tools: enable no-empty ESLint rule
Trott 869cbb7
worker: graduate get/setEnvironmentData APIs
jasnell 43f2aba
src: slightly simplify V8CoverageConnection::GetFilename
addaleax c3d3abf
src: slightly simplify URLHost::ToString
addaleax 3676505
doc: add history information for Corepack
aduh95 44ca20b
benchmark: avoid input param manipulation
MrJithil f8d2955
stream: initial port of test262 tests
benjamingr 1c62eb6
doc: add missing commas in cluster docs
tniessen 0a8995d
doc: improve SSL_OP_PRIORITIZE_CHACHA description
tniessen bd5d158
meta: update AUTHORS
nodejs-github-bot 5085813
doc: add stream pipelining note on Http usage
RafaelGSS 07b6bf4
stream: resume stream on drain
ronag 59a15e8
lib: refactor to use `validateObject()` validator
VoltrexKeyva 0d9248f
test: remove test-worker-memory flaky designation
Trott f8acca8
doc: add missing space before hyphen
Mesteery 573cafe
test: remove eslint-disable comments from fixtures
Trott 145a3b8
doc: use sentence case in readme introduction
Mesteery bfddcb1
http2: fix pseudo-headers order
ffd1933
doc: use Oxford comma in crypto docs
tniessen d641eb7
doc: use the same case as the section heading
Mesteery 1ae6485
stream: add iterator helper find
Linkgoron 28650ec
deps: upgrade npm to 8.4.1
npm-robot b290a87
2022-02-10, Version 17.5.0 (Current)
ruyadorno File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.