Node.js 15.6.0 发布

Node.js 15.6.0 发布,Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时。

此版本主要更新内容包括:

  • child_process:
    • 添加“overlapped”标志 (Thiago Padilha) #29412
    • 在 fork 中支持 AbortSignal (Benjamin Gruenbaum) #36603
  • crypto:
    • 实现基本的安全堆栈支持 (James M Snell) #36779
    • 修复 keygen 错误处理中的 bug (James M Snell) #36779
    • 引入 X509Certificate API (James M Snell) #36804
    • 实施 randomuuid (James M Snell) #36729
  • doc:
    • 更新 Danielle Adams 发布密钥 (Danielle Adams) #36793
    • 将 dnlup 添加到 collaborators (Daniele Belardi) #36849
    • 将 panva 添加到 collaborators (Filip Skokan) #36802
    • 将 yashLadha 添加到 collaborator (Yash Ladha) #36666
  • http:
    • 将 lifo 设置为 Agent 中的默认调度策略 (Matteo Collina) #36685
  • net:
    • 在 server.listen 中支持 abortSignal (Nitzan Uziely) #36623
  • process:
    • 在不需要迭代页面的情况下,添加对 rss 的直接访问 (Adrien Maret) #34291
  • v8:
    • 修复本地 serdes 函数 (ExE Boss) #36549

更新详情查看:https://nodejs.org/en/blog/release/v15.6.0/

猜你喜欢

转载自www.oschina.net/news/126885/nodejs-15-6-0-released