Bug Fixes
- core: fix grpc tests (#3522)
- esbuild: honor the .external build setting (#3492)
- iast: fix vulnerability location with pg.Pool (#3308)
- core: fix duplicate next spans and incorrect req/res in hooks (#3494)
- core: fix Resource Name Not Bubbling to Web Span in Next.js (#3537)
- ci-visibility: fix jest parameters being modified (#3526)
- iast: fix taint object method (#3505)
Improvements
- iast: enable iast telemetry metrics if iast is enabled (#3482)
- core: add esm integration test for hapi (#3509)
- core: esm now should be supported for node 20, so no need for esmTestSkipper (#3506)
- core: remove hardcoded string literals for tags, use predefined constants instead (#3503)
- ci-visibility: send suites and tests skipped by ITR (#3497)
- core: add esm integration tests for many plugins (#3436)
- core: add Testing To Ensure Support for Next.js Standalone (#3493)