🔧 AI Nachrichten ChatGPT showing blank screen [Fix](05.09.2026 um 19:55 Uhr)
⚠️ Malware / Trojaner / VirenSofort deinstallieren: Diese 19 Browser-Erweiterungen sind mit Malware verseucht(06.09.2026 um 08:00 Uhr)
🔧 AI Nachrichten ChatGPT showing blank screen [Fix](05.09.2026 um 19:55 Uhr)
⚠️ Malware / Trojaner / VirenSofort deinstallieren: Diese 19 Browser-Erweiterungen sind mit Malware verseucht(06.09.2026 um 08:00 Uhr)

💾 Downloads 🕛 kürzlich 11 Min Lesezeit
0

2026-06-23, Version 24.18.0 'Krypton' (LTS), @richardlau prepared by @sxa

↗ Quelle (GitHub · github.com)
🗣️ Stimme:
📑 Inhaltsübersicht
🐙
$ git clone https://github.com/nodejs/node.git

Notable Changes



  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [


Commits



  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [

  • [ (Ali Hassan) ] - doc: remove duplicated sentences in large-pull-requests.md (Joyee Cheung) ] - doc: update git node land instructions for security releases (Antoine du Hamel) ] - doc: drop --experimental from --permission (Rafael Gonzaga) ] - doc: explicitly ask for reproducible in JS (Rafael Gonzaga) ] - doc: fix URL postMessage example in worker_threads (Kit Dallege) ] - doc: clarify filter option of sqlite.database.applyChangeset (Antoine du Hamel) ] - doc: fix double spaces in ERR_TLS_INVALID_PROTOCOL_METHOD (Daijiro Wachi) ] - doc: fix double space in modules.md (Daijiro Wachi) ] - doc: fix "options" to "option" in tls.createServer (Daijiro Wachi) ] - doc: fix typo in deprecations (Daijiro Wachi) ] - doc: remove unsupported template type from v8.md (René) ] - doc: fix article usage before vowel-sound acronyms (joao-oliveira-softtor) ] - doc: remove the bi-monthly contributor spotlight section (Claudio Wunder) ] - doc: update http2's push and trailers events with rawHeaders param (YuSheng Chen) ] - doc: remove inactive members from Triagers list (Antoine du Hamel) ] - doc: reference correct function in Module docs (Robin Malfait) ] - doc: replace Visual Studio 2022 Evergreen version reference with 17.14 (Mike McCready) ] - doc: recommend explicitly Tier 1 or 2 for production applications (Mike McCready) ] - doc: run license-builder (github-actions[bot]) ] - doc: add large pull requests contributing guide (Matteo Collina) ] - doc: remove unnecessary <!-- eslint- magic comments (Antoine du Hamel) ] - doc: clarify SEA platform support excludes darwin-x64 (MJSHANG) ] - doc: update release steps when post-release fails (Rafael Gonzaga) ] - doc: add Hmac.digest() documentation-only deprecation (DEP0206) (Anshika Jain) ] - doc: document the latest-vX.x schema (Marco Ippolito) ] - doc: remove list of versions in BUILDING.md (Antoine du Hamel) ] - doc,sqlite: document entryPoint argument for loadExtension (Edy Silva) ] - errors: handle V8 warnings in DisallowJavascriptExecutionScope (Divyanshu Sharma) ] - fs: make Date properties on Stats enumerable (LiviaMedeiros) ] - http: avoid stream listeners on idle agent sockets (Matteo Collina) ] - (SEMVER-MINOR) http: add writeInformation to send arbitrary 1xx status codes (Tim Perry) ] - http2: emit session close before stream close (Matteo Collina) ] - http2: validate non-link headers in writeEarlyHints (Matteo Collina) ] - (SEMVER-MINOR) inspector: expose precise coverage start to JS runtime (sangwook) ] - lib: cleanup stateless diffiehellman key handling (Filip Skokan) ] - lib: refactor internal webidl converters (Filip Skokan) ] - lib: define kEnumerableProperty atomically (Antoine du Hamel) ] - lib: fix typos in esm loader comments (RonGamzu) ] - lib: fix typo idenity => identity (Daijiro Wachi) ] - lib: fixes validator message (Daijiro Wachi) ] - lib: narrow ReadableStreamBYOBRequest.view return type to Uint8Array (RoomWithOutRoof) ] - meta: flip mcollina emails in .mailmap (Matteo Collina) ] - meta: label "source maps" PRs (Chengzhong Wu) ] - meta: add vfs subsystem label (René) ] - meta: skip scheduled workflows on forks (Jamie Magee) ] - meta: add additional gitignore entries (James M Snell) ] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) ] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) ] - meta: ignore AI assistants files (Matteo Collina) ] - module: load ESM helpers eagerly in the snapshot (Joyee Cheung) ] - module: fix sync hook short-circuit in require() in imported CJS (Joyee Cheung) ] - node-api: support SharedArrayBuffer in napi_create_typedarray (Yilong Li) ] - quic: add reusePort option to QuicEndpoint (James M Snell) ] - quic: implement rate limiting for version nego and immediate close (James M Snell) ] - quic: fixup linting issue after other changes (James M Snell) ] - quic: remove unused binding variable in session.cc (James M Snell) ] - repl: fix dedup comparing normalized line against raw history (Daijiro Wachi) ] - sqlite: keep source database alive during backup (Matteo Collina) ] - src: simplify OpenSSL feature gates (Filip Skokan) ] - src: add BoringSSL EVP enumeration fallback (Filip Skokan) ] - src: decouple KeyObject and CryptoKey and move CryptoKey to src (Filip Skokan) ] - src: remove license headers for new node_profiling files (Chengzhong Wu) ] - src: split profiling helpers from util (Ilyas Shabi) ] - src: remove TOCTOU race condition when encoding SAB-backed Buffers (Antoine du Hamel) ] - src: skip duplicate UTF-8 validation in TextDecoder fatal path (Mert Can Altin) ] - src: improve token return value check (James M Snell) ] - src: expose node::RegisterContext to make a node managed context (Chengzhong Wu) ] - src,sqlite: only pass xFilter when user provided a callback (Antoine du Hamel) ] - src,sqlite: remove dead code (Edy Silva) ] - stream: switch to internal sleep binding (Antoine du Hamel) ] - stream: use data listener for compose forwarding (Trivikram Kamat) ] - stream: fix Writable.toWeb() hang on synchronous drain (sangwook) ] - Revert "stream: noop pause/resume on destroyed streams" (Stewart X Addison) ] - stream: remove unnecessary check (Antoine du Hamel) ] - test: update tls/crypto behaviour expectations when using BoringSSL (Filip Skokan) ] - test: update WPT for WebCryptoAPI to 97bbc7247a (Node.js GitHub Bot) ] - test: update WPT resources, interfaces and WebCryptoAPI (Node.js GitHub Bot) ] - test: shorten path in net pipe connect errors (Matteo Collina) ] - test: remove test-node-output-v8-warning (Joyee Cheung) ] - test: update test426-fixtures to 9b9e225b5a63139e9a95cdd1bf874a8f0b9d131 (Node.js GitHub Bot) ] - test: update WPT for url to e4a4672e9e (Node.js GitHub Bot) ] - test: deflake async-hooks statwatcher test (Trivikram Kamat) ] - test: avoid test_runner watch restart in spec snapshot (Trivikram Kamat) ] - test: reduce watch mode restart flakiness (Trivikram Kamat) ] - test: isolate rerun-failures state file under tmpdir (Chemi Atlow) ] - test: wait for ok before initial break after restart (Yuya Inoue) ] - test: disable Maglev in near-heap-limit worker test (Trivikram Kamat) ] - test: deflake connection refused proxy tests (Trivikram Kamat) ] - test: avoid repeated writes in watch helper (Trivikram Kamat) ] - test: deflake watch mode worker test (Trivikram Kamat) ] - test: relax test-memory-usage arrayBuffers check (inoway46) ] - test: reduce flakiness of different-registry-per-thread (Antoine du Hamel) ] - test: fix flaky test-watch-mode-inspect timeout (Matteo Collina) ] - test: relax min assertion in test-performance-eventloopdelay (Marco) ] - test: avoid flaky restart sync in debugger exceptions test (Yuya Inoue) ] - test: avoid initial-break wait in restart-message (inoway46) ] - test: move FFI tests to NATIVE_SUITES (Antoine du Hamel) ] - test: use ERM to destroy sqlite database handles after tests (René) ] - test_runner: dont buffer unordered events in process isolation mode (Moshe Atlow) ] - test_runner: fix --test-rerun-failures swallowing failures on retry (Chemi Atlow) ] - test_runner: show replayed-from-attempt hint in spec reporter (Moshe Atlow) ] - test_runner: preserve run duration when using test-rerun (Moshe Atlow) ] - test_runner: avoid hanging on incomplete v8 frames (Ali Hassan) ] - test_runner: fix diagnostics channel context tracking (Moshe Atlow) ] - tls: add unsupported renegotiation error (Filip Skokan) ] - tools: prevent lib code from reading KeyObject and CryptoKey accessors (Filip Skokan) ] - tools: bump brace-expansion from 5.0.5 to 5.0.6 in /tools/eslint (dependabot[bot]) ] - tools: skip commit-lint on backport pull requests (Marco) ] - tools: fix skip of test-internet on forks (Antoine du Hamel) ] - tools: bump the eslint group in /tools/eslint with 4 updates (dependabot[bot]) ] - tools: update gyp-next to 0.22.2 (Node.js GitHub Bot) ] - tools: fix test426 updater (Antoine du Hamel) ] - tools: use different branch for tool updates on staging branches (Antoine du Hamel) ] - util: remove unused functions (Antoine du Hamel) ] - util: create hex style cache and fast path (Guilherme Araújo) #62999

Vollständiger Original-Bericht
Ausführliche Details, Code-Beispiele & Hersteller-Stellungnahme auf github.com.
↗ Original-Artikel auf github.com lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
Teilen mit Netzwerk & Team:

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 39%
🟡 In Evaluierung 24%
🟢 Keine Auswirkung 11%
Spannende Innovation 26%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
2 Quellen
Creator Panel – One Creator, Full Production: Der neue Creator Workflow
1 Quelle
ChatGPT showing blank screen [Fix]
1 Quelle
Sofort deinstallieren: Diese 19 Browser-Erweiterungen sind mit Malware verseucht
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten 2026-06-23, Version 24.18.0 'Krypton' (LTS), @richardlau prepared by @sxa

Thematisch verwandte Begriffe: 20260623, Version, 24180, Krypton · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...