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

Commit 3d7f0b5

Browse files
authored
Forward-fix things from 0.28.x branch (#2075)
* Update signing plugin to allow GPG agent usage. * Add missing changelogs into master. * Update release versions for all readme and build files.
1 parent 7ddc4cc commit 3d7f0b5

File tree

30 files changed

+143
-119
lines changed

30 files changed

+143
-119
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
## Unreleased
22

3+
## 0.28.3 - 2021-01-12
4+
5+
- fix: Return public access to unsafe `ContextUtils` api. Remove bincompat issue from 0.27.1. (#2072)
6+
- fix: When time rewinds, avoid throwing exceptions and crashing the disruptor thread. (#2071)
7+
8+
## 0.28.2 - 2020-10-22
9+
10+
- feat: Make TracerImpl public for OpenTelemetry migration. (#2064)
11+
12+
Note: no binary available for 0.28.2
13+
14+
## 0.28.1 - 2020-10-21
15+
16+
- feat: Add Support for Opencensus to OpenTelemetry migration (#2059)
17+
18+
Breaking change: ContextUtils is no longer public
19+
20+
## 0.28.0 - 2020-10-21
21+
22+
- Remove finalize from RecordEventsSpanImpl (#2043)
23+
324
## 0.27.0 - 2020-08-14
425
- deps: update protobuf (#2029)
526
- Update release versions for all readme and build files. (#2028)

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.28.1</version>
35+
<version>0.28.3</version>
3636
</dependency>
3737
</dependencies>
3838
```
3939

4040
For Gradle add to your dependencies:
4141
```groovy
42-
compile 'io.opencensus:opencensus-api:0.28.1'
42+
compile 'io.opencensus:opencensus-api:0.28.3'
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.28.1</version>
185+
<version>0.28.3</version>
186186
</dependency>
187187
<dependency>
188188
<groupId>io.opencensus</groupId>
189189
<artifactId>opencensus-impl</artifactId>
190-
<version>0.28.1</version>
190+
<version>0.28.3</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.28.1'
199-
runtime 'io.opencensus:opencensus-impl:0.28.1'
198+
compile 'io.opencensus:opencensus-api:0.28.3'
199+
runtime 'io.opencensus:opencensus-impl:0.28.3'
200200
```
201201

202202
### How to setup exporters?

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,9 @@ subprojects {
339339

340340
signing {
341341
required false
342+
if (rootProject.hasProperty('signingUseGpgCmd')) {
343+
useGpgCmd()
344+
}
342345
sign configurations.archives
343346
}
344347

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.28.1</version>
19+
<version>0.28.3</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.28.1'
26+
compile 'io.opencensus:opencensus-contrib-appengine-standard-util:0.28.3'
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.28.1</version>
21+
<version>0.28.3</version>
2222
</dependency>
2323
</dependencies>
2424
```
2525

2626
For Gradle add to your dependencies:
2727
```groovy
28-
compile 'io.opencensus:opencensus-contrib-dropwizard:0.28.1'
28+
compile 'io.opencensus:opencensus-contrib-dropwizard:0.28.3'
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.28.1</version>
21+
<version>0.28.3</version>
2222
</dependency>
2323
</dependencies>
2424
```
2525

2626
For Gradle add to your dependencies:
2727
```groovy
28-
compile 'io.opencensus:opencensus-contrib-dropwizard5:0.28.1'
28+
compile 'io.opencensus:opencensus-contrib-dropwizard5:0.28.3'
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.28.1</version>
20+
<version>0.28.3</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.28.1'
27+
compile 'io.opencensus:opencensus-contrib-exemplar-util:0.28.3'
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.28.1</version>
19+
<version>0.28.3</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.28.1'
26+
compile 'io.opencensus:opencensus-contrib-grpc-util:0.28.3'
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.28.1</version>
18+
<version>0.28.3</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>io.opencensus</groupId>
2222
<artifactId>opencensus-contrib-http-jaxrs</artifactId>
23-
<version>0.28.1</version>
23+
<version>0.28.3</version>
2424
</dependency>
2525
</dependencies>
2626
```
2727

2828
For Gradle add to your dependencies:
2929
```groovy
30-
compile 'io.opencensus:opencensus-api:0.28.1'
31-
compile 'io.opencensus:opencensus-contrib-http-jaxrs:0.28.1'
30+
compile 'io.opencensus:opencensus-api:0.28.3'
31+
compile 'io.opencensus:opencensus-contrib-http-jaxrs:0.28.3'
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.28.1</version>
18+
<version>0.28.3</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>io.opencensus</groupId>
2222
<artifactId>opencensus-contrib-http-jetty-client</artifactId>
23-
<version>0.28.1</version>
23+
<version>0.28.3</version>
2424
</dependency>
2525
</dependencies>
2626
```
2727

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

3434
## Instrumenting Jetty Http Client

0 commit comments

Comments
 (0)