August 6, 2021 – August 13, 2021
Overview
-
- 0 Merged Pull Requests
- 21 Open Pull Requests
- 28 Closed Issues
- 20 New Issues
Could not load contribution data
Please try again later
3 Releases published by 1 person
-
v12.22.5 2021-08-11, Version 12.22.5 'Erbium' (LTS), @BethGriggs
published
Aug 11, 2021 -
v14.17.5 2021-08-11, Version 14.17.5 'Fermium' (LTS), @BethGriggs
published
Aug 11, 2021 -
v16.6.2 2021-08-11, Version 16.6.2 (Current), @BethGriggs
published
Aug 11, 2021
21 Pull requests opened by 14 people
-
src: improve base64 encoding performance
#39701 opened
Aug 8, 2021 -
[v14.x backport] buffer: add base64url encoding option
#39702 opened
Aug 8, 2021 -
[v14.x backport] buffer: introduce Blob
#39704 opened
Aug 8, 2021 -
[v14.x backport] doc: refactor fs docs structure
#39706 opened
Aug 8, 2021 -
buffer: add blob endings option, remove Node.js specific encoding option
#39708 opened
Aug 8, 2021 -
build: add option to hide console window
#39712 opened
Aug 9, 2021 -
repl,worker: fix crash when SharedArrayBuffer disabled
#39718 opened
Aug 9, 2021 -
dns: fix `uv_timer_start` usage
#39723 opened
Aug 10, 2021 -
build: make scripts in gyp run with right python
#39730 opened
Aug 11, 2021 -
doc: fix the unavailable server address
#39731 opened
Aug 11, 2021 -
stream: ensure text() stream consumer flushes correctly
#39737 opened
Aug 11, 2021 -
deps: fix building with system c-ares on Linux
#39739 opened
Aug 11, 2021 -
[v14.x backport] async_hooks: eliminate native PromiseHook
#39742 opened
Aug 12, 2021 -
[v14.x backport] deps: V8: cherry-pick 81814ed44574
#39743 opened
Aug 12, 2021 -
Fixes hoisting of funcs/classes with top level await in repl
#39745 opened
Aug 12, 2021 -
policy: fix integrity when DEFAULT_ENCODING is set
#39750 opened
Aug 12, 2021 -
url: throw invalid this on detached accessors
#39752 opened
Aug 12, 2021 -
lib: simplify validators
#39753 opened
Aug 12, 2021 -
src: add option to disable global search paths
#39754 opened
Aug 13, 2021 -
tools: bump remark-preset-lint-node to 3.0.0
#39755 opened
Aug 13, 2021 -
doc: add himadriganguly as a triager
#39757 opened
Aug 13, 2021
28 Issues closed by 16 people
-
[http] request does not accept host encapsulated within square brackets
#39738 closed
Aug 12, 2021 -
Add the missing Blob#stream
#39537 closed
Aug 12, 2021 -
fs: add cp method
#35880 closed
Aug 12, 2021 -
Bug
#39740 closed
Aug 11, 2021 -
stream.pipeline does not invoke callback when error happens
#39447 closed
Aug 11, 2021 -
`./configure --ninja` does not generate a `build.ninja` on a Pi 4
#39733 closed
Aug 11, 2021 -
Full support of WhatWg Streams
#36566 closed
Aug 11, 2021 -
Iterating cancelled ReadableStream
#39715 closed
Aug 10, 2021 -
Make streams default pause mode apply for non data events (such as 'error')
#39722 closed
Aug 10, 2021 -
Include Sparkplug compiler
#38855 closed
Aug 9, 2021 -
use lld to build Node.js sources
#37511 closed
Aug 9, 2021 -
Select another version dropdown bug
#30969 closed
Aug 9, 2021 -
Needs better error message, stack trace or some console warning
#37659 closed
Aug 9, 2021 -
nodejs halt when testing a REExpr
#14984 closed
Aug 9, 2021 -
Is Node viable in its current way of development and maintenance?
#37342 closed
Aug 9, 2021 -
Why did Node 12 increase memory compared to node 8, with the same sample code?
#37280 closed
Aug 9, 2021 -
Double slashes in Windows "c:\Program Files\nodejs\\*" process strings
#39010 closed
Aug 9, 2021 -
Assertion failed: new_time >= loop->time, file c:\ws\deps\uv\src\win\core.c, line 309
#39609 closed
Aug 9, 2021 -
make test-only and make test giving errors after fresh install
#36342 closed
Aug 9, 2021 -
[dns] - resolveTxt ttl flag
#39528 closed
Aug 8, 2021 -
DNS requests do not timeout
#39562 closed
Aug 8, 2021 -
doc:
#39700 closed
Aug 8, 2021 -
doc:
#39698 closed
Aug 8, 2021 -
doc: additions in contributing.md
#39668 closed
Aug 7, 2021 -
Where the optimizations of IR can be founded on node
#39692 closed
Aug 7, 2021 -
Future work for source-map functionality
#29865 closed
Aug 6, 2021 -
Make DOMException globally available
#39098 closed
Aug 6, 2021 -
Invalid header value check
#39684 closed
Aug 6, 2021
20 Issues opened by 19 people
-
Non readable stream should throw when errored while not readable
#39756 opened
Aug 13, 2021 -
Policy should not use `crypto` module
#39749 opened
Aug 12, 2021 -
Access to header values as raw `Buffer`s
#39748 opened
Aug 12, 2021 -
v14.17.5 fails to build if configured with --shared-cares
#39747 opened
Aug 12, 2021 -
`request-ci` fails without error when CI is locked down
#39746 opened
Aug 12, 2021 -
Incorrect hoisting of functions with top level awaits in REPL
#39744 opened
Aug 12, 2021 -
Cross compilation for 32bit on 64bit
#39736 opened
Aug 11, 2021 -
when i change the network , net.socket occur error and out of memory
#39734 opened
Aug 11, 2021 -
can't update url protocol when old protocol include '+'
#39732 opened
Aug 11, 2021 -
RangeError: Maximum call stack size exceeded not showing if console.log present
#39720 opened
Aug 9, 2021 -
Repl crash when SharedArrayBuffers are disabled
#39717 opened
Aug 9, 2021 -
Implement `globalThis.structuredClone`
#39713 opened
Aug 9, 2021 -
`node:` protocol does not URL decode
#39710 opened
Aug 8, 2021 -
Missing ./tools/node_modules/eslint/eslint.js on `make test`?
#39709 opened
Aug 8, 2021 -
SRI should be checked before Unicode conversion
#39707 opened
Aug 8, 2021 -
Install of the v14.17.4-x64 MSI fails
#39699 opened
Aug 8, 2021 -
Support TLS session resumption in accordance with TLS 1.3 specs (using PSK)
#39691 opened
Aug 6, 2021 -
Node.js' repl should support source maps
#39689 opened
Aug 6, 2021 -
test-worker-take-heapsnapshot crash
#39686 opened
Aug 6, 2021
108 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
readline: add Promise-based API
#37947 commented on
Aug 12, 2021 • 27 new comments -
Https imports
#36328 commented on
Aug 12, 2021 • 25 new comments -
build: provide pre-built nodejs/node images or cache
#39672 commented on
Aug 13, 2021 • 18 new comments -
module: support pattern trailers
#39635 commented on
Aug 12, 2021 • 14 new comments -
Assertion `parser->current_buffer_.IsEmpty()' failed
#39671 commented on
Aug 11, 2021 • 12 new comments -
quic: add quic
#38233 commented on
Aug 13, 2021 • 11 new comments -
ReadableStream internal state
#39627 commented on
Aug 11, 2021 • 8 new comments -
Migration of core modules to primordials
#30697 commented on
Aug 13, 2021 • 8 new comments -
stream: deprecate readableFlowing setter
#39644 commented on
Aug 12, 2021 • 8 new comments -
IBM i test failures (`read ECONNRESET`)
#39683 commented on
Aug 7, 2021 • 6 new comments -
Writable does not check if stream has been destroyed during _final and _write
#39030 commented on
Aug 12, 2021 • 6 new comments -
Error if message is bigger than Content-Length
#39133 commented on
Aug 12, 2021 • 5 new comments -
deps: add corepack
#39608 commented on
Aug 8, 2021 • 5 new comments -
fs.stat() and fs.lstat() cannot read the stats of a file with denied permissions on Windows
#35853 commented on
Aug 6, 2021 • 4 new comments -
node 16.5 (or 16.4.x) fails to build with binutils 2.37
#39452 commented on
Aug 9, 2021 • 4 new comments -
Fails to apply daylight savings adjustments to timezone when TZ env variable set to :/etc/localtime
#37271 commented on
Aug 9, 2021 • 4 new comments -
HTTP/3 support
#38478 commented on
Aug 10, 2021 • 4 new comments -
allow set directory for heapsnapshot
#39493 commented on
Aug 6, 2021 • 3 new comments -
Can't Build on Git Bash
#39654 commented on
Aug 8, 2021 • 3 new comments -
Powershell: node executes command in a new cmd session
#39132 commented on
Aug 12, 2021 • 3 new comments -
doc: add possibility to patch static HTML files
#36495 commented on
Aug 7, 2021 • 3 new comments -
test: use error code mapping in place of raw errno
#38675 commented on
Aug 7, 2021 • 3 new comments -
Deprecate `Readable.readableFlowing` setter
#39495 commented on
Aug 6, 2021 • 2 new comments -
raw systemcall in nodejs
#39436 commented on
Aug 8, 2021 • 2 new comments -
Support (de)serialization of Node.js embedder objects in the snapshot
#37476 commented on
Aug 9, 2021 • 2 new comments -
Improve documentation on Dual Module Packages
#34515 commented on
Aug 9, 2021 • 2 new comments -
Update terminal environment variables to detect colors
#27609 commented on
Aug 10, 2021 • 2 new comments -
Taking snapshot crashes Worker thread when taken during bootstrap
#37069 commented on
Aug 12, 2021 • 2 new comments -
Strange Error: undefined is not a function
#39606 commented on
Aug 7, 2021 • 1 new comment -
Node not installing on windows
#39385 commented on
Aug 7, 2021 • 1 new comment -
Emit a warning if process exits with unsettled modules?
#39665 commented on
Aug 7, 2021 • 1 new comment -
[DNS] TLSA records [HTTPS] DANE request
#39569 commented on
Aug 8, 2021 • 1 new comment -
dns: TTL for TXT entries
#39399 commented on
Aug 8, 2021 • 1 new comment -
Add (full) gzip header/fields
#39545 commented on
Aug 9, 2021 • 1 new comment -
Null bytes in url could cause some problems
#39592 commented on
Aug 9, 2021 • 1 new comment -
build fails on systems where libatomic.so is provided by compiler-rt
#39546 commented on
Aug 9, 2021 • 1 new comment -
Intermittent Segfault when enabling async_hook from REPL
#39130 commented on
Aug 9, 2021 • 1 new comment -
nasm installation fails from Chocolatey
#39038 commented on
Aug 9, 2021 • 1 new comment -
Run script from the console with UTF-8 with BOM
#39111 commented on
Aug 9, 2021 • 1 new comment -
--prof hangs, dropping: overflow
#38960 commented on
Aug 9, 2021 • 1 new comment -
asyncLocalStorage returns undefined if the request body is not empty (post, patch ...)
#37207 commented on
Aug 9, 2021 • 1 new comment -
NodeWorker domain pauses on start unless there's an `--require`'d program in NODE_OPTIONS
#38934 commented on
Aug 9, 2021 • 1 new comment -
TLS error closes entire process
#39363 commented on
Aug 9, 2021 • 1 new comment -
Implement window.fetch into core
#19393 commented on
Aug 11, 2021 • 1 new comment -
Verification of client cert checks issuer chain past trusted CA
#29630 commented on
Aug 12, 2021 • 1 new comment -
http2: The http2 server does not quickly close the stream after a frame error if a 'data' event handler is set
#35133 commented on
Aug 12, 2021 • 1 new comment -
Implement createObjectURL/Blob from File API
#16167 commented on
Aug 12, 2021 • 1 new comment -
[doc] Example of self-reference in scoped packages
#37630 commented on
Aug 9, 2021 • 1 new comment -
Canonicalize URLs prior to Policy specifier matching
#37863 commented on
Aug 9, 2021 • 1 new comment -
[v14.x] src: use correct outer Context’s microtask queue
#38787 commented on
Aug 12, 2021 • 1 new comment -
add headers impl
#38986 commented on
Aug 10, 2021 • 1 new comment -
docs: explained what node keyword does in terminal
#39020 commented on
Aug 9, 2021 • 1 new comment -
[v14.x-backport] report: generates report on threads with no isolates
#39515 commented on
Aug 12, 2021 • 1 new comment -
[v14.x-backport] node-api: rtn pending excep on napi_new_instance
#39516 commented on
Aug 12, 2021 • 1 new comment -
compile node with --dest-cpu=x86 on Linux x86_64 got error `recipe for target mksnapshot、node_g failed`
#39646 commented on
Aug 7, 2021 • 0 new comments -
@hapi/hapi broken on master
#39642 commented on
Aug 9, 2021 • 0 new comments -
Correct `node -h` text for `-r, --require` option
#39542 commented on
Aug 9, 2021 • 0 new comments -
Fix PATH under Windows
#39261 commented on
Aug 9, 2021 • 0 new comments -
Cannot get file security
#39177 commented on
Aug 9, 2021 • 0 new comments -
Change in node v14.17.0 broke the mtimeMs comparison for source/target files in gulp-changed
#38981 commented on
Aug 9, 2021 • 0 new comments -
Node process freezes when text is selected in command line
#39027 commented on
Aug 9, 2021 • 0 new comments -
16.1.0 with LTO: yarn 1 does not terminate
#38553 commented on
Aug 9, 2021 • 0 new comments -
Segfault in v8::internal::HeapObject::SizeFromMap(v8::internal::Map)
#38401 commented on
Aug 9, 2021 • 0 new comments -
Calling `worker.terminate()` while http/2 reads on a stream crashes the whole process with FATAL ERROR / SIGABRT
#38418 commented on
Aug 9, 2021 • 0 new comments -
Adding HTML form data handling to core
#38943 commented on
Aug 9, 2021 • 0 new comments -
drop visual studio 2015 support in CI
#37472 commented on
Aug 9, 2021 • 0 new comments -
Support async Blob sources
#37338 commented on
Aug 9, 2021 • 0 new comments -
Segfault compiling Node 14.15.5 from source.
#37296 commented on
Aug 9, 2021 • 0 new comments -
Discussion: private fields and util.inspect
#27404 commented on
Aug 9, 2021 • 0 new comments -
Display process warning stack traces by default
#33349 commented on
Aug 9, 2021 • 0 new comments -
setcap on Node.js prevents processing of NODE_OPTIONS
#37588 commented on
Aug 9, 2021 • 0 new comments -
How to cache wasm module in nodejs, or it's already cached on startup ?
#37565 commented on
Aug 9, 2021 • 0 new comments -
How to build only node.js from source not consuming 10g disk and slow build on windows 10
#37448 commented on
Aug 9, 2021 • 0 new comments -
Modules not correctly resolved when in another subdirectory installed
#37668 commented on
Aug 9, 2021 • 0 new comments -
How can we fix the dynamic-link library (DLL) search order hijacking in Electron Js apps?
#37981 commented on
Aug 9, 2021 • 0 new comments -
hibernate leads to hanging process due to endless wait for write, setTimeout never called again
#38108 commented on
Aug 9, 2021 • 0 new comments -
error thrown in request 'error' event instead of in response 'error' event when response body length is longer than Content-Length
#38479 commented on
Aug 9, 2021 • 0 new comments -
Bug/Feature Request: Better Error for Modules Requiring File Extension
#38484 commented on
Aug 9, 2021 • 0 new comments -
gcc-11 builds with --enable-lto cause test segfaults + runtime errors
#38501 commented on
Aug 9, 2021 • 0 new comments -
Rename Node-API to something less conusing/misleading
#38573 commented on
Aug 9, 2021 • 0 new comments -
Stream finished does not always work with http incoming message
#38657 commented on
Aug 9, 2021 • 0 new comments -
Http2 reverses order of headers starting with ":" prefix
#38797 commented on
Aug 9, 2021 • 0 new comments -
doc: consider documenting allowHalfOpen property
#38989 commented on
Aug 9, 2021 • 0 new comments -
doc: clarify default heap size formula since node 12
#39107 commented on
Aug 9, 2021 • 0 new comments -
doc: mark String decoder as legacy
#39301 commented on
Aug 9, 2021 • 0 new comments -
Use the `node:` protocol in docs examples
#38343 commented on
Aug 9, 2021 • 0 new comments -
doc: advices to use full-icu package is outdated
#36057 commented on
Aug 9, 2021 • 0 new comments -
doc: acknowledge process._getActiveHandles() and process._getActiveRequests()
#36036 commented on
Aug 9, 2021 • 0 new comments -
doc: ClientRequest should extend OutgoingMessage in the docs
#35057 commented on
Aug 9, 2021 • 0 new comments -
doc: esm: explain `* as alias` behaviour with cjs modules
#34949 commented on
Aug 9, 2021 • 0 new comments -
doc: UNABLE_TO_VERIFY_LEAF_SIGNATURE/unable to verify the first certificate error not documented
#33705 commented on
Aug 9, 2021 • 0 new comments -
doc: <integer> is misleading
#33585 commented on
Aug 9, 2021 • 0 new comments -
doc: some methods inherited from Uint8Array are documented but not all
#33557 commented on
Aug 9, 2021 • 0 new comments -
doc: Should `runMain()` and `globalPaths` of module add in doc?
#32643 commented on
Aug 9, 2021 • 0 new comments -
Docs only shows version subset in navigation
#32077 commented on
Aug 9, 2021 • 0 new comments -
doc: Improve docs search engine indexing
#31598 commented on
Aug 9, 2021 • 0 new comments -
suggested updates to the onboarding doc
#30116 commented on
Aug 9, 2021 • 0 new comments -
doc: how to document multiple inheritance
#29368 commented on
Aug 9, 2021 • 0 new comments -
Creating a branch of the Docs using RunKit
#21723 commented on
Aug 9, 2021 • 0 new comments -
[v14.x] deps: cherry-pick 048761a from V8 upstream
#36529 commented on
Aug 12, 2021 • 0 new comments -
doc: add primordials guidelines
#38635 commented on
Aug 12, 2021 • 0 new comments -
doc: use openpgp.org for keyserver examples
#39227 commented on
Aug 9, 2021 • 0 new comments -
doc: anchor link parity between markdown and html-generated docs
#39304 commented on
Aug 12, 2021 • 0 new comments -
doc: update styleguide with additional rules
#39551 commented on
Aug 9, 2021 • 0 new comments -
lib: add the Navigator object
#39581 commented on
Aug 6, 2021 • 0 new comments -
[v12.x] http2: update handling of streams on rst_stream frames
#39659 commented on
Aug 11, 2021 • 0 new comments -
doc: update instructions for cc
#39674 commented on
Aug 12, 2021 • 0 new comments -
deps: upgrade npm to 7.20.5
#39681 commented on
Aug 10, 2021 • 0 new comments