Skip to content

Commit d955896

Browse files
committed
2026-05-20, Version 26.2.0 (Current)
Notable changes: doc: * mark `stream.compose` stable (Matteo Collina) #62562 fs: * (SEMVER-MINOR) add `Temporal.Instant` support to `Stats` and `BigIntStats` (Livia Medeiros) #60789 http: * (SEMVER-MINOR) add `writeInformation` to send arbitrary 1xx status codes (Tim Perry) #63155 PR-URL: #63440
1 parent 59e8484 commit d955896

13 files changed

Lines changed: 217 additions & 88 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ release.
4242
</tr>
4343
<tr>
4444
<td valign="top">
45-
<b><a href="doc/changelogs/CHANGELOG_V26.md#26.1.0">26.1.0</a></b><br/>
45+
<b><a href="doc/changelogs/CHANGELOG_V26.md#26.2.0">26.2.0</a></b><br/>
46+
<a href="doc/changelogs/CHANGELOG_V26.md#26.1.0">26.1.0</a><br/>
4647
<a href="doc/changelogs/CHANGELOG_V26.md#26.0.0">26.0.0</a><br/>
4748
</td>
4849
<td valign="top">

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ This feature requires `--allow-worker` if used with the [Permission Model][].
14161416
### `--experimental-test-tag-filter=<tag>`
14171417

14181418
<!-- YAML
1419-
added: REPLACEME
1419+
added: v26.2.0
14201420
-->
14211421

14221422
> Stability: 1.0 - Early development

doc/api/debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ debug>
236236
added:
237237
- v26.1.0
238238
changes:
239-
- version: REPLACEME
239+
- version: v26.2.0
240240
pr-url: https://github.com/nodejs/node/pull/63286
241241
description: JSON report schema bumped to v2. Probe `target` is now
242242
`{ suffix, line, column? }` instead of an array. Each "hit" event carries a

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4562,7 +4562,7 @@ removed in a future version of Node.js.
45624562
45634563
<!-- YAML
45644564
changes:
4565-
- version: REPLACEME
4565+
- version: v26.2.0
45664566
pr-url: https://github.com/nodejs/node/pull/63121
45674567
description: Documentation-only deprecation.
45684568
-->

doc/api/errors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2470,7 +2470,7 @@ compiled with ICU support.
24702470
### `ERR_NO_TEMPORAL`
24712471

24722472
<!-- YAML
2473-
added: REPLACEME
2473+
added: v26.2.0
24742474
-->
24752475

24762476
An attempt was made to use features that require [`Temporal`][], but Node.js was not
@@ -2668,7 +2668,7 @@ Opening a QUIC stream failed.
26682668
### `ERR_QUIC_STREAM_ABORTED`
26692669

26702670
<!-- YAML
2671-
added: REPLACEME
2671+
added: v26.2.0
26722672
-->
26732673

26742674
> Stability: 1 - Experimental
@@ -2681,7 +2681,7 @@ or session with an explicit application or transport error code.
26812681
### `ERR_QUIC_STREAM_RESET`
26822682

26832683
<!-- YAML
2684-
added: REPLACEME
2684+
added: v26.2.0
26852685
-->
26862686

26872687
> Stability: 1 - Experimental

doc/api/fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7533,7 +7533,7 @@ i.e. before the `'ready'` event is emitted.
75337533
<!-- YAML
75347534
added: v0.1.21
75357535
changes:
7536-
- version: REPLACEME
7536+
- version: v26.2.0
75377537
pr-url: https://github.com/nodejs/node/pull/60789
75387538
description: Added `Temporal.Instant` support.
75397539
- version:

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2703,7 +2703,7 @@ will result in a [`TypeError`][] being thrown.
27032703
### `response.writeInformation(statusCode[, headers][, callback])`
27042704

27052705
<!-- YAML
2706-
added: REPLACEME
2706+
added: v26.2.0
27072707
-->
27082708

27092709
* `statusCode` {number} An HTTP 1xx informational status code, between `100`

doc/api/http2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4851,7 +4851,7 @@ response.writeEarlyHints({
48514851
#### `response.writeInformation(statusCode[, headers])`
48524852

48534853
<!-- YAML
4854-
added: REPLACEME
4854+
added: v26.2.0
48554855
-->
48564856

48574857
* `statusCode` {number} An HTTP 1xx informational status code, between `100`

doc/api/n-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2784,7 +2784,7 @@ Language Specification.
27842784
added: v8.0.0
27852785
napiVersion: 1
27862786
changes:
2787-
- version: REPLACEME
2787+
- version: v26.2.0
27882788
pr-url: https://github.com/nodejs/node/pull/62710
27892789
description: Added support for `SharedArrayBuffer`.
27902790
-->

0 commit comments

Comments
 (0)