Changes.Watch

Security changelog digest

Dec 9 - Dec 15, 2024. Useful releases, risky migrations, and noisy updates from the Security channel.

No matching updates in this bucket.

Security updates in 2024-w50

Debug Issues Better with Feature Flag Context - Now in Beta

  • Introduced beta feature flag context in issue details
  • Allows correlation of feature flag changes with errors and reproducing application state
  • Improves debugging by providing flag state at time of error

2024-12-10, Version 23.4.0 (Current), @aduh95 prepared by @targos

  • Adds experimental `assert.partialDeepStrictEqual` for partial deep equality checks in tests.
  • Introduces CLI options `trace env`, `trace env js stack`, and `trace env native stack` to log environment variable accesses with optional stack traces.
  • Adds net blocklist support for `net.connect` and `net.Server`, and adds `SocketAddress.parse` API.