Skip to content

Commit 4ea8b34

Browse files
authored
Update change log (#123)
1 parent 2ebfe99 commit 4ea8b34

File tree

1 file changed

+41
-6
lines changed

1 file changed

+41
-6
lines changed

CHANGELOG.md

Lines changed: 41 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,45 @@
22

33
## Unreleased
44

5-
## 1.0.0-alpha
5+
## Version 1.6.0 - 2021-09-22
66

7-
* Adopt OpenTelemetry 1.0.0(-alpha) dependencies (#32)
8-
* Update JMX Metric Gatherer to use 1.0.0(-alpha) proto, API, SDK, and exporters.
9-
* Update JMX Metric Gatherer to use Autoconfigure SDK extension properties*
10-
* JMX Metric Gatherer - Handle missing MBean attributes without failing (#39)
11-
* Thanks to @dehaansa.
7+
* All libraries updated to OpenTelemetry SDK 1.6.0.
8+
9+
### New Libraries
10+
11+
* [`opentelemetry-maven-extension`](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/maven-extension) - this extension can be registered in a Maven build to trace different build steps, for example project build and Maven plugin executions.
12+
13+
## Version 1.5.0 - 2021-09-21
14+
15+
* All libraries updated to OpenTelemetry SDK 1.5.0.
16+
17+
### Updated Libraries
18+
19+
* [`opentelemetry-jmx-metrics`](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/jmx-metrics)
20+
* Due to updating to OpenTelemetry SDK 1.5.0, many of the APIs presented for configuration have been changed so you will need to update any Groovy config scripts to match.
21+
* `*ValueRecorder` has been replaced with `*Histogram`
22+
* `*Sum` have been replaced with `*Counter`
23+
* `*Observer` have been replaced with `*Callback` and do not return any object anymore
24+
25+
## Version 1.4.0 - 2021-08-13
26+
27+
* All libraries updated to OpenTelemetry SDK 1.4.0.
28+
29+
### New Libraries
30+
31+
* [`opentelemetry-aws-xray`](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/aws-xray) - This library contains OTel extensions for use with [AWS X-Ray](https://docs.aws.amazon.com/xray/index.html).
32+
33+
### Updated Libraries
34+
35+
* [`opentelemetry-jmx-metrics`](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/jmx-metrics)
36+
* Because of numerous backwards incompatible changes in the OpenTelemetry Metrics data model, you will want to make sure you are running the latest version of the OpenTelemetry collector. Older versions will likely not process metrics correctly.
37+
38+
## Version 1.0.0-alpha - 2021-06-02
39+
40+
### Updated Libraries
41+
42+
* [`opentelemetry-jmx-metrics`](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/jmx-metrics)
43+
* Adopt OpenTelemetry 1.0.0(-alpha) dependencies (#32)
44+
* Update JMX Metric Gatherer to use 1.0.0(-alpha) proto, API, SDK, and exporters.
45+
* Update JMX Metric Gatherer to use Autoconfigure SDK extension properties*
46+
* JMX Metric Gatherer - Handle missing MBean attributes without failing (#39) - Thanks to @dehaansa.

0 commit comments

Comments
 (0)