v1.3.0 doc updates (#3305) · goodjava/opentelemetry-java@f563f44 · GitHub
Skip to content

Commit f563f44

Browse files
authored
v1.3.0 doc updates (open-telemetry#3305)
* Add CHANGELOG item for metrics autoconfiguration enhancement * update for 1.3.0 release * Documentation updates for the 1.3.0 release * update the website docs for 1.3.0
1 parent 7237404 commit f563f44

30 files changed

Lines changed: 114 additions & 63 deletions

CHANGELOG.md

Lines changed: 9 additions & 0 deletions

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependency versions in sync.
8383
<dependency>
8484
<groupId>io.opentelemetry</groupId>
8585
<artifactId>opentelemetry-bom</artifactId>
86-
<version>1.2.0</version>
86+
<version>1.3.0</version>
8787
<type>pom</type>
8888
<scope>import</scope>
8989
</dependency>
@@ -102,7 +102,7 @@ dependency versions in sync.
102102

103103
```groovy
104104
dependencies {
105-
implementation platform("io.opentelemetry:opentelemetry-bom:1.2.0")
105+
implementation platform("io.opentelemetry:opentelemetry-bom:1.3.0")
106106
implementation('io.opentelemetry:opentelemetry-api')
107107
}
108108
```
@@ -127,7 +127,7 @@ We strongly recommend using our published BOM to keep all dependency versions in
127127
<dependency>
128128
<groupId>io.opentelemetry</groupId>
129129
<artifactId>opentelemetry-bom</artifactId>
130-
<version>1.3.0-SNAPSHOT</version>
130+
<version>1.4.0-SNAPSHOT</version>
131131
<type>pom</type>
132132
<scope>import</scope>
133133
</dependency>
@@ -150,7 +150,7 @@ repositories {
150150
}
151151
152152
dependencies {
153-
implementation platform("io.opentelemetry:opentelemetry-bom:1.3.0-SNAPSHOT")
153+
implementation platform("io.opentelemetry:opentelemetry-bom:1.4.0-SNAPSHOT")
154154
implementation('io.opentelemetry:opentelemetry-api')
155155
}
156156
```
@@ -170,19 +170,19 @@ This is a **current** feature status list:
170170

171171
| Component | Version |
172172
| --------------------------- | ------- |
173-
| Trace API | v<!--VERSION_STABLE-->1.2.0<!--/VERSION_STABLE--> |
174-
| Trace SDK | v<!--VERSION_STABLE-->1.2.0<!--/VERSION_STABLE--> |
175-
| Context | v<!--VERSION_STABLE-->1.2.0<!--/VERSION_STABLE--> |
176-
| Baggage | v<!--VERSION_STABLE-->1.2.0<!--/VERSION_STABLE--> |
177-
| Jaeger Trace Exporter | v<!--VERSION_STABLE-->1.2.0<!--/VERSION_STABLE--> |
178-
| Zipkin Trace Exporter | v<!--VERSION_STABLE-->1.2.0<!--/VERSION_STABLE--> |
179-
| OTLP Exporter (Spans) | v<!--VERSION_STABLE-->1.2.0<!--/VERSION_STABLE--> |
180-
| OTLP Exporter (Metrics) | v<!--VERSION_UNSTABLE-->1.2.0-alpha<!--/VERSION_UNSTABLE--> |
181-
| Metrics API | v<!--VERSION_UNSTABLE-->1.2.0-alpha<!--/VERSION_UNSTABLE--> |
182-
| Metrics SDK | v<!--VERSION_UNSTABLE-->1.2.0-alpha<!--/VERSION_UNSTABLE--> |
183-
| Prometheus Metrics Exporter | v<!--VERSION_UNSTABLE-->1.2.0-alpha<!--/VERSION_UNSTABLE--> |
184-
| OpenTracing Bridge | v<!--VERSION_UNSTABLE-->1.2.0-alpha<!--/VERSION_UNSTABLE--> |
185-
| OpenCensus Bridge | v<!--VERSION_UNSTABLE-->1.2.0-alpha<!--/VERSION_UNSTABLE--> |
173+
| Trace API | v<!--VERSION_STABLE-->1.3.0<!--/VERSION_STABLE--> |
174+
| Trace SDK | v<!--VERSION_STABLE-->1.3.0<!--/VERSION_STABLE--> |
175+
| Context | v<!--VERSION_STABLE-->1.3.0<!--/VERSION_STABLE--> |
176+
| Baggage | v<!--VERSION_STABLE-->1.3.0<!--/VERSION_STABLE--> |
177+
| Jaeger Trace Exporter | v<!--VERSION_STABLE-->1.3.0<!--/VERSION_STABLE--> |
178+
| Zipkin Trace Exporter | v<!--VERSION_STABLE-->1.3.0<!--/VERSION_STABLE--> |
179+
| OTLP Exporter (Spans) | v<!--VERSION_STABLE-->1.3.0<!--/VERSION_STABLE--> |
180+
| OTLP Exporter (Metrics) | v<!--VERSION_UNSTABLE-->1.3.0-alpha<!--/VERSION_UNSTABLE--> |
181+
| Metrics API | v<!--VERSION_UNSTABLE-->1.3.0-alpha<!--/VERSION_UNSTABLE--> |
182+
| Metrics SDK | v<!--VERSION_UNSTABLE-->1.3.0-alpha<!--/VERSION_UNSTABLE--> |
183+
| Prometheus Metrics Exporter | v<!--VERSION_UNSTABLE-->1.3.0-alpha<!--/VERSION_UNSTABLE--> |
184+
| OpenTracing Bridge | v<!--VERSION_UNSTABLE-->1.3.0-alpha<!--/VERSION_UNSTABLE--> |
185+
| OpenCensus Bridge | v<!--VERSION_UNSTABLE-->1.3.0-alpha<!--/VERSION_UNSTABLE--> |
186186

187187
See the project [milestones](https://github.com/open-telemetry/opentelemetry-java/milestones)
188188
for details on upcoming releases. The dates and features described in issues

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ After releasing is done, you need to first update the docs.
3636
```
3737
./gradlew updateVersionInDocs -Prelease.version=x.y.z
3838
./gradlew japicmp -PapiBaseVersion=a.b.c -PapiNewVersion=x.y.z
39-
./gradlew japicmp
39+
./gradlew --refresh-dependencies japicmp
4040
```
4141

4242
Where `x.y.z` is the version just released and `a.b.c` is the previous version.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Comparing source compatibility of against
2+
=== UNCHANGED INTERFACE: PUBLIC ABSTRACT io.opentelemetry.api.common.Attributes (not serializable)
3+
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
4+
=== UNCHANGED METHOD: PUBLIC ABSTRACT java.lang.Object get(io.opentelemetry.api.common.AttributeKey)
5+
+++ NEW ANNOTATION: javax.annotation.Nullable
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of against
2+
No changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of against
2+
No changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of against
2+
No changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of against
2+
No changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of against
2+
No changes.
Lines changed: 2 additions & 0 deletions

0 commit comments

Comments
 (0)