주요 변경 사항
- buffer:
Buffer.prototype.includes()
가 추가되어 TypeArray와 일관성을 유지하게 됐습니다. (Alexander Martin) #3567
- domains:
- 잡히지 않은 예외의 처리 수정. (Julien Gilli) #3654
- https:
- 세션 캐시를 사용하지 않을 수 있는 기능 추가. (Fedor Indutny) #4252
- repl:
require()
를 사용한 서드파티 모듈 가져오기 허용. 5.2.0에서 재발생한 문제를 수정합니다. (Ben Noordhuis) #4215
- deps:
- libuv를 1.8.0으로 업그레이드. (Saúl Ibarra Corretgé) #4276
알려진 이슈
- REPL에 입력된 서로게이트 페어가 터미널을 얼릴 수 있습니다. #690
- DNS 질의 진행 중에 호출된
dns.setServers()
는 단언문 실패로 프로세스를 크래시시킬 수 있습니다. #894 url.resolve
가 두 호스트 사이를 해석하는 중 URL의 인증 정보를 교환할 수 있습니다. #1435- 파일 시스템 경로의 유니코드 문자를 플랫폼이나 Node.js API에 따라 다르게 처리하는 문제가 있습니다. #2088, #3401, #3519
Commits
- [
6ca5ea3860
] - 2015-12-09, Version 5.2.0 (Stable) (Rod Vagg) #4181 - [
da5cdc2207
] - assert: accommodate ES6 classes that extend Error (Rich Trott) #4166 - [
67e181986a
] - (SEMVER-MINOR) buffer: add includes() for parity with TypedArray (Alexander Martin) #3567 - [
84dea1bd0c
] - configure: fix arm vfpv2 (Jörg Krause) #4203 - [
a7f5dfd14c
] - configure: use __ARM_ARCH to determine arm version (João Reis) #4123 - [
0e3912be0b
] - configure: respect CC_host in host arch detection (João Reis) #4117 - [
69b94ec55c
] - deps: upgrade libuv to 1.8.0 (Saúl Ibarra Corretgé) #4276 - [
a8854e5b59
] - doc: document the cache parameter for fs.realpathSync (Jackson Tian) #4285 - [
9e1b7aa874
] - doc: document backlog for server.listen() variants (Jan Schär) #4025 - [
435d571f22
] - doc: update AUTHORS list (Rod Vagg) #4183 - [
3b3061365a
] - doc: update irc channels: #node.js and #node-dev (Nelson Pecora) #2743 - [
9538fd02e5
] - doc: clarify error events in HTTP module documentation (Lenny Markus) #4275 - [
c6efd535e4
] - doc: fix improper http.get sample code (Hideki Yamamura) #4263 - [
498c9adb08
] - doc: add CTC meeting minutes 2015-10-28 (Rod Vagg) #3661 - [
671347cf13
] - doc: fixup socket.remoteAddress (Arthur Gautier) #4198 - [
f050cab3d8
] - doc: copyedit console doc (Rich Trott) #4225 - [
1a21a5368b
] - doc: move description of ‘equals’ method to right place (janriemer) #4227 - [
9a9c5259bf
] - doc: Fixing broken links to the v8 wiki (Tom Gallacher) #4241 - [
37ed05b8c1
] - doc: copyedit child_process doc (Rich Trott) #4188 - [
e47ae5808b
] - doc: copyedit buffer doc (Rich Trott) #4187 - [
70fb06a90b
] - doc: clarify assert.fail doc (Rich Trott) #4186 - [
e3187cc81e
] - doc: copyedit addons doc (Rich Trott) #4185 - [
931ab967ff
] - doc: add calvinmetcalf to collaborators (Calvin Metcalf) #4218 - [
01ce23148b
] - doc: add mcollina to collaborators (Matteo Collina) #4220 - [
bd8753aabf
] - doc: add rmg to collaborators (Ryan Graham) #4219 - [
73a9a6fc92
] - doc: harmonize description ofca
argument (Ben Noordhuis) #4213 - [
dfc8bedbc5
] - doc: change references from node to Node.js (Roman Klauke) #4177 - [
7a518788e9
] - doc, test: symbols as event names (Bryan English) #4151 - [
425a3545d2
] - (SEMVER-MINOR) domains: fix handling of uncaught exceptions (Julien Gilli) #3654 - [
acef181fde
] - (SEMVER-MINOR) https: support disabling session caching (Fedor Indutny) #4252 - [
2a60e2ad71
] - module,src: do not wrap modules with -1 lineOffset (cjihrig) #4298 - [
d3c498b1b7
] - node: remove unused variables in AppendExceptionLine (Yazhong Liu) #4264 - [
aad6b9f0eb
] - repl: display error message when loading directory (Prince J Wesley) #4170 - [
213ede6cee
] - repl: fix require(‘3rdparty’) regression (Ben Noordhuis) #4215 - [
f176b31e74
] - src: remove __builtin_bswap16 call (Ben Noordhuis) #4290 - [
ce2471673f
] - src: remove unused BITS_PER_LONG macro (Ben Noordhuis) #4290 - [
b799a74709
] - src: fix line numbers on core errors (cjihrig) #4254 - [
c311b61430
] - src: fix deprecation message for ErrnoException (Martin von Gagern) #4269 - [
2859f9ef92
] - test: fix debug-port-cluster flakiness (Ben Noordhuis) #4310 - [
cb0b4a6bc0
] - test: add test for debugging one line files (cjihrig) #4298 - [
0b9c3a30d6
] - test: add test for tls.parseCertString (Evan Lucas) #4283 - [
7598ed6cc0
] - test: parallelize test-repl-persistent-history (Jeremiah Senkpiel) #4247 - [
668449ad14
] - test: use regular timeout times for ARMv8 (Jeremiah Senkpiel) #4248 - [
23e7703c85
] - test: fix http-many-ended-pipelines flakiness (Santiago Gimeno) #4041 - [
3b94991bda
] - test: fix tls-inception flakiness (Santiago Gimeno) #4195 - [
86a3bd09b0
] - test: fix tls-inception (Santiago Gimeno) #4195 - [
1e89830a11
] - test: don’t assume openssl s_client supports -ssl3 (Ben Noordhuis) #4204 - [
c5b4f6bc99
] - (SEMVER-MINOR) tls: introducesecureContext
fortls.connect
(Fedor Indutny) #4246 - [
e0bb118a1d
] - tls_wrap: inherit from theAsyncWrap
first (Fedor Indutny) #4268 - [
d63cceeb10
] - tools: add .editorconfig (ronkorving) #2993 - [
4b267df93e
] - udp: remove a needless instanceof Buffer check (ronkorving) #4301
Windows 32-bit Installer: https://nodejs.org/dist/v5.3.0/node-v5.3.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v5.3.0/node-v5.3.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v5.3.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v5.3.0/win-x64/node.exe
Mac OS X 64-bit Installer: https://nodejs.org/dist/v5.3.0/node-v5.3.0.pkg
Mac OS X 64-bit Binary: https://nodejs.org/dist/v5.3.0/node-v5.3.0-darwin-x64.tar.gz
Linux 32-bit Binary: https://nodejs.org/dist/v5.3.0/node-v5.3.0-linux-x86.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v5.3.0/node-v5.3.0-linux-x64.tar.gz
SunOS 32-bit Binary: https://nodejs.org/dist/v5.3.0/node-v5.3.0-sunos-x86.tar.gz
SunOS 64-bit Binary: https://nodejs.org/dist/v5.3.0/node-v5.3.0-sunos-x64.tar.gz
ARMv6 32-bit Binary: https://nodejs.org/dist/v5.3.0/node-v5.3.0-linux-armv6l.tar.gz
ARMv7 32-bit Binary: https://nodejs.org/dist/v5.3.0/node-v5.3.0-linux-armv7l.tar.gz
ARMv8 64-bit Binary: https://nodejs.org/dist/v5.3.0/node-v5.3.0-linux-arm64.tar.gz
Source Code: https://nodejs.org/dist/v5.3.0/node-v5.3.0.tar.gz
Other release files: https://nodejs.org/dist/v5.3.0/
Documentation: https://nodejs.org/docs/v5.3.0/api/
Shasums (GPG signing hash: SHA512, file hash: SHA256):
1 | -----BEGIN PGP SIGNED MESSAGE----- |