- Provide an API to manually restore the asynchronous context (async_hooks/AsyncWrap continuity) as a workaround for libraries that break it.
1.99.0
- [AWS Fargate] In-process data collection for AWS Fargate tasks via new package `instana/aws-fargate` (alpha). Requires at least Instana back end version 178. `instana/aws-fargate` supports Node.js 8.6.0 or later.
1.98.1
- Fix PID used in profiling payload when running in a container.
1.98.0
- Add `instana/autoprofile` to support [Instana AutoProfileā¢](https://www.ibm.com/docs/de/obi/current?topic=instana-profile-processes) (automated and continuous production profiler). Instana AutoProfile is currently opt-in and can be enabled with the config option `autoProfile: true` or via the environment variable `INSTANA_AUTO_PROFILE=true`.
1.97.1
- Update to `netlinkwrapper1.2.0`. - Fix `span.annotate` to support paths to nested properties (paths can be strings as well as arrays). - Fix: Protect a custom path template from being overwritten by instrumented middleware running later.
1.97.0
- [AWS Lambda] Add support for `INSTANA_ENDPOINT_PROXY` (send data to Instana via a proxy). - Add support for Node.js 14. - Update to `event-loop-stats1.3.0`, to support detecting synchronous event loop blocking.