Changes.Watch

GitHub changelog digest

Jun 23 - Jun 29, 2025. Useful releases, risky migrations, and noisy updates from the GitHub channel.

No matching updates in this bucket.

GitHub updates in 2025-w26

Trace Waterfall View Improvements

  • Added support for displaying standalone INP spans in the trace waterfall view.
  • Introduced a streamlined list of attributes attached to each span.
  • Enabled visualization of logs linked to specific spans.

AI Agent Monitoring — Open Beta

  • Added a unified AI agent monitoring dashboard featuring tracing, tool visibility, model performance metrics, and deep context
  • Enables rapid identification of failures, pinpointing where and why they occurred

2025-06-24, Version 22.17.0 'Jod' (LTS), @aduh95

  • Deprecate instantiating node:http classes without new, passing an empty string to options.shell, and HTTP/2 priority signaling; future versions may error or remove them.
  • Stabilize assert.partialDeepStrictEqual() and add numerous new web‑stream utilities (e.g., readableWebStream, Dir resource management, duplex/web conversions) plus http2 diagnostics channels and implicit read permission for entrypoints.
  • Introduce minor ergonomics such as autoClose option for FileHandle readableWebStream, Dir explicit close handling, util.styleText('none'), and URL.createObjectURL()/revokeObjectURL() APIs.

2025-06-24, Version 24.3.0 (Current), @RafaelGSS

  • Added async iterator handling for burst file system events and introduced the fileURLToPathBuffer API in the URL module.
  • Enhanced the test runner with object property mocking support and refined automatic subtest waiting behavior.
  • Updated documentation, removed experimental warnings from type stripping, and performed numerous dependency upgrades and internal refactors.

Sentry Flutter SDK 9.0

  • Adds GA Session Replay for mobile.
  • Introduces feature flags, open‑beta Logs, and native JS error support.
  • Adds Release Health for Flutter Web and improves trace‑error linking.

AI PR Review and Test generation-- Now in Beta

  • Introduce AI-powered PR review and test generation in beta
  • Add @sentry comment in PR to trigger missing test creation and automated code review
  • Provides automated test generation and review for submitted changes

2025-06-23, Version 20.19.3 'Iron' (LTS), @marco-ippolito

  • Graduated WebCryptoAPI Ed25519 and X25519 algorithms to stable and added support for zero‑length HKDF/PBKDF2 and non‑byte‑aligned deriveBits in SubtleCrypto
  • Updated root certificates to NSS 3.108 and refreshed timezone, ICU, V8, simdutf and corepack dependencies
  • Fixed several source and HTTP/HTTP2 issues (e.g., kill‑signal handling on Windows, graceful session close) and added extensive documentation improvements