node icon indicating copy to clipboard operation
node copied to clipboard

v22.8.0 proposal

Open RafaelGSS opened this issue 6 months ago • 8 comments

2024-08-26, Version 22.8.0 (Current), @RafaelGSS

Notable Changes

  • [94eb81a739] - (SEMVER-MINOR) net: exclude ipv6 loopback addresses from server.listen (Giovanni Bucci) #54264
  • [421f563914] - (SEMVER-MINOR) test_runner: add support for coverage thresholds (Aviv Keller) #54429
  • [33fca53329] - (SEMVER-MINOR) test_runner: support running tests in process (Colin Ihrig) #53927
  • [858b583c88] - (SEMVER-MINOR) test_runner: defer inheriting hooks until run() (Colin Ihrig) #53927

Commits

  • [a3f4e562f5] - build: don't clean obj.target directory if it doesn't exist (Joyee Cheung) #54337
  • [89af95cbb2] - build: update required python version to 3.8 (Aviv Keller) #54358
  • [3561e38671] - deps: update amaro to 0.1.7 (Node.js GitHub Bot) #54473
  • [1efc251ded] - deps: update undici to 6.19.8 (Node.js GitHub Bot) #54456
  • [a1ff098db9] - deps: sqlite: fix Windows compilation (Colin Ihrig) #54433
  • [dd034eaeea] - deps: update sqlite to 3.46.1 (Node.js GitHub Bot) #54433
  • [fe4a92a66c] - doc: update websocket flag description to reflect stable API status (Yelim Koo) #54482
  • [0f2b7ec0d4] - doc: fix capitalization in module.md (shallow-beach) #54488
  • [25419915c7] - doc: add esm examples to node:https (Alfredo González) #54399
  • [83b5efeb54] - doc: reserve ABI 130 for Electron 33 (Calvin) #54383
  • [6ccbd32ae8] - doc, meta: add missing , to BUILDING.md (Aviv Keller) #54409
  • [f7b7429deb] - fs: refactor handleTimestampsAndMode to remove redundant call (HEESEUNG) #54369
  • [221bfa6b21] - meta: remind users to use a supported version in bug reports (Aviv Keller) #54481
  • [f2a8d17124] - meta: add more labels to dep-updaters (Aviv Keller) #54454
  • [c4996c189f] - meta: run coverage-windows when vcbuild.bat updated (Aviv Keller) #54412
  • [336496b90e] - module: add sourceURL magic comment hinting generated source (Chengzhong Wu) #54402
  • [94eb81a739] - (SEMVER-MINOR) net: exclude ipv6 loopback addresses from server.listen (Giovanni Bucci) #54264
  • [88d789aca4] - src: use correct way to signal interceptor error (Michaël Zasso) #54418
  • [2285902d55] - src: remove cached data tag from snapshot metadata (Joyee Cheung) #54122
  • [3a74c400d5] - src: improve buffer.transcode performance (Yagiz Nizipli) #54153
  • [909c5320fd] - src: move more crypto code to ncrypto (James M Snell) #54320
  • [9bf1e85c12] - stream: change stream to use index instead of for...of (Wiyeong Seo) #54474
  • [b1075c2991] - test: fix improper path to URL conversion (Antoine du Hamel) #54509
  • [a0f44a85bf] - test: add tests for runner coverage with different stdout column widths (Pietro Marchini) #54494
  • [6a669cd5ec] - test: prevent V8 from writing into the system's tmpdir (Michaël Zasso) #54395
  • [421f563914] - (SEMVER-MINOR) test_runner: add support for coverage thresholds (Aviv Keller) #54429
  • [eb0fe1993f] - test_runner: refactor mock_loader (Antoine du Hamel) #54223
  • [33fca53329] - (SEMVER-MINOR) test_runner: support running tests in process (Colin Ihrig) #53927
  • [858b583c88] - (SEMVER-MINOR) test_runner: defer inheriting hooks until run() (Colin Ihrig) #53927
  • [45b0250692] - test_runner: account for newline in source maps (Colin Ihrig) #54444
  • [1c29e74d30] - test_runner: make mock.module's specifier consistent with import() (Antoine du Hamel) #54416
  • [cbe30a02a3] - test_runner: finish build phase before running tests (Colin Ihrig) #54423
  • [23d05b2207] - tools: add swc license (Marco Ippolito) #54462
  • [06a0c915f4] - typings: provide internal types for wasi bindings (Andrew Moon) #54119

RafaelGSS avatar Aug 25 '24 21:08 RafaelGSS