Skip to content

Commit 575579f

Browse files
author
Anuraag Agrawal
authored
Doc update for 1.1.0 (open-telemetry#3125)
1 parent 768bde8 commit 575579f

2 files changed

Lines changed: 19 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased:
44

5+
## Version 1.1.0 - 2021-04-07
6+
57
### API
68

79
#### Bugfixes

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.0.1</version>
86+
<version>1.1.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.0.1")
105+
implementation platform("io.opentelemetry:opentelemetry-bom:1.1.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.1.0-SNAPSHOT</version>
130+
<version>1.2.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.1.0-SNAPSHOT")
153+
implementation platform("io.opentelemetry:opentelemetry-bom:1.2.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.0.1<!--/VERSION_STABLE--> |
174-
| Trace SDK | v<!--VERSION_STABLE-->1.0.1<!--/VERSION_STABLE--> |
175-
| Context | v<!--VERSION_STABLE-->1.0.1<!--/VERSION_STABLE--> |
176-
| Baggage | v<!--VERSION_STABLE-->1.0.1<!--/VERSION_STABLE--> |
177-
| Jaeger Trace Exporter | v<!--VERSION_STABLE-->1.0.1<!--/VERSION_STABLE--> |
178-
| Zipkin Trace Exporter | v<!--VERSION_STABLE-->1.0.1<!--/VERSION_STABLE--> |
179-
| OTLP Exporter (Spans) | v<!--VERSION_STABLE-->1.0.1<!--/VERSION_STABLE--> |
180-
| OTLP Exporter (Metrics) | v<!--VERSION_UNSTABLE-->1.0.1-alpha<!--/VERSION_UNSTABLE--> |
181-
| Metrics API | v<!--VERSION_UNSTABLE-->1.0.1-alpha<!--/VERSION_UNSTABLE--> |
182-
| Metrics SDK | v<!--VERSION_UNSTABLE-->1.0.1-alpha<!--/VERSION_UNSTABLE--> |
183-
| Prometheus Metrics Exporter | v<!--VERSION_UNSTABLE-->1.0.1-alpha<!--/VERSION_UNSTABLE--> |
184-
| OpenTracing Bridge | v<!--VERSION_UNSTABLE-->1.0.1-alpha<!--/VERSION_UNSTABLE--> |
185-
| OpenCensus Bridge | v<!--VERSION_UNSTABLE-->1.0.1-alpha<!--/VERSION_UNSTABLE--> |
173+
| Trace API | v<!--VERSION_STABLE-->1.1.0<!--/VERSION_STABLE--> |
174+
| Trace SDK | v<!--VERSION_STABLE-->1.1.0<!--/VERSION_STABLE--> |
175+
| Context | v<!--VERSION_STABLE-->1.1.0<!--/VERSION_STABLE--> |
176+
| Baggage | v<!--VERSION_STABLE-->1.1.0<!--/VERSION_STABLE--> |
177+
| Jaeger Trace Exporter | v<!--VERSION_STABLE-->1.1.0<!--/VERSION_STABLE--> |
178+
| Zipkin Trace Exporter | v<!--VERSION_STABLE-->1.1.0<!--/VERSION_STABLE--> |
179+
| OTLP Exporter (Spans) | v<!--VERSION_STABLE-->1.1.0<!--/VERSION_STABLE--> |
180+
| OTLP Exporter (Metrics) | v<!--VERSION_UNSTABLE-->1.1.0-alpha<!--/VERSION_UNSTABLE--> |
181+
| Metrics API | v<!--VERSION_UNSTABLE-->1.1.0-alpha<!--/VERSION_UNSTABLE--> |
182+
| Metrics SDK | v<!--VERSION_UNSTABLE-->1.1.0-alpha<!--/VERSION_UNSTABLE--> |
183+
| Prometheus Metrics Exporter | v<!--VERSION_UNSTABLE-->1.1.0-alpha<!--/VERSION_UNSTABLE--> |
184+
| OpenTracing Bridge | v<!--VERSION_UNSTABLE-->1.1.0-alpha<!--/VERSION_UNSTABLE--> |
185+
| OpenCensus Bridge | v<!--VERSION_UNSTABLE-->1.1.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

0 commit comments

Comments
 (0)