주요 변경 사항
- child_process:
send()
에 옵션 파라미터가 추가됐습니다. (cjihrig) #5283- 현재 지원하는 옵션은
keepOpen
뿐인데, 이 옵션이 설정되어 있으면 메시지가 전송된 후에도 기본 소켓을 열어둔 채로 유지합니다.
- 현재 지원하는 옵션은
- constants: 이제
ENGINE_METHOD_RSA
가 올바르게 노출됩니다. (Sam Roberts) #5463 - v5.7.0에서 재발했던 문제 두 가지를 수정했습니다.
- repl: 이제
start()
에 options 파라미터가 필요하지 않습니다. (cjihrig) #5388 - util:
format()
의 성능이 50%에서 300%까지 개선되었습니다. (Evan Lucas) #5360
Commits
- [
12ca84fc7f
] - benchmark: add util.format benchmark (Evan Lucas) #5360 - [
b955d02266
] - benchmark: fix lint errors (Rich Trott) #5517 - [
2abf866b6e
] - build: update Node.js logo on Win installer (Robert Jefe Lindstaedt) #5531 - [
86900f8f2b
] - build: correctly detect clang version (Stefan Budeanu) #5553 - [
a3017992e4
] - (SEMVER-MINOR) child_process: add keepOpen option to send() (cjihrig) #5283 - [
6d4887ccc2
] - (SEMVER-MINOR) child_process: support options in send() (cjihrig) #5283 - [
9db827c7aa
] - (SEMVER-MINOR) constants: define ENGINE_METHOD_RSA (Sam Roberts) #5463 - [
85013456cd
] - deps: upgrade to npm 3.7.3 (Kat Marchán) #5369 - [
67e9f65958
] - dgram: default send address to 127.0.0.1 or ::1 (Matteo Collina) #5493 - [
3c92352c8c
] - doc: document directories in test directory (Michael Barrett) #5557 - [
7be726f86a
] - doc: add info to docs on how to submit docs patch (Sequoia McDowell) #4591 - [
eb5a95e04a
] - doc: fix typo in fs.symlink (Michaël Zasso) #5560 - [
9ad901ef44
] - doc: improve unhandledException doc copy (James M Snell) #5287 - [
3bd96fdb0f
] - doc: update link green to match homepage (silverwind) #5548 - [
cb7e4fbac9
] - doc: update V8 URL (Craig Akimoto) #5530 - [
b54a26fa61
] - (SEMVER-MINOR) doc: correct name of engine methods (Sam Roberts) #5463 - [
f3971f5817
] - path: fix normalize for absolutes (Evan Lucas) #5589 - [
e572e421b4
] - (SEMVER-MINOR) repl: accept no arguments to start() (cjihrig) #5388 - [
5e6d706758
] - src,http: fix uncaughtException miss in http (Trevor Norris) #5591 - [
9dc94d7b09
] - test: add test-npm-install to parallel tests suite (Myles Borins) #5166 - [
4f20f31b3e
] - test: remove broken debugger scenarios (Rich Trott) #5532 - [
29e26b38c5
] - test: bug repro for vm function redefinition (cjihrig) #5528 - [
e6210d5f50
] - test: prevent flakey test on pi2 (Trevor Norris) #5537 - [
40b36baa2f
] - test: check memoryUsage properties (Wyatt Preul) #5546 - [
048c0f4738
] - tools: reduce verbosity of cpplint (Sakthipriyan Vairamani) #5578 - [
7965c897e0
] - tools: enable no-self-assign ESLint rule (Rich Trott) #5552 - [
5aa17dc136
] - tools: support testing known issues (cjihrig) #5528 - [
9a3e87e9a8
] - tools: enable linting for benchmarks (Rich Trott) #5517 - [
c4fa2a6715
] - tools: enable no-extra-parens in ESLint (Rich Trott) #5512 - [
971edde0cb
] - util: improve format() performance further (Brian White) #5360 - [
c32d460747
] - util: improve util.format performance (Evan Lucas) #5360
Windows 32-bit Installer: https://nodejs.org/dist/v5.8.0/node-v5.8.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v5.8.0/node-v5.8.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v5.8.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v5.8.0/win-x64/node.exe
Mac OS X 64-bit Installer: https://nodejs.org/dist/v5.8.0/node-v5.8.0.pkg
Mac OS X 64-bit Binary: https://nodejs.org/dist/v5.8.0/node-v5.8.0-darwin-x64.tar.gz
Linux 32-bit Binary: https://nodejs.org/dist/v5.8.0/node-v5.8.0-linux-x86.tar.xz
Linux 64-bit Binary: https://nodejs.org/dist/v5.8.0/node-v5.8.0-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v5.8.0/node-v5.8.0-linux-ppc64le.tar.xz
SmartOS 32-bit Binary: https://nodejs.org/dist/v5.8.0/node-v5.8.0-sunos-x86.tar.xz
SmartOS 64-bit Binary: https://nodejs.org/dist/v5.8.0/node-v5.8.0-sunos-x64.tar.xz
ARMv6 32-bit Binary: https://nodejs.org/dist/v5.8.0/node-v5.8.0-linux-armv6l.tar.xz
ARMv7 32-bit Binary: https://nodejs.org/dist/v5.8.0/node-v5.8.0-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v5.8.0/node-v5.8.0-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v5.8.0/node-v5.8.0.tar.gz
Other release files: https://nodejs.org/dist/v5.8.0/
Documentation: https://nodejs.org/docs/v5.8.0/api/
Shasums (GPG signing hash: SHA512, file hash: SHA256):
1 | -----BEGIN PGP SIGNED MESSAGE----- |