- Improve support for [Apollo Federation](https://www.apollographql.com/docs/apollo-server/federation/introduction/) by instrumenting [apollo/gateway](https://www.npmjs.com/package/apollo/gateway). - Downgrade log level for missing package.json in potential depedency directory from info to debug.
1.86.0
- Add instrumentation for [pg-native](https://www.npmjs.com/package/pg-native) (`pg-native` is an alternative PostgreSQL driver package, in addition to the already supported [pg](https://www.npmjs.com/package/pg) package).
1.85.0
- [AWS Lambda] Reduce execution time penalty for native AWS Lambda tracing even further. - Refactor agentready state to not use closures.
- [AWS Lambda] Call original callback in wrapped context.succeed/context.fail/context.done. - Allow GraphQL tracing over other protocols in addition to HTTP.
1.84.1
- Also capture incoming HTTP calls that time out on the client side or are aborted on the server side (via `req.destroy()`).