惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 三生石上(FineUI控件)
Blog — PlanetScale
Blog — PlanetScale
B
Blog
GbyAI
GbyAI
爱范儿
爱范儿
月光博客
月光博客
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
WordPress大学
WordPress大学
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
腾讯CDC
MyScale Blog
MyScale Blog
V
Visual Studio Blog
The Cloudflare Blog
Microsoft Security Blog
Microsoft Security Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

Node.js Blog

Node.js — Security Bug Bounty Program Paused Due to Loss of Funding Node.js — Node.js 25.9.0 (Current) Node.js — Developing a minimally HashDoS resistant, yet quickly reversible integer hash for V8 Node.js — Node.js 25.8.2 (Current) Node.js — Node.js 24.14.1 (LTS) Node.js — Node.js 22.22.2 (LTS) Node.js — Node.js 20.20.2 (LTS) Node.js — Tuesday, March 24, 2026 Security Releases Node.js — Node.js 25.8.1 (Current) Node.js — Evolving the Node.js Release Schedule Node.js — Node.js 22.22.1 (LTS) Node.js — Node.js 20.20.1 (LTS) Node.js — Node.js 25.8.0 (Current) Node.js — Node.js 25.7.0 (Current) Node.js — Node.js 24.14.0 (LTS) Node.js — New HackerOne Signal Requirement for Vulnerability Reports Node.js — Node.js 25.6.1 (Current) Node.js — Node.js 24.13.1 (LTS) Node.js — Node.js 25.6.0 (Current) Node.js — OpenSSL Security Advisory Assessment, January 2026 Node.js — Node.js 25.5.0 (Current) Node.js — Chalk to Node.js util styleText Node.js — Node.js 25.4.0 (Current) Node.js — Mitigating Denial-of-Service Vulnerability from Unrecoverable Stack Space Exhaustion for React, Next.js, and APM Users Node.js — Node.js 22.22.0 (LTS) Node.js — Node.js 25.3.0 (Current) Node.js — Node.js 24.13.0 (LTS) Node.js — Node.js 20.20.0 (LTS) Node.js — Tuesday, January 13, 2026 Security Releases Node.js — Node.js 24.12.0 (LTS)
Node.js — Version 0.7.10 (unstable)
2012-06-11 · via Node.js Blog

Isaac Schlueter

2012.06.11, Version 0.7.10 (unstable)

This is the second-to-last release on the 0.7 branch. Version 0.8.0 will be released some time next week. As other even-numbered Node releases before it, the v0.8.x releases will maintain API and binary compatibility.

The major changes are detailed in https://github.com/joyent/node/wiki/API-changes-between-v0.6-and-v0.8

Please try out this release. There will be very few changes between this and the v0.8.x release family. This is the last chance to comment on the API before it is locked down for stability.

  • Roll V8 back to 3.9.24.31
  • build: x64 target should always pass -m64 (Robert Mustacchi)
  • add NODE_EXTERN to node::Start (Joel Brandt)
  • repl: Warn about running npm commands (isaacs)
  • slab_allocator: fix crash in dtor if V8 is dead (Ben Noordhuis)
  • slab_allocator: fix leak of Persistent handles (Shigeki Ohtsu)
  • windows/msi: add node.js prompt to startmenu (Jeroen Janssen)
  • windows/msi: fix adding node to PATH (Jeroen Janssen)
  • windows/msi: add start menu links when installing (Jeroen Janssen)
  • windows: don't install x64 version into the 'program files (x86)' folder (Matt Gollob)
  • domain: Fix #3379 domain.intercept no longer passes error arg to cb (Marc Harter)
  • fs: make callbacks run in global context (Ben Noordhuis)
  • fs: enable fs.realpath on windows (isaacs)
  • child_process: expose UV_PROCESS_DETACHED as options.detached (Charlie McConnell)
  • child_process: new stdio API for .spawn() method (Fedor Indutny)
  • child_process: spawn().ref() and spawn().unref() (Fedor Indutny)
  • Upgrade npm to 1.1.25
    • Enable npm link on windows
    • Properly remove sh-shim on Windows
    • Abstract out registry client and logger

Source Code: https://nodejs.org/dist/v0.7.10/node-v0.7.10.tar.gz

Windows Installer: https://nodejs.org/dist/v0.7.10/node-v0.7.10.msi

Windows x64 Files: https://nodejs.org/dist/v0.7.10/x64/

Macintosh Installer (Universal): https://nodejs.org/dist/v0.7.10/node-v0.7.10.pkg

Other release files: https://nodejs.org/dist/v0.7.10/

Website: https://nodejs.org/docs/v0.7.10/

Documentation: https://nodejs.org/docs/v0.7.10/api/