diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cacefde17..8b4f1ad415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,13 @@ when the timeout happens. Nor will `whenComplete` actions be executed in that ca - A new option for aggregation as Histograms is now available. +--- +## Version 1.0.1 - 2021-03-11 + +### Bugfixes + +- AWS resource extensions have been fixed to not throw NullPointerException in actual AWS environment + --- ## Version 1.0.0 - 2021-02-26 diff --git a/README.md b/README.md index 3878a56642..a537d30c66 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ dependency versions in sync. io.opentelemetry opentelemetry-bom - 1.0.0 + 1.0.1 pom import @@ -102,7 +102,7 @@ dependency versions in sync. ```groovy dependencies { - implementation platform("io.opentelemetry:opentelemetry-bom:1.0.0") + implementation platform("io.opentelemetry:opentelemetry-bom:1.0.1") implementation('io.opentelemetry:opentelemetry-api') } ``` @@ -170,19 +170,19 @@ This is a **current** feature status list: | Component | Version | | --------------------------- | ------- | -| Trace API | v1.0.0 | -| Trace SDK | v1.0.0 | -| Context | v1.0.0 | -| Baggage | v1.0.0 | -| Jaeger Trace Exporter | v1.0.0 | -| Zipkin Trace Exporter | v1.0.0 | -| OTLP Exporter (Spans) | v1.0.0 | -| OTLP Exporter (Metrics) | v1.0.0-alpha | -| Metrics API | v1.0.0-alpha | -| Metrics SDK | v1.0.0-alpha | -| Prometheus Metrics Exporter | v1.0.0-alpha | -| OpenTracing Bridge | v1.0.0-alpha | -| OpenCensus Bridge | v1.0.0-alpha | +| Trace API | v1.0.1 | +| Trace SDK | v1.0.1 | +| Context | v1.0.1 | +| Baggage | v1.0.1 | +| Jaeger Trace Exporter | v1.0.1 | +| Zipkin Trace Exporter | v1.0.1 | +| OTLP Exporter (Spans) | v1.0.1 | +| OTLP Exporter (Metrics) | v1.0.1-alpha | +| Metrics API | v1.0.1-alpha | +| Metrics SDK | v1.0.1-alpha | +| Prometheus Metrics Exporter | v1.0.1-alpha | +| OpenTracing Bridge | v1.0.1-alpha | +| OpenCensus Bridge | v1.0.1-alpha | See the project [milestones](https://github.com/open-telemetry/opentelemetry-java/milestones) for details on upcoming releases. The dates and features described in issues