Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit f3039de

Browse files
committed
Update release versions for all readme and build files.
1 parent 8cc5780 commit f3039de

File tree

32 files changed

+133
-128
lines changed

32 files changed

+133
-128
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
## Unreleased
22

33

4-
## 0.26.0 - 2020-04
5-
- gRPC metrics collection now requires the
6-
[`io.grpc:grpc-census`](https://github.com/grpc/grpc-java/releases/tag/v1.27.0)
7-
artifact in addition to this module.
4+
## 0.26.0 - 2020-03-19
5+
- feat: Allow users to register the same Meter multiple times without exception (#2017)
6+
- update gRPC (#2024): Since gRPC v1.27.0, census dependency is removed from grpc-core. A grpc-census
7+
artifact now exists to provide interceptor/stream tracer factory that applies census stats/tracing features.
8+
For users not using gRPC’s integration of census, nothing should be affected. Users who want census integration
9+
need to add grpc-census artifact to runtime classpath.
10+
- deps: update GSON (#2025)
11+
- deps: update auth libraries (#2023)
12+
- update guava (#2018)
813

914
## 0.25.0 - 2020-02-12
1015
- Add an experimental artifact `opencensus-contrib-observability-ready-util`, that allows users to

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ For Maven add to your `pom.xml`:
3232
<dependency>
3333
<groupId>io.opencensus</groupId>
3434
<artifactId>opencensus-api</artifactId>
35-
<version>0.25.0</version>
35+
<version>0.26.0</version>
3636
</dependency>
3737
</dependencies>
3838
```
3939

4040
For Gradle add to your dependencies:
4141
```groovy
42-
compile 'io.opencensus:opencensus-api:0.25.0'
42+
compile 'io.opencensus:opencensus-api:0.26.0'
4343
```
4444

4545
### Hello "OpenCensus" trace events
@@ -182,21 +182,21 @@ For Maven add to your `pom.xml`:
182182
<dependency>
183183
<groupId>io.opencensus</groupId>
184184
<artifactId>opencensus-api</artifactId>
185-
<version>0.25.0</version>
185+
<version>0.26.0</version>
186186
</dependency>
187187
<dependency>
188188
<groupId>io.opencensus</groupId>
189189
<artifactId>opencensus-impl</artifactId>
190-
<version>0.25.0</version>
190+
<version>0.26.0</version>
191191
<scope>runtime</scope>
192192
</dependency>
193193
</dependencies>
194194
```
195195

196196
For Gradle add to your dependencies:
197197
```groovy
198-
compile 'io.opencensus:opencensus-api:0.25.0'
199-
runtime 'io.opencensus:opencensus-impl:0.25.0'
198+
compile 'io.opencensus:opencensus-api:0.26.0'
199+
runtime 'io.opencensus:opencensus-impl:0.26.0'
200200
```
201201

202202
### How to setup exporters?

contrib/appengine_standard_util/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ For Maven add to your `pom.xml`:
1616
<dependency>
1717
<groupId>io.opencensus</groupId>
1818
<artifactId>opencensus-appengine-standard-util</artifactId>
19-
<version>0.25.0</version>
19+
<version>0.26.0</version>
2020
</dependency>
2121
</dependencies>
2222
```
2323

2424
For Gradle add to your dependencies:
2525
```groovy
26-
compile 'io.opencensus:opencensus-contrib-appengine-standard-util:0.25.0'
26+
compile 'io.opencensus:opencensus-contrib-appengine-standard-util:0.26.0'
2727
```
2828

2929
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master

contrib/dropwizard/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ For Maven add to your `pom.xml`:
1818
<dependency>
1919
<groupId>io.opencensus</groupId>
2020
<artifactId>opencensus-contrib-dropwizard</artifactId>
21-
<version>0.25.0</version>
21+
<version>0.26.0</version>
2222
</dependency>
2323
</dependencies>
2424
```
2525

2626
For Gradle add to your dependencies:
2727
```groovy
28-
compile 'io.opencensus:opencensus-contrib-dropwizard:0.25.0'
28+
compile 'io.opencensus:opencensus-contrib-dropwizard:0.26.0'
2929
```
3030

3131
### And the following code:

contrib/dropwizard5/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ For Maven add to your `pom.xml`:
1818
<dependency>
1919
<groupId>io.opencensus</groupId>
2020
<artifactId>opencensus-contrib-dropwizard5</artifactId>
21-
<version>0.25.0</version>
21+
<version>0.26.0</version>
2222
</dependency>
2323
</dependencies>
2424
```
2525

2626
For Gradle add to your dependencies:
2727
```groovy
28-
compile 'io.opencensus:opencensus-contrib-dropwizard5:0.25.0'
28+
compile 'io.opencensus:opencensus-contrib-dropwizard5:0.26.0'
2929
```
3030

3131
### And the following code:

contrib/exemplar_util/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ For Maven add to your `pom.xml`:
1717
<dependency>
1818
<groupId>io.opencensus</groupId>
1919
<artifactId>opencensus-contrib-exemplar-util</artifactId>
20-
<version>0.25.0</version>
20+
<version>0.26.0</version>
2121
</dependency>
2222
</dependencies>
2323
```
2424

2525
For Gradle add to your dependencies:
2626
```groovy
27-
compile 'io.opencensus:opencensus-contrib-exemplar-util:0.25.0'
27+
compile 'io.opencensus:opencensus-contrib-exemplar-util:0.26.0'
2828
```
2929

3030
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master

contrib/grpc_util/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ For Maven add to your `pom.xml`:
1616
<dependency>
1717
<groupId>io.opencensus</groupId>
1818
<artifactId>opencensus-contrib-grpc-util</artifactId>
19-
<version>0.25.0</version>
19+
<version>0.26.0</version>
2020
</dependency>
2121
</dependencies>
2222
```
2323

2424
For Gradle add to your dependencies:
2525
```groovy
26-
compile 'io.opencensus:opencensus-contrib-grpc-util:0.25.0'
26+
compile 'io.opencensus:opencensus-contrib-grpc-util:0.26.0'
2727
```
2828

2929
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master

contrib/http_jaxrs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ For Maven add to your `pom.xml`:
1515
<dependency>
1616
<groupId>io.opencensus</groupId>
1717
<artifactId>opencensus-api</artifactId>
18-
<version>0.25.0</version>
18+
<version>0.26.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>io.opencensus</groupId>
2222
<artifactId>opencensus-contrib-http-jaxrs</artifactId>
23-
<version>0.25.0</version>
23+
<version>0.26.0</version>
2424
</dependency>
2525
</dependencies>
2626
```
2727

2828
For Gradle add to your dependencies:
2929
```groovy
30-
compile 'io.opencensus:opencensus-api:0.25.0'
31-
compile 'io.opencensus:opencensus-contrib-http-jaxrs:0.25.0'
30+
compile 'io.opencensus:opencensus-api:0.26.0'
31+
compile 'io.opencensus:opencensus-contrib-http-jaxrs:0.26.0'
3232
```
3333

3434
### Usage

contrib/http_jetty_client/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ For Maven add to your `pom.xml`:
1515
<dependency>
1616
<groupId>io.opencensus</groupId>
1717
<artifactId>opencensus-api</artifactId>
18-
<version>0.25.0</version>
18+
<version>0.26.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>io.opencensus</groupId>
2222
<artifactId>opencensus-contrib-http-jetty-client</artifactId>
23-
<version>0.25.0</version>
23+
<version>0.26.0</version>
2424
</dependency>
2525
</dependencies>
2626
```
2727

2828
For Gradle add to your dependencies:
2929
```groovy
30-
compile 'io.opencensus:opencensus-api:0.25.0'
31-
compile 'io.opencensus:opencensus-contrib-http-jetty-client:0.25.0'
30+
compile 'io.opencensus:opencensus-api:0.26.0'
31+
compile 'io.opencensus:opencensus-contrib-http-jetty-client:0.26.0'
3232
```
3333

3434
## Instrumenting Jetty Http Client

contrib/http_servlet/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ For Maven add to your `pom.xml`:
1515
<dependency>
1616
<groupId>io.opencensus</groupId>
1717
<artifactId>opencensus-api</artifactId>
18-
<version>0.25.0</version>
18+
<version>0.26.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>io.opencensus</groupId>
2222
<artifactId>opencensus-contrib-http-servlet</artifactId>
23-
<version>0.25.0</version>
23+
<version>0.26.0</version>
2424
</dependency>
2525
</dependencies>
2626
```
2727

2828
For Gradle add to your dependencies:
2929
```groovy
30-
compile 'io.opencensus:opencensus-api:0.25.0'
31-
compile 'io.opencensus:opencensus-contrib-http-servlet:0.25.0'
30+
compile 'io.opencensus:opencensus-api:0.26.0'
31+
compile 'io.opencensus:opencensus-contrib-http-servlet:0.26.0'
3232
```
3333

3434
## Instrumenting HTTP Servlets

0 commit comments

Comments
 (0)