Changes.Watch

Prisma changelog digest

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

No matching updates in this bucket.

Prisma updates in 2024-w50

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.