v6.0.0
6.0.0 (2022-05-31)
Features
- TracingHeaders: Use
crypto.randomUUID
(#157) (1db0bcb)
BREAKING CHANGES
- TracingHeaders: Koala has switched generation of V4 UUID request IDs from the third-party
uuid
module to the built-innode:crypto
module. The minimum supported Node.js version is now 14.17.0.