-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
V17.8.1 proposal #42612
Closed
Closed
V17.8.1 proposal #42612
Changes from 1 commit
Commits
Show all changes
93 commits
Select commit
Hold shift + click to select a range
17770be
tools: fix skip PR if CI is still running
meixg 07b38f6
doc: update property name
Trott 76be565
doc: unify import order in CCM example
tniessen 0a2123d
src: refactor IsSupportedAuthenticatedMode
tniessen 5602c08
doc,test: clarify ChaCha20-Poly1305 usage
tniessen 93c874f
node-api: format Node-API related code
vmoroz 9b0ac65
doc: standardize typography for _semantic versioning_
Trott e73bf43
async_hooks: remove destroyed symbol on Promises
Flarna 89da27c
doc: make header smaller and dropdown click-driven when JS is on
ShogunPanda c516c84
src: suppress false coverity warning
mhdawson 80a2251
tools: bump cpplint to 1.6.0
Trott bd688f7
tools: refloat 7 Node.js patches to cpplint.py
Trott a113d43
bootstrap: use SnapshotData to pass snapshot data around
joyeecheung 41b353d
doc: add `trace_gc` to diagnostic tooling support document
tony-go 26d5e58
doc: fix typo in async_context.md
AnupamaCodippily 9158b91
deps: update undici to 4.16.0
nodejs-github-bot 13840ef
doc: add link to section
Trott 3b810ca
doc: change comma-splice to two sentences
Trott 8e8f129
src: properly report exceptions from AddressToJS()
RaisinTen 54615fd
doc: expand history for conditional exports changes in v12
gpoole 2ca08c9
crypto: make authTagLength optional for CC20P1305
tniessen 439a87e
meta: update AUTHORS
nodejs-github-bot f9f6c8e
doc: clarify napi_finalize behavior
mildsunrise 136b9f8
tools: update lint-md-dependencies to vfile-reporter@7.0.4
nodejs-github-bot 86a05ca
lib: update JSDoc for linting
Trott f4decbd
tools: update eslint to 8.12.0
nodejs-github-bot 28a770e
doc: remove comma splice in events.md
Trott 470e911
test,fs: add fs.rm() tests for .git directories
RaisinTen b647336
build: bump actions/checkout
UltiRequiem efd3071
doc: fix question promise API example
meixg a946977
doc: update security release onboarding
joesepi b756ed8
test: add trace-gc flag test
tony-go 8bb04f5
test: fix typos in test/parallel
daeyeon eea25dc
esm: emit experimental warnings in common place
JakobJingleheimer 7956559
net,dns: trace tcp connection and dns by perf_hooks
theanarkh 9e14b0e
doc: suggest checkHost in checkServerIdentity docs
tniessen c9c0cc5
src: address 3 useless call coverity warnings
mhdawson 1670266
tools: update GHA actions version
aduh95 7105f8b
child_process: add env contents types in JSDoc
Trott 743b62b
doc: add `stability` class to legacy status description
danielroe 838b143
doc: fix comment text in async_hooks example
Trott cf1543e
src,crypto: remove uses of AllocatedBuffer from crypto_dh.cc
RaisinTen 987b5d1
src: remove unnecessary static qualifier in crypto_dh.cc
RaisinTen 899de04
src,crypto: handle empty maybe correctly in crypto_dh.cc
RaisinTen 37ad634
test: fix comments in test files
daeyeon 86553c9
bootstrap: refresh options in pre-execution
joyeecheung 6b14bd8
build: add --node-snapshot-main configure option
joyeecheung fa28439
bootstrap: make I/O streams work with user-land snapshot
joyeecheung cbdc0ab
bootstrap: run inspector and event loop in snapshot builder
joyeecheung 94e8da8
bootstrap: reset process._exit and process.exitCode in pre-execution
joyeecheung 4dfc29d
tools: fixed bug causing JSON format to be broken
mawaregetsuka 607a5ca
doc: add suggestion for OpenSSL only sec releases
mhdawson d2ebe2b
doc: fix internal link in collaborator-guide.md
daeyeon 8b7c057
doc: guide towards x509.fingerprint256
tniessen 98f1f34
doc: remove extraneous comma
Trott ae9d5fd
doc: document breaking change in `http.IncomingMessage` `'close'` event
ShogunPanda 5c9771f
src: fix typo in InspectorIoDelegate constructor
cola119 53d7304
doc: consolidate CI sections
Trott e310a27
test: fix typo in common/wpt.js
eltociear f3c3479
doc: add @meixg to collaborators
meixg 4e7b746
crypto: fix webcrypto derive key lengths
panva 0c1e690
doc: add introduction sentence for CJS
aduh95 b250b8e
buffer: fix `atob` input validation
aduh95 f25ba8c
test: add test for exception handlings in debugger
cola119 3734b64
test: improve `FileHandle.prototype.write` coverage
aduh95 d71df7a
test: pass data into napi_create_external
joyeecheung 3ee5434
lib: improve the coverage of the validator
mawaregetsuka 8e55e59
doc: remove util.promisify() content in readline.md
Trott 8d5c9d9
doc: update DEP0102 text
Trott b7748e4
doc: simplify recommendation in webcrypto.md
Trott 8dd88cc
doc: clarify recommendations in stream.md
Trott 4666737
meta: update AUTHORS
nodejs-github-bot d2f17ac
doc: simplify recommendations in process.md
Trott dd1ea77
test: remove hack for `atob` and `btoa` WPT tests
aduh95 44ac5e8
test: improve lib/internal/readline/promises.js coverage
fossamagna c036258
crypto: cleanup webcrypto jwk code
panva a6c65fc
doc: aes webcrypto unwrap is not a node-specific extensions
panva fa7edb7
crypto: do not add undefined hash in webcrypto normalizeAlgorithm
panva 3084af3
src: add proper mutexes for accessing FIPS state
addaleax 858af42
doc: change "OCSP Request" to "OCSP request"
tniessen fe62d4b
build: set stale action back to running nightly
mhdawson dea7f22
meta: move one or more collaborators to emeritus
nodejs-github-bot 0fcb067
os: avoid unnecessary usage of var
VoltrexKeyva 6258055
lib: source maps filter null prefix
fabiancook 73a1d22
doc: fix documentation of `FileHandle.prototype.appendFile`
aduh95 e158a8d
doc: remove faulty justification for 128-bit AES
tniessen ebefd25
build: consolidate JS and md linting GitHub Actions
Trott 5e0ca4c
lib: prepare files for no-var lint rule
Trott 0a8b362
tools: enable no-var ESLint rule for lib
Trott 99f9880
fs: fix write methods param validation and docs
LiviaMedeiros 3fbfd65
buffer: improve Blob constructor error message when passing a string
meixg 1e3e689
meta: update .mailmap and AUTHORS
Trott f5f29f4
2022-04-04, Version 17.8.1 (Current), @BethGriggs prepared by @juanarbol
juanarbol 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 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 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 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 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this includes a semver-minor the version should be 17.9.0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤦