Node.js 26.1.0 is out, with a new `node:ffi` module, `crypto.randomUUIDv7()`, and many more features and bug fixes.
Full changelog and download links: nodejs.org/en/blog/releas…
With access to X and web data, Grok is the AI assistant with the most up-to-date information, keeping you informed about the latest news and trends in the world, for any given topic.
@nodejs UUIDv7 in stdlib is the move for me. been generating them for postgres time-ordered keys with a hand-rolled helper, having it native means one less random utility to maintain
@nodejs This is huge—FFI support built right in will save so many headaches for native module integration. Can’t wait to test the UUIDv7 improvements too. Thanks for the heads-up!