Skip to content

Commit

Permalink
2019-12-17, Version 13.4.0 (Current)
Browse files Browse the repository at this point in the history
Notable Change:

Coming Soon
  • Loading branch information
MylesBorins committed Dec 13, 2019
1 parent b3ae532 commit d6fcb10
Show file tree
Hide file tree
Showing 11 changed files with 145 additions and 17 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -30,7 +30,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V13.md#13.3.0">13.3.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V13.md#13.4.0">13.4.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V13.md#13.3.0">13.3.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V13.md#13.2.0">13.2.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V13.md#13.1.0">13.1.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V13.md#13.0.1">13.0.1</a><br/>
Expand Down
4 changes: 2 additions & 2 deletions doc/api/cli.md
Expand Up @@ -211,7 +211,7 @@ itself.

### `--experimental-specifier-resolution=mode`
<!-- YAML
added: REPLACEME
added: v13.4.0
-->

Sets the resolution algorithm for resolving ES module specifiers. Valid options
Expand Down Expand Up @@ -421,7 +421,7 @@ Specify the `module` of a custom [experimental ECMAScript Module loader][].

### `--insecure-http-parser`
<!-- YAML
added: REPLACEME
added: v13.4.0
-->

Use an insecure HTTP parser that accepts invalid HTTP headers. This may allow
Expand Down
2 changes: 1 addition & 1 deletion doc/api/deprecations.md
Expand Up @@ -2552,7 +2552,7 @@ and [`fs.createReadStream()`][]) or by passing a file descriptor in options.
### DEP0136: http finished
<!-- YAML
changes:
- version: REPLACEME
- version: v13.4.0
pr-url: https://github.com/nodejs/node/pull/28679
description: Documentation-only deprecation.
-->
Expand Down
8 changes: 4 additions & 4 deletions doc/api/events.md
Expand Up @@ -212,7 +212,7 @@ recommendation is to **not use `async` functions as `'error'` event handlers**.
<!-- YAML
added: v0.1.26
changes:
- version: REPLACEME
- version: v13.4.0
pr-url: https://github.com/nodejs/node/pull/27867
description: Added captureRejections option.
-->
Expand Down Expand Up @@ -759,7 +759,7 @@ emitter.emit('log');

### emitter\[Symbol.for('nodejs.rejection')\](err, eventName\[, ...args\])
<!-- YAML
added: REPLACEME
added: v13.4.0
-->

> Stability: 1 - captureRejections is experimental.
Expand Down Expand Up @@ -841,7 +841,7 @@ run();

## events.captureRejections
<!-- YAML
added: REPLACEME
added: v13.4.0
-->

> Stability: 1 - captureRejections is experimental.
Expand All @@ -852,7 +852,7 @@ Change the default `captureRejections` option on all new `EventEmitter` objects.

## events.captureRejectionSymbol
<!-- YAML
added: REPLACEME
added: v13.4.0
-->

> Stability: 1 - captureRejections is experimental.
Expand Down
4 changes: 2 additions & 2 deletions doc/api/http.md
Expand Up @@ -623,7 +623,7 @@ is finished.
### request.finished
<!-- YAML
added: v0.0.1
deprecated: REPLACEME
deprecated: v13.4.0
-->

> Stability: 0 - Deprecated. Use [`request.writableEnded`][].
Expand Down Expand Up @@ -1308,7 +1308,7 @@ is finished.
### response.finished
<!-- YAML
added: v0.0.2
deprecated: REPLACEME
deprecated: v13.4.0
-->

> Stability: 0 - Deprecated. Use [`response.writableEnded`][].
Expand Down
2 changes: 1 addition & 1 deletion doc/api/http2.md
Expand Up @@ -3075,7 +3075,7 @@ is finished.
#### response.finished
<!-- YAML
added: v8.4.0
deprecated: REPLACEME
deprecated: v13.4.0
-->

> Stability: 0 - Deprecated. Use [`response.writableEnded`][].
Expand Down
2 changes: 1 addition & 1 deletion doc/api/repl.md
Expand Up @@ -510,7 +510,7 @@ with REPL instances programmatically.
<!-- YAML
added: v0.1.91
changes:
- version: REPLACEME
- version: v13.4.0
pr-url: https://github.com/nodejs/node/pull/30811
description: The `preview` option is now available.
- version: v12.0.0
Expand Down
2 changes: 1 addition & 1 deletion doc/api/tls.md
Expand Up @@ -827,7 +827,7 @@ changes:
pr-url: https://github.com/nodejs/node/pull/26625
description: Return the minimum cipher version, instead of a fixed string
(`'TLSv1/SSLv3'`).
- version: REPLACEME
- version: v13.4.0
pr-url: https://github.com/nodejs/node/pull/30637
description: Return the IETF cipher name as `standardName`.
-->
Expand Down
2 changes: 1 addition & 1 deletion doc/api/worker_threads.md
Expand Up @@ -510,7 +510,7 @@ changes:
- version: v13.2.0
pr-url: https://github.com/nodejs/node/pull/26628
description: The `resourceLimits` option was introduced.
- version: REPLACEME
- version: v13.4.0
pr-url: https://github.com/nodejs/node/pull/30559
description: The `argv` option was introduced.
-->
Expand Down
127 changes: 127 additions & 0 deletions doc/changelogs/CHANGELOG_V13.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/node_version.h
Expand Up @@ -23,13 +23,13 @@
#define SRC_NODE_VERSION_H_

#define NODE_MAJOR_VERSION 13
#define NODE_MINOR_VERSION 3
#define NODE_PATCH_VERSION 1
#define NODE_MINOR_VERSION 4
#define NODE_PATCH_VERSION 0

#define NODE_VERSION_IS_LTS 0
#define NODE_VERSION_LTS_CODENAME ""

#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit d6fcb10

Please sign in to comment.