diff --git a/README.md b/README.md index ec804f8d29..6c0b684b95 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,8 @@ This is the JavaScript version of [OpenTelemetry](https://opentelemetry.io/), a | API Version | Core version | Contrib Version | | ----------- |--------------|-------------------------| -| 1.0.x | 0.22.x | ------ | +| 1.0.x | 0.23.x | ------ | +| 1.0.x | 0.22.x | 0.22.x | | 0.21.x | 0.21.x | 0.21.x | | 0.20.x | 0.20.x | 0.20.x | | v1.0.0-rc.3 | 0.19.x | 0.16.x | @@ -79,6 +80,7 @@ If you are a library author looking to build OpenTelemetry into your library, pl | Platform Version | Supported | |------------------|-------------------------------------------------| +| Node.JS `v16` | ✅ | | Node.JS `v14` | ✅ | | Node.JS `v12` | ✅ | | Node.JS `v10` | ✅ | @@ -98,21 +100,11 @@ There is currently no list of officially supported browsers, but OpenTelemetry i ## Feature Status -As of [`v0.19.0`][feature-status-release]: - -| Feature | Status | -|---------------------|-------------| -| B3 Propagation | Beta | -| Zipkin Export | Beta | -| Jaeger Propagation | Beta | -| Jaeger Export | Beta | -| OpenTracing Bridge | Beta | -| Resources | Beta | -| Tracing | Beta | -| W3C Baggage | Beta | -| W3C Trace Context | Beta | -| Metrics API | Development | -| Metrics SDK | Development | +| Signal | API Status | SDK Status | +|---------|-------------|-------------------| +| Tracing | Stable | Release Candidate | +| Metrics | Development | Development | +| Logs | Roadmap | Roadmap | For a more detailed breakdown of feature support see the [specification compliance matrix][compliance-matrix]. @@ -414,7 +406,6 @@ Apache 2.0 - See [LICENSE][license-url] for more information. [good-first-issues]: https://github.com/open-telemetry/OpenTelemetry-js/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 [docs]: https://open-telemetry.github.io/opentelemetry-js -[feature-status-release]: https://github.com/open-telemetry/opentelemetry-js/releases/tag/v0.19.0 [compliance-matrix]: https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix.md [otel-metrics]: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-metrics