Skip to content

Commit

Permalink
docs: Updated compatibility report (#2223)
Browse files Browse the repository at this point in the history
Co-authored-by: bizob2828 <1874937+bizob2828@users.noreply.github.com>
  • Loading branch information
newrelic-node-agent-team and bizob2828 authored May 29, 2024
1 parent e768955 commit a256ca0
Showing 1 changed file with 57 additions and 53 deletions.
110 changes: 57 additions & 53 deletions compatibility.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,63 @@
## Instrumented Modules
## Instrumented modules

After installation, the agent automatically instruments with our catalog of supported Node.js libraries and frameworks. This gives you immediate access to granular information specific to your web apps and servers. For unsupported frameworks or libraries, you'll need to instrument the agent yourself using the [Node.js agent API](https://docs.newrelic.com/docs/apm/agents/nodejs-agent/api-guides/nodejs-agent-api/).
After installation, the agent automatically instruments with our catalog of
supported Node.js libraries and frameworks. This gives you immediate access to
granular information specific to your web apps and servers. For unsupported
frameworks or libraries, you'll need to instrument the agent yourself using the
[Node.js agent API](https://newrelic.github.io/node-newrelic/API.html).

**Note**: The latest supported version may not reflect the most recent supported version.
**Note**: The latest supported version may not reflect the most recent supported
version.


| Package Name | Minimum Supported Version | Latest Supported Version | Minimum Agent Version* |
| Package name | Minimum supported version | Latest supported version | Introduced in* |
| --- | --- | --- | --- |
| @apollo/gateway | 2.3.0 | 2.7.8 | @newrelic/apollo-server-plugin@1.0.0 |
| @apollo/server | 4.0.0 | 4.10.4 | @newrelic/apollo-server-plugin@2.1.0 |
| @aws-sdk/client-bedrock-runtime | 3.0.0 | 3.577.0 | 11.13.0 |
| @aws-sdk/client-dynamodb | 3.0.0 | 3.577.0 | 8.7.1 |
| @aws-sdk/client-sns | 3.0.0 | 3.577.0 | 8.7.1 |
| @aws-sdk/client-sqs | 3.0.0 | 3.577.0 | 8.7.1 |
| @aws-sdk/smithy-client | 3.0.0 | 3.374.0 | 8.7.1 |
| @elastic/elasticsearch | 7.16.0 | 8.13.1 | 11.9.0 |
| @grpc/grpc-js | 1.4.0 | 1.10.8 | 8.17.0 |
| @hapi/hapi | 20.1.2 | 21.3.9 | 9.0.0 |
| @koa/router | 2.0.0 | 12.0.1 | 3.2.0 |
| @langchain/core | 0.1.17 | 0.2.0 | 11.13.0 |
| @nestjs/cli | 8.0.0 | 10.3.2 | 10.1.0 |
| @prisma/client | 5.0.0 | 5.14.0 | 11.0.0 |
| @smithy/smithy-client | 3.0.0 | 3.0.1 | 11.0.0 |
| amqplib | 0.5.0 | 0.10.4 | 2.0.0 |
| apollo-server | 2.14.0 | 3.13.0 | @newrelic/apollo-server-plugin@1.0.0 |
| apollo-server-express | 2.14.0 | 3.13.0 | @newrelic/apollo-server-plugin@1.0.0 |
| apollo-server-fastify | 2.14.0 | 3.13.0 | @newrelic/apollo-server-plugin@1.0.0 |
| apollo-server-hapi | 3.0.0 | 3.13.0 | @newrelic/apollo-server-plugin@1.0.0 |
| apollo-server-koa | 2.14.0 | 3.13.0 | @newrelic/apollo-server-plugin@1.0.0 |
| apollo-server-lambda | 2.14.0 | 3.13.0 | @newrelic/apollo-server-plugin@1.0.0 |
| aws-sdk | 2.2.48 | 2.1623.0 | 6.2.0 |
| bluebird | 2.0.0 | 3.7.2 | 1.27.0 |
| bunyan | 1.8.12 | 1.8.15 | 9.3.0 |
| cassandra-driver | 3.4.0 | 4.7.2 | 1.7.1 |
| connect | 2.0.0 | 3.7.0 | 2.6.0 |
| director | 1.2.0 | 1.2.8 | 2.0.0 |
| express | 4.6.0 | 4.19.2 | 2.6.0 |
| fastify | 2.0.0 | 4.27.0 | 8.5.0 |
| generic-pool | 2.4.0 | 3.9.0 | 0.9.0 |
| ioredis | 3.0.0 | 5.4.1 | 1.26.2 |
| koa | 2.0.0 | 2.15.3 | 3.2.0 |
| koa-route | 2.0.0 | 4.0.1 | 3.2.0 |
| koa-router | 2.0.0 | 12.0.1 | 3.2.0 |
| mongodb | 2.1.0 | 6.6.2 | 1.32.0 |
| mysql | 2.2.0 | 2.18.1 | 1.32.0 |
| mysql2 | 1.3.1 | 3.9.7 | 1.32.0 |
| next | 13.0.0 | 14.2.3 | @newrelic/next@0.7.0 |
| openai | 4.0.0 | 4.47.1 | 11.13.0 |
| pg | 8.2.0 | 8.11.5 | 9.0.0 |
| pg-native | 2.0.0 | 3.0.1 | 9.0.0 |
| pino | 7.0.0 | 9.1.0 | 8.11.0 |
| redis | 2.0.0 | 4.6.14 | 1.31.0 |
| restify | 5.0.0 | 11.1.0 | 2.6.0 |
| superagent | 2.0.0 | 9.0.2 | 4.9.0 |
| undici | 4.7.0 | 6.18.0 | 11.1.0 |
| winston | 3.0.0 | 3.13.0 | 8.11.0 |
| `@apollo/gateway` | 2.3.0 | 2.7.8 | `@newrelic/apollo-server-plugin@1.0.0` |
| `@apollo/server` | 4.0.0 | 4.10.4 | `@newrelic/apollo-server-plugin@2.1.0` |
| `@aws-sdk/client-bedrock-runtime` | 3.0.0 | 3.583.0 | 11.13.0 |
| `@aws-sdk/client-dynamodb` | 3.0.0 | 3.585.0 | 8.7.1 |
| `@aws-sdk/client-sns` | 3.0.0 | 3.583.0 | 8.7.1 |
| `@aws-sdk/client-sqs` | 3.0.0 | 3.583.0 | 8.7.1 |
| `@aws-sdk/smithy-client` | 3.0.0 | 3.374.0 | 8.7.1 |
| `@elastic/elasticsearch` | 7.16.0 | 8.13.1 | 11.9.0 |
| `@grpc/grpc-js` | 1.4.0 | 1.10.8 | 8.17.0 |
| `@hapi/hapi` | 20.1.2 | 21.3.9 | 9.0.0 |
| `@koa/router` | 2.0.0 | 12.0.1 | 3.2.0 |
| `@langchain/core` | 0.1.17 | 0.2.2 | 11.13.0 |
| `@nestjs/cli` | 8.0.0 | 10.3.2 | 10.1.0 |
| `@prisma/client` | 5.0.0 | 5.14.0 | 11.0.0 |
| `@smithy/smithy-client` | 3.0.0 | 3.0.1 | 11.0.0 |
| `amqplib` | 0.5.0 | 0.10.4 | 2.0.0 |
| `apollo-server` | 2.14.0 | 3.13.0 | `@newrelic/apollo-server-plugin@1.0.0` |
| `apollo-server-express` | 2.14.0 | 3.13.0 | `@newrelic/apollo-server-plugin@1.0.0` |
| `apollo-server-fastify` | 2.14.0 | 3.13.0 | `@newrelic/apollo-server-plugin@1.0.0` |
| `apollo-server-hapi` | 3.0.0 | 3.13.0 | `@newrelic/apollo-server-plugin@1.0.0` |
| `apollo-server-koa` | 2.14.0 | 3.13.0 | `@newrelic/apollo-server-plugin@1.0.0` |
| `apollo-server-lambda` | 2.14.0 | 3.13.0 | `@newrelic/apollo-server-plugin@1.0.0` |
| `aws-sdk` | 2.2.48 | 2.1629.0 | 6.2.0 |
| `bluebird` | 2.0.0 | 3.7.2 | 1.27.0 |
| `bunyan` | 1.8.12 | 1.8.15 | 9.3.0 |
| `cassandra-driver` | 3.4.0 | 4.7.2 | 1.7.1 |
| `connect` | 2.0.0 | 3.7.0 | 2.6.0 |
| `director` | 1.2.0 | 1.2.8 | 2.0.0 |
| `express` | 4.6.0 | 4.19.2 | 2.6.0 |
| `fastify` | 2.0.0 | 4.27.0 | 8.5.0 |
| `generic-pool` | 2.4.0 | 3.9.0 | 0.9.0 |
| `ioredis` | 3.0.0 | 5.4.1 | 1.26.2 |
| `koa` | 2.0.0 | 2.15.3 | 3.2.0 |
| `koa-route` | 2.0.0 | 4.0.1 | 3.2.0 |
| `koa-router` | 2.0.0 | 12.0.1 | 3.2.0 |
| `mongodb` | 2.1.0 | 6.6.2 | 1.32.0 |
| `mysql` | 2.2.0 | 2.18.1 | 1.32.0 |
| `mysql2` | 1.3.1 | 3.9.8 | 1.32.0 |
| `next` | 13.0.0 | 14.2.3 | `@newrelic/next@0.7.0` |
| `openai` | 4.0.0 | 4.47.2 | 11.13.0 |
| `pg` | 8.2.0 | 8.11.5 | 9.0.0 |
| `pg-native` | 2.0.0 | 3.0.1 | 9.0.0 |
| `pino` | 7.0.0 | 9.1.0 | 8.11.0 |
| `redis` | 2.0.0 | 4.6.14 | 1.31.0 |
| `restify` | 5.0.0 | 11.1.0 | 2.6.0 |
| `superagent` | 2.0.0 | 9.0.2 | 4.9.0 |
| `undici` | 4.7.0 | 6.18.1 | 11.1.0 |
| `winston` | 3.0.0 | 3.13.0 | 8.11.0 |

*When package is not specified, support is within the `newrelic` package.

0 comments on commit a256ca0

Please sign in to comment.