주요 변경사항
- buffer:
- buffer.fill()이 빅엔디안(Big-Endian) 환경의 UCS2 인코딩에서도 정상적으로 동작합니다. (Anna Henningsen) #9837
- cluster:
- disconnect()가 접속이 종료된 워커의 참조를 반환합니다. (Sean Villars) #10019
- crypto:
- NODE_EXTRA_CA_CERTS 환경 변수를 사용해 내장된 잘 알려진 인증 기관(Certificate Authorities) 목록을 확장할 수 있습니다. (Sam Roberts) #9139
- http:
- Keep Alive를 사용할 때 메모리 누수를 방지하기 위해 만료된 타임아웃 리스너를 제거합니다. (Karl Böhlmark) #9440
- tls:
- 명시적인 키/암호문(key/passphrase) 조합을 사용할 수 있습니다. (Sam Roberts) #10294
- url:
Commits
- [
c2cc11b3c6
] - Working on v7.2.2 (Jeremiah Senkpiel) #10127 - [
b99a372e91
] - buffer: fix single-character string filling (Anna Henningsen) #9837 - [
d8b6723096
] - buffer: handle UCS2.fill()
properly on BE (Anna Henningsen) #9837 - [
e61331ee9b
] - build: fix node_g target (Daniel Bevenius) #10153 - [
9d04152e15
] - build: Don’t regenerate node symlink (sxa555) #9827 - [
5d14602181
] - (SEMVER-MINOR) cluster: return worker reference from disconnect() (Sean Villars) #10019 - [
6963e8aa9d
] - (SEMVER-MINOR) crypto: allow adding extra certs to well-known CAs (Sam Roberts) #9139 - [
a308a2fae4
] - deps: cherry-pick 081fce3 from V8 upstream (Matt Loring) #10342 - [
7c3d280bf0
] - doc: rework tls for accuracy and clarity (Sam Roberts) #9800 - [
6b98906a08
] - doc: document R CRAN mirror process (Lucas Holmquist) #10211 - [
7e8c5e3490
] - doc: expand common module material in test guide (Rich Trott) #10251 - [
ee736b276c
] - doc: fix broken link in COLLABORATOR_GUIDE.md (Michael Dawson) #10267 - [
40b0ca1329
] - doc: fix typo in code example of ‘path’ module (pallxk) #10136 - [
b44e7891d0
] - doc: standardizing on make -j4 (Jonathan Darling) #9961 - [
ff8fdb14fb
] - doc: add note to parallelize make (Jonathan Darling) #9961 - [
5a64187bed
] - doc: buffer allocation throws for negative size (joyeecheung) #10151 - [
20fdf3aec6
] - doc: add some info ontty#setRawMode()
(Jeremiah Senkpiel) #10147 - [
ae53a6e12b
] - doc: updatepath.format
description and examples (anoff) #10046 - [
30340388f1
] - doc: add a variable declaration in the buffer.md (Vse Mozhet Byt) #9795 - [
d64e52c68d
] - doc: adding missing - in README (Italo A. Casas) #10170 - [
39bf5bfaf1
] - doc: removing extra space in README (Italo A. Casas) #10168 - [
bc64a63440
] - doc: fix a wrong note in the buffer.md (Vse Mozhet Byt) #9795 - [
d4c73d4823
] - doc: remove an extraneous word in the buffer.md (Vse Mozhet Byt) #9795 - [
d373b2f2fb
] - doc: fix examples in buffer.md to avoid confusion (Vse Mozhet Byt) #9795 - [
7a39a44dbc
] - doc: remove a wrong remark in the buffer.md (Vse Mozhet Byt) #9795 - [
39b083eb51
] - doc: repeat a remark as needed in the buffer.md (Vse Mozhet Byt) #9795 - [
622690f242
] - doc: fix copy-paste artifacts in the buffer.md (Vse Mozhet Byt) #9795 - [
3b848a279b
] - doc: fix wrong function arguments in the buffer.md (Vse Mozhet Byt) #9795 - [
9e47b943a7
] - doc: fix a syntax error in the buffer.md (Vse Mozhet Byt) #9795 - [
1864222d50
] - doc: var => const/let in the buffer.md (Vse Mozhet Byt) #9795 - [
7b924f1713
] - doc: fix typo in ecdhCurve, a tls property name (Sam Roberts) #10345 - [
2673be676a
] - fs: remove unused argument from copyObject() (Ethan Arrowood) #10041 - [
1081f0f33d
] - fs: remove needless assignment of null (Francis Gulotta) #10260 - [
dded482bb8
] - http: remove stale timeout listeners (Karl Böhlmark) #9440 - [
b41db3396b
] - inspector: check if connected before waiting (Eugene Ostroukhov) #10094 - [
b6a8bc6ac3
] - lib,test: use consistent operator linebreak style (Michaël Zasso) #10178 - [
ef2fa56314
] - src: fix string format mistake for 32 bit node (Alex Newman) #10082 - [
d4e160c946
] - (SEMVER-MINOR) src: add wrapper for process.emitWarning() (Sam Roberts) #9139 - [
ec2f13fe66
] - src: don’t overwrite non-writable vm globals (Ben Noordhuis) #10227 - [
28ffd593e2
] - stream, test: test _readableState.emittedReadable (Joyee Cheung) #10249 - [
729fecf390
] - stream_base: homogenize req_wrap_obj use (Fedor Indutny) #10184 - [
8b9131c1f8
] - test: tls key/cert ordering not necessary (Sam Roberts) #9800 - [
8a34e60b41
] - test: var to const in tls-no-cert-required (Sam Roberts) #9800 - [
ea16a2ab52
] - test: stream readable needReadable state (Joyee Cheung) #10241 - [
e4b29a57f9
] - test: refactor test-fs-read-stream-inherit (Rich Trott) #10246 - [
fb297cba8f
] - test: refactor test-dgram-send-callback-multi-buffer (mfrance) #9999 - [
16fbd4f6bf
] - test: refactor test-tls-ecdh-disable (Aaron Williams) #9989 - [
46c55a6454
] - test: cleanup test-stdout-close-catch.js (Travis Bretton) #10006 - [
8c8b1230da
] - test: use const/let and common.mustCall (Outsider) #9959 - [
74563f07e9
] - test: refactor domain test (Adao Junior) #10269 - [
d9cfd5484f
] - test: clean up domain-no-error-handler test (weyj4) #10291 - [
553a32674a
] - test: fix http-client-timeout-option-listeners (Rich Trott) #10224 - [
308cead66e
] - test: update test-domain-uncaught-exception.js (Andy Chen) #10193 - [
60542cb98b
] - test: refactor test-domain.js (Siddhartha Sahai) #10207 - [
c0800d9449
] - test: refactor test-stream-big-push (Rich Trott) #10226 - [
b9361cae6e
] - test: refactor test-http-dns-fail (Adrian Estrada) #10243 - [
a97f26476d
] - test: refactor test-crypto-random (Rich Trott) #10232 - [
2f9c8d977f
] - test: refactor test-http-pause-resume-one-end (Rich Trott) #10210 - [
90659bc95c
] - test: fix flaky test-dgram-exclusive-implicit-bind (Rich Trott) #10212 - [
a4f3080595
] - test: improvements in test fixtures symlinked (Adrian Estrada) #10182 - [
d5e30a69e2
] - test: refactor test-fs-fsync (Rob Adelmann) #10176 - [
be87441463
] - test: refactor test-http-after-connect.js (larissayvette) #10229 - [
2b78212445
] - test: use strictEqual in test-debug-break (Adrian Estrada) #10181 - [
8b698d89ac
] - test: refactor assert.equal, update syntax to ES6 (Prieto, Marcos) #10190 - [
3749dc6ce7
] - test: refactor http pipelined socket test (Rich Trott) #10189 - [
e1d813f3f8
] - test: refactor test-handle-wrap-close-abort (Rich Trott) #10188 - [
7f01484a7a
] - test: add ES6 and strictEqual to test-fs-truncate (Adrian Estrada) #10167 - [
88839cf204
] - test: replace var with const in test-require-dot (Amar Zavery) #9916 - [
09ec5db10b
] - test: fail for missing output files (Anna Henningsen) #10150 - [
3f269cc760
] - test: use ES6 in test-debugger-client.js (Adrian Estrada) #10183 - [
1f11deb58f
] - test: improve buffer transcode (Johnny Reading) #10043 - [
3e8df733e8
] - test: improving crypto fips (James Tenenbaum) #10002 - [
6780c0e572
] - test: stream readableState readingMore state (Gregory) #9868 - [
c792e2ac49
] - test: stream readableListening internal state (Italo A. Casas) #9864 - [
28c6df2604
] - test: add stdin-setrawmode.out file (Jonathan Darling) #10149 - [
f5347abac8
] - test: set stdin too for pseudo-tty tests (Anna Henningsen) #10149 - [
3a460d5469
] - test: check for error on invalid signal (Matt Phillips) #10026 - [
1ebb5b9adb
] - test: refactor test-http-unix-socket (davidmarkclements) #10072 - [
8b7c97bc59
] - test: increase test coverage of BufferList (joyeecheung) #10171 - [
53e8e962d4
] - test: fix flaky test-net-socket-timeout (Rich Trott) #10172 - [
ca38f70dea
] - test: refactor test-net-keepalive.js (Kyle Corsi) #9995 - [
a9d4bd7a34
] - test: refactor test-crypto-hmac (eudaimos) #9958 - [
778e5f7d0c
] - test: fix error in test-cluster-worker-death.js (Bruce Lai) #9981 - [
b67cad1174
] - test: useassert.strictEqual
(anoff) #9975 - [
72fb05d062
] - test: change assert.equal to assert.strictEqual (Aileen) #9946 - [
dac757e502
] - test: changed assert.equal to assert.strictEqual (vazina robertson) #10015 - [
d7988e0355
] - test: renamed assert.Equal to assert.strictEqual (Jared Young) - [
9d037cfa44
] - test: improves test-tls-client-verify (Paul Graham) #10051 - [
2565e48445
] - test: refactor test-https-agent-session-reuse (Diego Paez) #10105 - [
11140802f4
] - test: refactor test-beforeexit-event (Rob Adelmann) #10121 - [
e695862531
] - test: improve test-fs-read-stream.js (Jenna Vuong) #9629 - [
be90638487
] - test: refactor test-domain-from-timer (Daniel Sims) #9889 - [
2c5d5629de
] - test: refactor test-domain-exit-dispose-again (Ethan Arrowood) #10003 - [
6d4f270f2f
] - test: use const and strictEqual in test-os-homedir-no-envvar (CodeVana) #9899 - [
62f5a0bf59
] - test: check result of uv_loop_init and uv_write (Ben Noordhuis) #10126 - [
19432f05ff
] - test: refactor test-dgram-bind-default-address (Michael-Bryant Choa) #9947 - [
01509bc67e
] - test: move long-running test to sequential (Rich Trott) #10161 - [
d8dc890352
] - test: assert.throws() should include a RegExp (Chris Bystrek) #9976 - [
6f2f02d5ad
] - test: invalid package.json causes error when require()ing in directory (Sam Shull) #10044 - [
6489a91027
] - test: refactor test-listen-fd-ebadf (Richard Karmazin) #10034 - [
eb1664bed9
] - test: refactor test-event-emitter-method-names (Rodrigo Palma) #10027 - [
c66cf2c1cf
] - test: refactor tls-ticket-cluster (Yojan Shrestha) #10023 - [
de9972678e
] - test: refactor test-domain-exit-dispose (Chris Henney) #9938 - [
5ca90777e6
] - test: refactor test-stdin-from-file.js (amrios) #10012 - [
4d66578997
] - test: use ES6 to update let & const (Jason Humphrey) #9917 - [
bb9174745b
] - test: fix test for buffer regression #649 (joyeecheung) #9924 - [
613798335c
] - test: stream readable resumeScheduled state (Italo A. Casas) #10299 - [
15c71f6c66
] - test: improve code in test-fs-open.js (Adrian Estrada) #10312 - [
793d8719eb
] - test: fix flaky test-debug-port (Santiago Gimeno) #10316 - [
5e781a3883
] - test: refactor the code in test-dns-ipv6 (Adrian Estrada) #10219 - [
8b367c5ddd
] - test: improve test-child-process-fork-and-spawn (Adrian Estrada) #10273 - [
348e69c89d
] - test: fix flaky test-http-client-timeout-event (Rich Trott) #10293 - [
0d3ac89ff7
] - test: add known_issues test for #6287 (AnnaMag) #10272 - [
f7f662cad5
] - test: improve test-child-process-exec-buffer (Adrian Estrada) #10275 - [
f66461382c
] - timers: fix handling of cleared immediates (hveldstra) #9759 - [
8e4b9fa487
] - tls: fix/annotate connect arg comments (Sam Roberts) #9800 - [
980acb4b95
] - tls: document and test option-less createServer (Sam Roberts) #9800 - [
41e1e6eb35
] - tls: do not refer to secureOptions as flags (Sam Roberts) #9800 - [
0b44384561
] - (SEMVER-MINOR) tls: allow obvious key/passphrase combinations (Sam Roberts) #10294 - [
a92f2ad19c
] - tools: enforce consistent operator linebreak style (Michaël Zasso) #10178 - [
cc5bd9a0cf
] - tools: add macosx-firwall script to avoid popups (Daniel Bevenius) #10114 - [
7cb98138a9
] - tools: forbid template literals in assert.throws (Michaël Zasso) #10301 - [
24482d08ce
] - (SEMVER-MINOR) url: add inspect function to TupleOrigin (Safia Abdalla) #10039 - [
f08d8a6c6f
] - url: improve URLSearchParams spec compliance (Timothy Gu) #9484 - [
19d7197177
] - url: add a got host pattern in url.js (Axel Monroy) #9653 - [
2da71f24de
] - url, test: fix typo in inspect output, add test (Jay Brownlee) #10231 - [
80cccce218
] - url, test: including base argument in originFor (joyeecheung) #10021 - [
7a0fe9f471
] - win,msi: add required UIRef for localized strings (Bill Ticehurst) #8884
Windows 32-bit Installer: https://nodejs.org/dist/v7.3.0/node-v7.3.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v7.3.0/node-v7.3.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v7.3.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v7.3.0/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v7.3.0/node-v7.3.0.pkg
macOS 64-bit Binary: https://nodejs.org/dist/v7.3.0/node-v7.3.0-darwin-x64.tar.gz
Linux 32-bit Binary: https://nodejs.org/dist/v7.3.0/node-v7.3.0-linux-x86.tar.xz
Linux 64-bit Binary: https://nodejs.org/dist/v7.3.0/node-v7.3.0-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v7.3.0/node-v7.3.0-linux-ppc64le.tar.xz
Linux PPC BE 64-bit Binary: https://nodejs.org/dist/v7.3.0/node-v7.3.0-linux-ppc64.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v7.3.0/node-v7.3.0-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v7.3.0/node-v7.3.0-aix-ppc64.tar.gz
SunOS 32-bit Binary: https://nodejs.org/dist/v7.3.0/node-v7.3.0-sunos-x86.tar.xz
SunOS 64-bit Binary: Coming soon
ARMv6 32-bit Binary: https://nodejs.org/dist/v7.3.0/node-v7.3.0-linux-armv6l.tar.xz
ARMv7 32-bit Binary: https://nodejs.org/dist/v7.3.0/node-v7.3.0-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v7.3.0/node-v7.3.0-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v7.3.0/node-v7.3.0.tar.gz
Other release files: https://nodejs.org/dist/v7.3.0/
Documentation: https://nodejs.org/docs/v7.3.0/api/
SHASUMS
1 | -----BEGIN PGP SIGNED MESSAGE----- |