Node.js v5.1.0 穩定版發布
Node v5.1.0 穩定版發布,更新如下:
重要更新
-
buffer: The
</li>noAssert
option for many buffer functions will now silently drop invalid write values rather than crashing (P.S.V.R) #3767.-
This makes the behavior match what the docs suggest.
</li> </ul> -
child_process:
</li>child.send()
now properly returns a boolean like the docs suggest (Rich Trott) #3577. -
doc: All of the API docs have been re-ordered so as to read in alphabetical order (Tristian Flanagan) #3662.
</li> -
http_parser: update http-parser to 2.6.0 from 2.5.0 (James M Snell) #3569.
</li>-
Now supports the following HTTP methods:
</li>LINK
,UNLINK
,BIND
,REBIND
,UNBIND
. -
Also added ACL and IPv6 Zone ID support.
</li> </ul> -
npm: upgrade npm to 3.3.12 from v3.3.6 (Rebecca Turner) #3685.
</li>-
See the release notes for v3.3.7, v3.3.8, v3.3.9, v3.3.10, v3.3.11, and v3.3.12 for more details.
</li> </ul> -
repl: The REPL no longer crashes if the persistent history file cannot be opened (Evan Lucas) #3630.
</li> -
tls: The default
</li>sessionIdContext
now uses SHA1 in FIPS mode rather than MD5 (Stefan Budeanu) #3755. -
v8: Added some more useful post-mortem data (Fedor Indutny) #3779.
</li> </ul>已知 issues
-
Surrogate pair in REPL can freeze terminal. #690
</li> -
Calling
</li>dns.setServers()
while a DNS query is in progress can cause the process to crash on a failed assertion. #894 -
</li>url.resolve
may transfer the auth portion of the url when resolving between two full hosts, see #1435. -
Unicode characters in filesystem paths are not handled consistently across platforms or Node.js APIs. See #2088, #3401 and #3519.
</li> </ul>下載地址:
Windows 32-bit Installer: https://nodejs.org/dist/v5.1.0/node-v5.1.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v5.1.0/node-v5.1.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v5.1.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v5.1.0/win-x64/node.exe
Mac OS X 64-bit Installer: https://nodejs.org/dist/v5.1.0/node-v5.1.0.pkg
Mac OS X 64-bit Binary: https://nodejs.org/dist/v5.1.0/node-v5.1.0-darwin-x64.tar.gz
Linux 32-bit Binary: https://nodejs.org/dist/v5.1.0/node-v5.1.0-linux-x86.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v5.1.0/node-v5.1.0-linux-x64.tar.gz
SunOS 32-bit Binary: https://nodejs.org/dist/v5.1.0/node-v5.1.0-sunos-x86.tar.gz
SunOS 64-bit Binary: https://nodejs.org/dist/v5.1.0/node-v5.1.0-sunos-x64.tar.gz
ARMv6 32-bit Binary: https://nodejs.org/dist/v5.1.0/node-v5.1.0-linux-armv6l.tar.gz
ARMv7 32-bit Binary: https://nodejs.org/dist/v5.1.0/node-v5.1.0-linux-armv7l.tar.gz
ARMv8 64-bit Binary: https://nodejs.org/dist/v5.1.0/node-v5.1.0-linux-arm64.tar.gz其它:
Source Code: https://nodejs.org/dist/v5.1.0/node-v5.1.0.tar.gz
Other release files: https://nodejs.org/dist/v5.1.0/
Documentation: https://nodejs.org/docs/v5.1.0/api/本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!
-
-
-
-