-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
v10.17.0 proposal #29875
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
v10.17.0 proposal #29875
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
4f41e4f
n-api: implement date object
jarrodconnolly f862276
n-api: make func argument of napi_create_threadsafe_function optional
legendecas 859d475
src: reduce platform worker barrier lifetime
ofrobots a3eda28
doc: fixup changelog for v10.16.3
andrewhughes101 7735824
crypto: increase maxmem range from 32 to 53 bits
tniessen c74c6a5
n-api: mark version 5 N-APIs as stable
36a0e9a
http2: do not crash on stream listener removal w/ destroyed session
addaleax 69b0212
http2: do not start reading after write if new write is on wire
addaleax 15c2eb0
doc: update N-API version matrix
7f48519
deps: do not link against librt
sam-github 56a834a
doc,test: clarify that Http2Stream is destroyed after data is read
mildsunrise f78ecc3
test: fix race in test-http2-origin
mildsunrise fe58bca
tls: group chunks into TLS segments
mildsunrise ccf2823
http: makes response.writeHead return the response
qubyte 9258496
http2: makes response.writeHead return the response
qubyte 2afbb3e
test,win: cleanup exec-timeout processes
joaocgreis cef5010
doc: describe tls.DEFAULT_MIN_VERSION/_MAX_VERSION
ckarande c285e69
doc: fix the links tls default version sections
ckarande b43d7e8
process: add --unhandled-rejections flag
BridgeAR 2eae030
worker: add missing return value in case of fatal exceptions
BridgeAR 9c393f1
deps: upgrade openssl sources to 1.1.1d
sam-github 7202792
deps: update archs files for OpenSSL-1.1.1d
sam-github 13d8549
test: well-defined DH groups now verify clean
sam-github 69bf5b7
net: treat ENOTCONN at shutdown as success
addaleax 85ce8ef
fs: remove experimental warning for fs.promises
addaleax 333963e
deps: dlloads node static linked executable
lal12 ddb5152
stream: implement Readable.from async iterator utility
guybedford e8c90bf
zlib: do not coalesce multiple `.flush()` calls
addaleax 66387cd
http2: send out pending data earlier
addaleax f1a5a36
build: update Windows icon to Feb 2016 rebrand
mikemaccana d6c998a
process: use public readableFlowing property
ckarande 65e68d1
doc: add documentation for stream readableFlowing
ckarande 1bb5102
src: use more explicit return type in Sign::SignFinal()
addaleax 18b140a
src: use maybe version v8::Function::Call
oyyd 00831f0
stream: make Symbol.asyncIterator support stable
mcollina 79f3844
readline: make Symbol.asyncIterator support stable
mcollina fa27aac
dns: remove dns.promises experimental warning
cjihrig fcc22d3
dns: make dns.promises enumerable
cjihrig 90fb146
doc: move dns.promises to stable status
cjihrig 4f0f12c
crypto: fix rsa key gen with non-default exponent
sam-github 03b6966
deps: upgrade npm to 6.10.0
e2291cf
deps: upgrade npm to 6.10.2
isaacs 55cd01c
deps: update npm to 6.10.3
isaacs e53dbba
deps: update npm to 6.11.3
claudiahdz 63de2ad
crypto: add support for chacha20-poly1305 for AEAD
chux0519 5dae3ef
2019-10-22, Version 10.17.0 'Dubnium' (LTS)
BethGriggs 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
Prev
Previous commit
2019-10-22, Version 10.17.0 'Dubnium' (LTS)
Notable changes:
* crypto:
* add support for chacha20-poly1305 for AEAD (chux0519)
#24081
* increase maxmem range from 32 to 53 bits (Tobias Nießen)
#28799
* deps:
* update npm to 6.11.3 (claudiahdz)
#29430
* upgrade openssl sources to 1.1.1d (Sam Roberts)
#29921
* dns:
* remove dns.promises experimental warning (cjihrig)
#26592
* fs:
* remove experimental warning for fs.promises (Anna Henningsen)
#26581
* http:
* makes response.writeHead return the response (Mark S. Everitt)
#25974
* http2:
* makes response.writeHead return the response (Mark S. Everitt)
#25974
* n-api:
* make func argument of napi\_create\_threadsafe\_function optional
(legendecas)
#27791
* mark version 5 N-APIs as stable (Gabriel Schulhof)
#29401
* implement date object (Jarrod Connolly)
#25917
* process:
* add --unhandled-rejections flag (Ruben Bridgewater)
#26599
* stream:
* implement Readable.from async iterator utility (Guy Bedford)
#27660
* make Symbol.asyncIterator support stable (Matteo Collina)
#26989
PR-URL: #29875- Loading branch information
commit 5dae3ef88bea3bb2e37ea68cafc5795da1406e76
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
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
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.