@@ -3405,28 +3405,28 @@ Big thanks to @addaleax who prepared the vast majority of this release.
3405
3405
* **Build**
3406
3406
* The compiler version requirement to build Node with GCC has been raised to
3407
3407
GCC 4.9.4.
3408
- [[`820b011ed6`](https://github.com/nodejs/node/commit/820b011ed6)]
3408
+ [[`820b011ed6`](https://github.com/nodejs/node/commit/820b011ed6)] -
3409
3409
[#13466](https://github.com/nodejs/node/pull/13466)
3410
3410
3411
3411
* **Cluster**
3412
3412
* Users now have more fine-grained control over the inspector port used by
3413
3413
individual cluster workers. Previously, cluster workers were restricted to
3414
3414
incrementing from the master's debug port.
3415
- [[`dfc46e262a`](https://github.com/nodejs/node/commit/dfc46e262a)]
3415
+ [[`dfc46e262a`](https://github.com/nodejs/node/commit/dfc46e262a)] -
3416
3416
[#14140](https://github.com/nodejs/node/pull/14140)
3417
3417
3418
3418
* **DNS**
3419
3419
* The server used for DNS queries can now use a custom port.
3420
- [[`ebe7bb29aa`](https://github.com/nodejs/node/commit/ebe7bb29aa)]
3420
+ [[`ebe7bb29aa`](https://github.com/nodejs/node/commit/ebe7bb29aa)] -
3421
3421
[#13723](https://github.com/nodejs/node/pull/13723)
3422
3422
* Support for `dns.resolveAny()` has been added.
3423
- [[`6e30e2558e`](https://github.com/nodejs/node/commit/6e30e2558e)]
3423
+ [[`6e30e2558e`](https://github.com/nodejs/node/commit/6e30e2558e)] -
3424
3424
[#13137](https://github.com/nodejs/node/pull/13137)
3425
3425
3426
3426
* **npm**
3427
3427
* The `npm` CLI has been updated to version 5.3.0. In particular, it now comes
3428
3428
with the `npx` binary, which is also shipped with Node.
3429
- [[`dc3f6b9ac1`](https://github.com/nodejs/node/commit/dc3f6b9ac1)]
3429
+ [[`dc3f6b9ac1`](https://github.com/nodejs/node/commit/dc3f6b9ac1)] -
3430
3430
[#14235](https://github.com/nodejs/node/pull/14235)
3431
3431
* `npm` Changelogs:
3432
3432
* [v5.0.4](https://github.com/npm/npm/releases/tag/v5.0.4)
@@ -3711,10 +3711,10 @@ This is a security release. All Node.js users should consult the security releas
3711
3711
Two regressions with the `stream` module have been fixed:
3712
3712
* The `finish` event will now always be emitted after the `error` event
3713
3713
if one is emitted:
3714
- [[`0a9e96e86c`](https://github.com/nodejs/node/commit/0a9e96e86c)]
3714
+ [[`0a9e96e86c`](https://github.com/nodejs/node/commit/0a9e96e86c)] -
3715
3715
[#13850](https://github.com/nodejs/node/pull/13850)
3716
3716
* In object mode, readable streams can now use `undefined` again.
3717
- [[`5840138e70`](https://github.com/nodejs/node/commit/5840138e70)]
3717
+ [[`5840138e70`](https://github.com/nodejs/node/commit/5840138e70)] -
3718
3718
[#13760](https://github.com/nodejs/node/pull/13760)
3719
3719
3720
3720
### Commits
@@ -3798,24 +3798,24 @@ Ref: https://github.com/nodejs/node/issues/13667
3798
3798
* `stdout` and `stderr` are now available on the error output of a
3799
3799
failed call to the `util.promisify()`ed version of
3800
3800
`child_process.exec`.
3801
- [[`d66d4fc94c`](https://github.com/nodejs/node/commit/d66d4fc94c)]
3801
+ [[`d66d4fc94c`](https://github.com/nodejs/node/commit/d66d4fc94c)] -
3802
3802
[#13388](https://github.com/nodejs/node/pull/13388)
3803
3803
3804
3804
* **HTTP**
3805
3805
* A regression that broke certain scenarios in which HTTP is used together
3806
3806
with the `cluster` module has been fixed.
3807
- [[`fff8a56d6f`](https://github.com/nodejs/node/commit/fff8a56d6f)]
3807
+ [[`fff8a56d6f`](https://github.com/nodejs/node/commit/fff8a56d6f)] -
3808
3808
[#13578](https://github.com/nodejs/node/pull/13578)
3809
3809
3810
3810
* **HTTPS**
3811
3811
* The `rejectUnauthorized` option now works properly for unix sockets.
3812
- [[`c4cbd99d37`](https://github.com/nodejs/node/commit/c4cbd99d37)]
3812
+ [[`c4cbd99d37`](https://github.com/nodejs/node/commit/c4cbd99d37)] -
3813
3813
[#13505](https://github.com/nodejs/node/pull/13505)
3814
3814
3815
3815
* **Readline**
3816
3816
* A change that broke `npm init` and other code which uses `readline`
3817
3817
multiple times on the same input stream is reverted.
3818
- [[`0df6c0b5f0`](https://github.com/nodejs/node/commit/0df6c0b5f0)]
3818
+ [[`0df6c0b5f0`](https://github.com/nodejs/node/commit/0df6c0b5f0)] -
3819
3819
[#13560](https://github.com/nodejs/node/pull/13560)
3820
3820
3821
3821
### Commits
@@ -3878,30 +3878,30 @@ Ref: https://github.com/nodejs/node/issues/13667
3878
3878
* **Async Hooks**
3879
3879
* When one `Promise` leads to the creation of a new `Promise`, the parent
3880
3880
`Promise` will be identified as the trigger
3881
- [[`135f4e6643`](https://github.com/nodejs/node/commit/135f4e6643)]
3881
+ [[`135f4e6643`](https://github.com/nodejs/node/commit/135f4e6643)] -
3882
3882
[#13367](https://github.com/nodejs/node/pull/13367).
3883
3883
* **Dependencies**
3884
3884
* libuv has been updated to 1.12.0
3885
- [[`968596ec77`](https://github.com/nodejs/node/commit/968596ec77)]
3885
+ [[`968596ec77`](https://github.com/nodejs/node/commit/968596ec77)] -
3886
3886
[#13306](https://github.com/nodejs/node/pull/13306).
3887
3887
* npm has been updated to 5.0.3
3888
- [[`ffa7debd7a`](https://github.com/nodejs/node/commit/ffa7debd7a)]
3888
+ [[`ffa7debd7a`](https://github.com/nodejs/node/commit/ffa7debd7a)] -
3889
3889
[#13487](https://github.com/nodejs/node/pull/13487).
3890
3890
* **File system**
3891
3891
* The `fs.exists()` function now works correctly with `util.promisify()`
3892
- [[`6e0eccd7a1`](https://github.com/nodejs/node/commit/6e0eccd7a1)]
3892
+ [[`6e0eccd7a1`](https://github.com/nodejs/node/commit/6e0eccd7a1)] -
3893
3893
[#13316](https://github.com/nodejs/node/pull/13316).
3894
3894
* fs.Stats times are now also available as numbers
3895
- [[`c756efb25a`](https://github.com/nodejs/node/commit/c756efb25a)]
3895
+ [[`c756efb25a`](https://github.com/nodejs/node/commit/c756efb25a)] -
3896
3896
[#13173](https://github.com/nodejs/node/pull/13173).
3897
3897
* **Inspector**
3898
3898
* It is now possible to bind to a random port using `--inspect=0`
3899
- [[`cc6ec2fb27`](https://github.com/nodejs/node/commit/cc6ec2fb27)]
3899
+ [[`cc6ec2fb27`](https://github.com/nodejs/node/commit/cc6ec2fb27)] -
3900
3900
[#5025](https://github.com/nodejs/node/pull/5025).
3901
3901
* **Zlib**
3902
3902
* A regression in the Zlib module that made it impossible to properly
3903
3903
subclasses `zlib.Deflate` and other Zlib classes has been fixed.
3904
- [[`6aeb555cc4`](https://github.com/nodejs/node/commit/6aeb555cc4)]
3904
+ [[`6aeb555cc4`](https://github.com/nodejs/node/commit/6aeb555cc4)] -
3905
3905
[#13374](https://github.com/nodejs/node/pull/13374).
3906
3906
3907
3907
### Commits
@@ -4037,47 +4037,47 @@ LTS codename `'Carbon'`. Note that the
4037
4037
4038
4038
* **Async Hooks**
4039
4039
* The `async_hooks` module has landed in core
4040
- [[`4a7233c178`](https://github.com/nodejs/node/commit/4a7233c178)]
4040
+ [[`4a7233c178`](https://github.com/nodejs/node/commit/4a7233c178)] -
4041
4041
[#12892](https://github.com/nodejs/node/pull/12892).
4042
4042
4043
4043
* **Buffer**
4044
4044
* Using the `--pending-deprecation` flag will cause Node.js to emit a
4045
4045
deprecation warning when using `new Buffer(num)` or `Buffer(num)`.
4046
- [[`d2d32ea5a2`](https://github.com/nodejs/node/commit/d2d32ea5a2)]
4046
+ [[`d2d32ea5a2`](https://github.com/nodejs/node/commit/d2d32ea5a2)] -
4047
4047
[#11968](https://github.com/nodejs/node/pull/11968).
4048
4048
* `new Buffer(num)` and `Buffer(num)` will zero-fill new `Buffer` instances
4049
- [[`7eb1b4658e`](https://github.com/nodejs/node/commit/7eb1b4658e)]
4049
+ [[`7eb1b4658e`](https://github.com/nodejs/node/commit/7eb1b4658e)] -
4050
4050
[#12141](https://github.com/nodejs/node/pull/12141).
4051
4051
* Many `Buffer` methods now accept `Uint8Array` as input
4052
- [[`beca3244e2`](https://github.com/nodejs/node/commit/beca3244e2)]
4052
+ [[`beca3244e2`](https://github.com/nodejs/node/commit/beca3244e2)] -
4053
4053
[#10236](https://github.com/nodejs/node/pull/10236).
4054
4054
4055
4055
* **Child Process**
4056
4056
* Argument and kill signal validations have been improved
4057
- [[`97a77288ce`](https://github.com/nodejs/node/commit/97a77288ce)]
4057
+ [[`97a77288ce`](https://github.com/nodejs/node/commit/97a77288ce)] -
4058
4058
[#12348](https://github.com/nodejs/node/pull/12348),
4059
- [[`d75fdd96aa`](https://github.com/nodejs/node/commit/d75fdd96aa)]
4059
+ [[`d75fdd96aa`](https://github.com/nodejs/node/commit/d75fdd96aa)] -
4060
4060
[#10423](https://github.com/nodejs/node/pull/10423).
4061
4061
* Child Process methods accept `Uint8Array` as input
4062
- [[`627ecee9ed`](https://github.com/nodejs/node/commit/627ecee9ed)]
4062
+ [[`627ecee9ed`](https://github.com/nodejs/node/commit/627ecee9ed)] -
4063
4063
[#10653](https://github.com/nodejs/node/pull/10653).
4064
4064
4065
4065
* **Console**
4066
4066
* Error events emitted when using `console` methods are now supressed.
4067
- [[`f18e08d820`](https://github.com/nodejs/node/commit/f18e08d820)]
4067
+ [[`f18e08d820`](https://github.com/nodejs/node/commit/f18e08d820)] -
4068
4068
[#9744](https://github.com/nodejs/node/pull/9744).
4069
4069
4070
4070
* **Dependencies**
4071
4071
* The npm client has been updated to 5.0.0
4072
- [[`3c3b36af0f`](https://github.com/nodejs/node/commit/3c3b36af0f)]
4072
+ [[`3c3b36af0f`](https://github.com/nodejs/node/commit/3c3b36af0f)] -
4073
4073
[#12936](https://github.com/nodejs/node/pull/12936).
4074
4074
* V8 has been updated to 5.8 with forward ABI stability to 6.0
4075
- [[`60d1aac8d2`](https://github.com/nodejs/node/commit/60d1aac8d2)]
4075
+ [[`60d1aac8d2`](https://github.com/nodejs/node/commit/60d1aac8d2)] -
4076
4076
[#12784](https://github.com/nodejs/node/pull/12784).
4077
4077
4078
4078
* **Domains**
4079
4079
* Native `Promise` instances are now `Domain` aware
4080
- [[`84dabe8373`](https://github.com/nodejs/node/commit/84dabe8373)]
4080
+ [[`84dabe8373`](https://github.com/nodejs/node/commit/84dabe8373)] -
4081
4081
[#12489](https://github.com/nodejs/node/pull/12489).
4082
4082
4083
4083
* **Errors**
@@ -4087,118 +4087,118 @@ LTS codename `'Carbon'`. Note that the
4087
4087
4088
4088
* **File System**
4089
4089
* The utility class `fs.SyncWriteStream` has been deprecated
4090
- [[`7a55e34ef4`](https://github.com/nodejs/node/commit/7a55e34ef4)]
4090
+ [[`7a55e34ef4`](https://github.com/nodejs/node/commit/7a55e34ef4)] -
4091
4091
[#10467](https://github.com/nodejs/node/pull/10467).
4092
4092
* The deprecated `fs.read()` string interface has been removed
4093
- [[`3c2a9361ff`](https://github.com/nodejs/node/commit/3c2a9361ff)]
4093
+ [[`3c2a9361ff`](https://github.com/nodejs/node/commit/3c2a9361ff)] -
4094
4094
[#9683](https://github.com/nodejs/node/pull/9683).
4095
4095
4096
4096
* **HTTP**
4097
4097
* Improved support for userland implemented Agents
4098
- [[`90403dd1d0`](https://github.com/nodejs/node/commit/90403dd1d0)]
4098
+ [[`90403dd1d0`](https://github.com/nodejs/node/commit/90403dd1d0)] -
4099
4099
[#11567](https://github.com/nodejs/node/pull/11567).
4100
4100
* Outgoing Cookie headers are concatenated into a single string
4101
- [[`d3480776c7`](https://github.com/nodejs/node/commit/d3480776c7)]
4101
+ [[`d3480776c7`](https://github.com/nodejs/node/commit/d3480776c7)] -
4102
4102
[#11259](https://github.com/nodejs/node/pull/11259).
4103
4103
* The `httpResponse.writeHeader()` method has been deprecated
4104
- [[`fb71ba4921`](https://github.com/nodejs/node/commit/fb71ba4921)]
4104
+ [[`fb71ba4921`](https://github.com/nodejs/node/commit/fb71ba4921)] -
4105
4105
[#11355](https://github.com/nodejs/node/pull/11355).
4106
4106
* New methods for accessing HTTP headers have been added to `OutgoingMessage`
4107
- [[`3e6f1032a4`](https://github.com/nodejs/node/commit/3e6f1032a4)]
4107
+ [[`3e6f1032a4`](https://github.com/nodejs/node/commit/3e6f1032a4)] -
4108
4108
[#10805](https://github.com/nodejs/node/pull/10805).
4109
4109
4110
4110
* **Lib**
4111
4111
* All deprecation messages have been assigned static identifiers
4112
- [[`5de3cf099c`](https://github.com/nodejs/node/commit/5de3cf099c)]
4112
+ [[`5de3cf099c`](https://github.com/nodejs/node/commit/5de3cf099c)] -
4113
4113
[#10116](https://github.com/nodejs/node/pull/10116).
4114
4114
* The legacy `linkedlist` module has been removed
4115
- [[`84a23391f6`](https://github.com/nodejs/node/commit/84a23391f6)]
4115
+ [[`84a23391f6`](https://github.com/nodejs/node/commit/84a23391f6)] -
4116
4116
[#12113](https://github.com/nodejs/node/pull/12113).
4117
4117
4118
4118
* **N-API**
4119
4119
* Experimental support for the new N-API API has been added
4120
- [[`56e881d0b0`](https://github.com/nodejs/node/commit/56e881d0b0)]
4120
+ [[`56e881d0b0`](https://github.com/nodejs/node/commit/56e881d0b0)] -
4121
4121
[#11975](https://github.com/nodejs/node/pull/11975).
4122
4122
4123
4123
* **Process**
4124
4124
* Process warning output can be redirected to a file using the
4125
4125
`--redirect-warnings` command-line argument
4126
- [[`03e89b3ff2`](https://github.com/nodejs/node/commit/03e89b3ff2)]
4126
+ [[`03e89b3ff2`](https://github.com/nodejs/node/commit/03e89b3ff2)] -
4127
4127
[#10116](https://github.com/nodejs/node/pull/10116).
4128
4128
* Process warnings may now include additional detail
4129
- [[`dd20e68b0f`](https://github.com/nodejs/node/commit/dd20e68b0f)]
4129
+ [[`dd20e68b0f`](https://github.com/nodejs/node/commit/dd20e68b0f)] -
4130
4130
[#12725](https://github.com/nodejs/node/pull/12725).
4131
4131
4132
4132
* **REPL**
4133
4133
* REPL magic mode has been deprecated
4134
- [[`3f27f02da0`](https://github.com/nodejs/node/commit/3f27f02da0)]
4134
+ [[`3f27f02da0`](https://github.com/nodejs/node/commit/3f27f02da0)] -
4135
4135
[#11599](https://github.com/nodejs/node/pull/11599).
4136
4136
4137
4137
* **Src**
4138
4138
* `NODE_MODULE_VERSION` has been updated to 57
4139
- [[`ec7cbaf266`](https://github.com/nodejs/node/commit/ec7cbaf266)]
4139
+ [[`ec7cbaf266`](https://github.com/nodejs/node/commit/ec7cbaf266)] -
4140
4140
[#12995](https://github.com/nodejs/node/pull/12995).
4141
4141
* Add `--pending-deprecation` command-line argument and
4142
4142
`NODE_PENDING_DEPRECATION` environment variable
4143
- [[`a16b570f8c`](https://github.com/nodejs/node/commit/a16b570f8c)]
4143
+ [[`a16b570f8c`](https://github.com/nodejs/node/commit/a16b570f8c)] -
4144
4144
[#11968](https://github.com/nodejs/node/pull/11968).
4145
4145
* The `--debug` command-line argument has been deprecated. Note that
4146
4146
using `--debug` will enable the *new* Inspector-based debug protocol
4147
4147
as the legacy Debugger protocol previously used by Node.js has been
4148
- removed. [[`010f864426`](https://github.com/nodejs/node/commit/010f864426)]
4148
+ removed. [[`010f864426`](https://github.com/nodejs/node/commit/010f864426)] -
4149
4149
[#12949](https://github.com/nodejs/node/pull/12949).
4150
4150
* Throw when the `-c` and `-e` command-line arguments are used at the same
4151
- time [[`a5f91ab230`](https://github.com/nodejs/node/commit/a5f91ab230)]
4151
+ time [[`a5f91ab230`](https://github.com/nodejs/node/commit/a5f91ab230)] -
4152
4152
[#11689](https://github.com/nodejs/node/pull/11689).
4153
4153
* Throw when the `--use-bundled-ca` and `--use-openssl-ca` command-line
4154
4154
arguments are used at the same time.
4155
- [[`8a7db9d4b5`](https://github.com/nodejs/node/commit/8a7db9d4b5)]
4155
+ [[`8a7db9d4b5`](https://github.com/nodejs/node/commit/8a7db9d4b5)] -
4156
4156
[#12087](https://github.com/nodejs/node/pull/12087).
4157
4157
4158
4158
* **Stream**
4159
4159
* `Stream` now supports `destroy()` and `_destroy()` APIs
4160
- [[`b6e1d22fa6`](https://github.com/nodejs/node/commit/b6e1d22fa6)]
4160
+ [[`b6e1d22fa6`](https://github.com/nodejs/node/commit/b6e1d22fa6)] -
4161
4161
[#12925](https://github.com/nodejs/node/pull/12925).
4162
4162
* `Stream` now supports the `_final()` API
4163
- [[`07c7f198db`](https://github.com/nodejs/node/commit/07c7f198db)]
4163
+ [[`07c7f198db`](https://github.com/nodejs/node/commit/07c7f198db)] -
4164
4164
[#12828](https://github.com/nodejs/node/pull/12828).
4165
4165
4166
4166
* **TLS**
4167
4167
* The `rejectUnauthorized` option now defaults to `true`
4168
- [[`348cc80a3c`](https://github.com/nodejs/node/commit/348cc80a3c)]
4168
+ [[`348cc80a3c`](https://github.com/nodejs/node/commit/348cc80a3c)] -
4169
4169
[#5923](https://github.com/nodejs/node/pull/5923).
4170
4170
* The `tls.createSecurePair()` API now emits a runtime deprecation
4171
- [[`a2ae08999b`](https://github.com/nodejs/node/commit/a2ae08999b)]
4171
+ [[`a2ae08999b`](https://github.com/nodejs/node/commit/a2ae08999b)] -
4172
4172
[#11349](https://github.com/nodejs/node/pull/11349).
4173
4173
* A runtime deprecation will now be emitted when `dhparam` is less than
4174
- 2048 bits [[`d523eb9c40`](https://github.com/nodejs/node/commit/d523eb9c40)]
4174
+ 2048 bits [[`d523eb9c40`](https://github.com/nodejs/node/commit/d523eb9c40)] -
4175
4175
[#11447](https://github.com/nodejs/node/pull/11447).
4176
4176
4177
4177
* **URL**
4178
4178
* The WHATWG URL implementation is now a fully-supported Node.js API
4179
- [[`d080ead0f9`](https://github.com/nodejs/node/commit/d080ead0f9)]
4179
+ [[`d080ead0f9`](https://github.com/nodejs/node/commit/d080ead0f9)] -
4180
4180
[#12710](https://github.com/nodejs/node/pull/12710).
4181
4181
4182
4182
* **Util**
4183
4183
* `Symbol` keys are now displayed by default when using `util.inspect()`
4184
- [[`5bfd13b81e`](https://github.com/nodejs/node/commit/5bfd13b81e)]
4184
+ [[`5bfd13b81e`](https://github.com/nodejs/node/commit/5bfd13b81e)] -
4185
4185
[#9726](https://github.com/nodejs/node/pull/9726).
4186
4186
* `toJSON` errors will be thrown when formatting `%j`
4187
- [[`455e6f1dd8`](https://github.com/nodejs/node/commit/455e6f1dd8)]
4187
+ [[`455e6f1dd8`](https://github.com/nodejs/node/commit/455e6f1dd8)] -
4188
4188
[#11708](https://github.com/nodejs/node/pull/11708).
4189
4189
* Convert `inspect.styles` and `inspect.colors` to prototype-less objects
4190
- [[`aab0d202f8`](https://github.com/nodejs/node/commit/aab0d202f8)]
4190
+ [[`aab0d202f8`](https://github.com/nodejs/node/commit/aab0d202f8)] -
4191
4191
[#11624](https://github.com/nodejs/node/pull/11624).
4192
4192
* The new `util.promisify()` API has been added
4193
- [[`99da8e8e02`](https://github.com/nodejs/node/commit/99da8e8e02)]
4193
+ [[`99da8e8e02`](https://github.com/nodejs/node/commit/99da8e8e02)] -
4194
4194
[#12442](https://github.com/nodejs/node/pull/12442).
4195
4195
4196
4196
* **Zlib**
4197
4197
* Support `Uint8Array` in Zlib convenience methods
4198
- [[`91383e47fd`](https://github.com/nodejs/node/commit/91383e47fd)]
4198
+ [[`91383e47fd`](https://github.com/nodejs/node/commit/91383e47fd)] -
4199
4199
[#12001](https://github.com/nodejs/node/pull/12001).
4200
4200
* Zlib errors now use `RangeError` and `TypeError` consistently
4201
- [[`b514bd231e`](https://github.com/nodejs/node/commit/b514bd231e)]
4201
+ [[`b514bd231e`](https://github.com/nodejs/node/commit/b514bd231e)] -
4202
4202
[#11391](https://github.com/nodejs/node/pull/11391).
4203
4203
4204
4204
### Commits
0 commit comments