Skip to content

Instantly share code, notes, and snippets.

@richardlau
Last active July 22, 2021 15:44
Show Gist options
  • Save richardlau/6c5ff99e4edd9284d59d12af544fef9a to your computer and use it in GitHub Desktop.
Save richardlau/6c5ff99e4edd9284d59d12af544fef9a to your computer and use it in GitHub Desktop.
npx branch-diff v14.x-staging v16.4.2 --exclude-label=semver-major,semver-minor,dont-land-on-v14.x,backport-requested-v14.x,backport-blocked-v14.x,backported-to-v14.x,backport-open-v14.x --filter-release --format=simple

  • [5f51729014] - bootstrap: move event loop handle checking into snapshot builder (Joyee Cheung) nodejs/node#39007
  • [9d100aa269] - bootstrap: split NodeMainInstance::Run() (Joyee Cheung) nodejs/node#39007
  • [1afff98805] - doc: fix typos (bl-ue) nodejs/node#39049
  • [1e8bdab581] - debugger: use ERR_DEBUGGER_STARTUP_ERROR in _inspect.js (Rich Trott) nodejs/node#39024
  • [3d7892ef39] - errors: add ERR_DEBUGGER_STARTUP_ERROR (Rich Trott) nodejs/node#39024
  • [b43cb69fbb] - debugger: use error codes in debugger REPL (Rich Trott) nodejs/node#39024
  • [dc9218136b] - debugger: use ERR_DEBUGGER_ERROR in debugger client (Rich Trott) nodejs/node#39024
  • [631856ea32] - errors: add ERR_DEBUGGER_ERROR (Rich Trott) nodejs/node#39024
  • [cf9d686c35] - crypto: fix aes crash when tag length too small (Khaidi Chu) nodejs/node#38914
  • [c20e28e1a0] - stream: fix pipeline pump (Robert Nagy) nodejs/node#39006
  • [4c6193fea1] - report: generates report on threads with no isolates (legendecas) nodejs/node#38994
  • [4174f139b6] - net: use missing validator (Voltrex) nodejs/node#38984
  • [ded83350a0] - lib: make primordials Promise methods safe (Antoine du Hamel) nodejs/node#38650
  • [864fe9910b] - deps: make V8 9.1 abi-compatible with 9.0 (Michaël Zasso) nodejs/node#38991
  • [f7724ab342] - node-api: avoid crashing on passed-in null string (Gabriel Schulhof) nodejs/node#38923
  • [8c7b2bab5f] - doc,fs: remove experimental status for WHATWG URL as path (Antoine du Hamel) nodejs/node#38870
  • [405b50cdba] - doc: use await in filehandle.truncate() snippet (RA80533) nodejs/node#38939
  • [9bf9ddb490] - tools: refactor snapshot builder (Joyee Cheung) nodejs/node#38902
  • [711916a271] - debugger: remove unnecessary boilerplate copyright comment (Rich Trott) nodejs/node#38952
  • [08b2a4a138] - src,test: raise error for --enable-fips when no FIPS (Daniel Bevenius) nodejs/node#38859
  • [1799ea36f0] - crypto: use compatible version of EVP_CIPHER_name (Shelley Vohr) nodejs/node#38925
  • [9ba5518f08] - src: skip test_fatal/test_threads for Debug builds (Daniel Bevenius) nodejs/node#38805
  • [0f65e41442] - debugger: reduce scope of eslint disable comment (Rich Trott) nodejs/node#38946
  • [6d5dc63ae4] - crypto: fix label cast in EVP_PKEY_CTX_set0_rsa_oaep_label (Shelley Vohr) nodejs/node#38926
  • [6e93c17bf5] - crypto: use EVP_get_cipherbynid directly (Shelley Vohr) nodejs/node#38901
  • [74f5e30d69] - node-api: rtn pending excep on napi_new_instance (legendecas) nodejs/node#38798
  • [5203c9ced7] - build: fast-track npm PRs and dont-land them on LTS (Michaël Zasso) nodejs/node#38885
  • [379b5f79a9] - tls: tweak clientCertEngine argument parsing (Shelley Vohr) nodejs/node#38900
  • [3481b02e77] - doc: mark Node.js v15.x as EOL (Antoine du Hamel) nodejs/node#38891
  • [7de57d4d33] - build: dont-land gyp-next PRs on LTS branches (Michaël Zasso) nodejs/node#38887
  • [17a9846920] - doc: fix .mjs syntax in crypto.md (himself65) nodejs/node#38882
  • [82c293959e] - crypto: add missing rand.h include (Shelley Vohr) nodejs/node#38864
  • [4884991a12] - lib: include url in bootstrap snapshot and remove unnecessary lazy-loads (Joyee Cheung) nodejs/node#38826
  • [eb7c932a6d] - debugger: revise async iterator usage to comply with lint rules (Rich Trott) nodejs/node#38847
  • [48ebebd2a8] - test: remove unnecessary --pending-deprecation flag (Antoine du Hamel) nodejs/node#38819
  • [ee1056da60] - debugger: wait for V8 debugger to be enabled (Michaël Zasso) nodejs/node#38811
  • [e91d14c57c] - test: simplify test-path-resolve.js (himself65) nodejs/node#38671
  • [7d3a8cb854] - lib: remove unnecessary lazy loads (Joyee Cheung) nodejs/node#38737
  • [5d9442a024] - lib: load internal/fs/watchers and internal/fs/read_file_context early (Joyee Cheung) nodejs/node#38737
  • [a1b0e64187] - src: support fs_event_wrap binding in the snapshot (Joyee Cheung) nodejs/node#38737
  • [36d4a4331d] - src: remove redundant v8 namespaces in env.cc (Juan José Arboleda) nodejs/node#38792
  • [0c063a1258] - doc,url: clarify domainTo* when built without ICU (Darshan Sen) nodejs/node#38789
  • [ab44106555] - tools: use PrintCaughtException in the snapshot builder (Joyee Cheung) nodejs/node#38745
  • [9054d25acc] - stream: add a non-destroying iterator to Readable (Nitzan Uziely) nodejs/node#38526
  • [a2da9e254c] - worker: use rwlock for sibling group (Anna Henningsen) nodejs/node#38783
  • [3e6b3b22c5] - src: use SPrintF in ProcessEmitWarning (Darshan Sen) nodejs/node#38758
  • [c7a58578dc] - test: set locale for datetime-change-notify test (ZiJian Liu) nodejs/node#38741
  • [3741595289] - src: set CONF_MFLAGS_DEFAULT_SECTION for OpenSSL 3 (Daniel Bevenius) nodejs/node#38732
  • [7773d58f1a] - url: exit early when : delimiter is seen in hostname (Timothy Gu) nodejs/node#38742
  • [695e982a42] - test: improve coverage of lib/fs.js (Rongjian Zhang) nodejs/node#38604
  • [2054efa02c] - events: refactor to use primordials in lib/events (Akhil Marsonya) nodejs/node#38117
  • [15aaf14690] - deps: update llhttp to 6.0.2 (Fedor Indutny) nodejs/node#38665
  • [f5dd85bbe6] - src: remove more extra semis from member fns (Shelley Vohr) nodejs/node#38744
  • [4131f94ca8] - stream: allow empty string as source of pipeline (Qingyu Deng) nodejs/node#38723
  • [a98d631905] - bootstrap: include vm and contextify binding into the snapshot (Joyee Cheung) nodejs/node#38677
  • [2268d1cf4c] - lib: refactor to reuse validators (Rongjian Zhang) nodejs/node#38608
  • [f91509ba85] - doc: remove experimental from --enable-source-maps (Colin Ihrig) nodejs/node#37540
  • [bf2f2b74fa] - vm: add importModuleDynamically option to compileFunction (Gus Caplan) nodejs/node#35431
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment