Breaking Changes
More information about the breaking changes from this release can be found in
the migration guide.
- ci-visibility: drop support for
jest-jasmine2
(#3046) - core: drop support for Node 14 (#3140)
- core: remove
orphanable
options (#3077, #3133) - next: drop support for
next
<10.2 (#3107)
Features
- ci-visibility: add support for CodeFresh (#3120)
- ci-visibility: add support commit hash and repository url for source code integration (#3118, #3135)
Improvements
- ci-visibility: add additional labels to some CI providers (#3120)
- http/http2: update integration to report outgoing host information (#3031)
- iast: redact potentially sensitive data from vulnerability evidence (#3117)
- profiling: remove experimental interrupt callback strategy from OOM heap profiler (#3004)
Bug Fixes
- ci-visibility: fix (#3130)
- iast: fix reporting whether the feature is enabled or disabled (#3138)
- iast: fix whitespaces redaction being reported by command sensitive analyzer (#3134)
- iast: fix internal fs calls reporting path traversal vulnerabilities (#3127)
- profiling: fix segmentation fault when using worker threads (#3124)