Skip to content

Commit 0a5e11e

Browse files
authored
chore: Update README about compatibility mode (#906)
Compatibility mode is no longer supported in v88+. Let's update README.
1 parent 31d0a6b commit 0a5e11e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ Follow the [installation instructions](https://docs.datadoghq.com/serverless/ins
1515

1616
We're excited to share that our next-generation, low-overhead Lambda Extension is now generally available. This new extension is packaged alongside our existing extension, yet offers substantially faster cold starts as well as lower resource consumption.
1717

18-
You can opt out of the next-generation Lambda Extension by setting the environment variable `DD_EXTENSION_VERSION: compatibility` and using extension version `v67` or later.
18+
For `v67` through `v87`, you can opt out of the next-generation Lambda Extension by setting the environment variable `DD_EXTENSION_VERSION: compatibility`.
19+
20+
`v88+` only supports the next-generation Lambda Extension.
1921

2022
### Supported Configurations
2123

2224
Today, all workloads using Logs and Metrics are supported.
2325

2426
APM Tracing is supported for Python, NodeJS, Go, Java, and .NET runtimes.
25-
ASM is not yet supported, and will fallback to compatibility mode.
2627

2728
### Feedback
2829

0 commit comments

Comments
 (0)