Features
- core: Update DSM encoding / decoding to work with other languages and use base64
Improvements
- profiling: Add system info to profiles (#4085)
- profiling: Bump profiler version to 5.1.0 (#4136)
- core: Update types (#4070)
- core: Active tracing configuration (#3928)
- core: Add register.js for use with --import flag (#4110) thanks @smartinio for the original PR and for notifying us
- core: Support mongodb 6.4.0 which uses Promises instead of callbacks in connection method (#4126)
- asm: Update appsec rules to 1.11.0 (#4117)
- ci-visibility: Grab jest's displayName config for multi-project configs (#4128)
- ci-visibility: Expose cypress after:spec handler (#4127)
Bug fixes
- core: Replicate lib injection images even if other steps fail (#4109)
- core: aws-sdk: fix request_id tag for errors (#4101)
- core: Fix issue with graphql.execute span naming (#4111)
- core: Fix server stream always cancelled in >=1.10.0 (#4133)
- asm: Fix "directives is not iterable" error when directives is not defined in the document (#4116) thanks @mabilbao for notifying us
- asm: Fix circular dependencies in waf calls (#4125)
- asm: Check if prepareStackTrace has been wrapped before restore it (#4138)
- ci-visibility: Fix negative duration in playwright steps (#4113)