Skip to content

Commit a24bd27

Browse files
committed
2026-08-03, Version 26.6.0 (Current)
Notable changes: doc: * add MikeMcC399 as collaborator (Mike McCready) #64656 ffi: * (SEMVER-MINOR) add `getCurrentEventLoop` (Paolo Insogna) #64323 test_runner: * (SEMVER-MINOR) add `context.log()` and `test:log` event (Moshe Atlow) #64389 * (SEMVER-MINOR) report `entryFile` in `TestStream` events (Moshe Atlow) #64309 PR-URL: #64655
1 parent 401ea64 commit a24bd27

8 files changed

Lines changed: 177 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ release.
4141
</tr>
4242
<tr>
4343
<td valign="top">
44-
<b><a href="doc/changelogs/CHANGELOG_V26.md#26.5.1">26.5.1</a></b><br/>
44+
<b><a href="doc/changelogs/CHANGELOG_V26.md#26.6.0">26.6.0</a></b><br/>
45+
<a href="doc/changelogs/CHANGELOG_V26.md#26.5.1">26.5.1</a><br/>
4546
<a href="doc/changelogs/CHANGELOG_V26.md#26.5.0">26.5.0</a><br/>
4647
<a href="doc/changelogs/CHANGELOG_V26.md#26.4.0">26.4.0</a><br/>
4748
<a href="doc/changelogs/CHANGELOG_V26.md#26.3.1">26.3.1</a><br/>

doc/api/debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ added:
237237
- v26.1.0
238238
- v24.16.0
239239
changes:
240-
- version: REPLACEME
240+
- version: v26.6.0
241241
pr-url: https://github.com/nodejs/node/pull/64328
242242
description: Add per-probe `--cond <expr>` option to only record a hit when the
243243
condition is truthy at the probe location.

doc/api/ffi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ Using stale pointers can cause memory corruption or process crashes.
726726
## `ffi.getCurrentEventLoop()`
727727

728728
<!-- YAML
729-
added: REPLACEME
729+
added: v26.6.0
730730
-->
731731

732732
* Returns: {bigint}

doc/api/http2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ registered as a listener on the `'timeout'` event.
723723
<!-- YAML
724724
added: v8.4.0
725725
changes:
726-
- version: REPLACEME
726+
- version: v26.6.0
727727
pr-url: https://github.com/nodejs/node/pull/64427
728728
description: Calling `destroy` no longer throws and instead destroys the
729729
`Http2Session`.

doc/api/quic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ what this endpoint advertises to the peer as its own maximum.
14281428
### `session.servername`
14291429

14301430
<!-- YAML
1431-
added: REPLACEME
1431+
added: v26.6.0
14321432
-->
14331433

14341434
* Type: {string|boolean|null}
@@ -1441,7 +1441,7 @@ had no SNI.
14411441
### `session.alpnProtocol`
14421442

14431443
<!-- YAML
1444-
added: REPLACEME
1444+
added: v26.6.0
14451445
-->
14461446

14471447
* Type: {string|null}
@@ -2952,7 +2952,7 @@ certificates are specified per-identity in the [`sessionOptions.sni`][] map.
29522952
#### `sessionOptions.certificateCompression`
29532953

29542954
<!-- YAML
2955-
added: REPLACEME
2955+
added: v26.6.0
29562956
-->
29572957

29582958
* Type: {string\[]} One or more of `'zlib'`, `'brotli'`, or `'zstd'`, in

doc/api/test.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3452,7 +3452,7 @@ added:
34523452
- v18.9.0
34533453
- v16.19.0
34543454
changes:
3455-
- version: REPLACEME
3455+
- version: v26.6.0
34563456
pr-url: https://github.com/nodejs/node/pull/64309
34573457
description: Added `entryFile` to events forwarded from child processes
34583458
when tests run with process isolation.
@@ -3768,7 +3768,7 @@ since the parent runner only knows about file-level tests. When using
37683768
### Event: `'test:log'`
37693769

37703770
<!-- YAML
3771-
added: REPLACEME
3771+
added: v26.6.0
37723772
-->
37733773

37743774
* `data` {Object}
@@ -4326,7 +4326,7 @@ test('top level test', (t) => {
43264326
### `context.log(message[, data])`
43274327

43284328
<!-- YAML
4329-
added: REPLACEME
4329+
added: v26.6.0
43304330
-->
43314331

43324332
* `message` {string} Message to be reported.
@@ -4842,7 +4842,7 @@ test.describe('my suite', (suite) => {
48424842
### `context.log(message[, data])`
48434843

48444844
<!-- YAML
4845-
added: REPLACEME
4845+
added: v26.6.0
48464846
-->
48474847

48484848
* `message` {string} Message to be reported.

doc/api/webcrypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2273,7 +2273,7 @@ added:
22732273
- v25.9.0
22742274
- v24.18.0
22752275
changes:
2276-
- version: REPLACEME
2276+
- version: v26.6.0
22772277
pr-url: https://github.com/nodejs/node/pull/64557
22782278
description: Limit customization to 512 bytes.
22792279
-->

doc/changelogs/CHANGELOG_V26.md

Lines changed: 164 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)