Skip to content

Commit 160f724

Browse files
VERSION 0.30.1 (#166)
1 parent 24b9bba commit 160f724

File tree

7 files changed

+12
-7
lines changed

7 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<a name="Pending Release"></a>
2-
## [Pending Release](https://github.com/lightstep/lightstep-tracer-java-common/compare/0.30.0...master)
2+
## [Pending Release](https://github.com/lightstep/lightstep-tracer-java-common/compare/0.30.1...master)
3+
4+
<a name="0.30.1"></a>
5+
## [0.30.1](https://github.com/lightstep/lightstep-tracer-java-common/compare/0.30.0...0.30.1)
36
* Allow users to disable metrics via environment variable: `LS_METRICS_ENABLED=false`
7+
* Make `SpanContext` truly immutable.
8+
* Allow `SpanContext` to directly create a copy with updated values.
49

510
<a name="0.30.0"></a>
611
## [0.30.0](https://github.com/lightstep/lightstep-tracer-java-common/compare/0.21.0...0.30.0)

bundle-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>java</artifactId>
77
<groupId>com.lightstep.tracer</groupId>
8-
<version>0.30.0</version>
8+
<version>0.30.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>java</artifactId>
77
<groupId>com.lightstep.tracer</groupId>
8-
<version>0.30.0</version>
8+
<version>0.30.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>java</artifactId>
77
<groupId>com.lightstep.tracer</groupId>
8-
<version>0.30.0</version>
8+
<version>0.30.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>java</artifactId>
99
<groupId>com.lightstep.tracer</groupId>
10-
<version>0.30.0</version>
10+
<version>0.30.1</version>
1111
</parent>
1212

1313
<artifactId>tracer-grpc</artifactId>

okhttp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>java</artifactId>
77
<groupId>com.lightstep.tracer</groupId>
8-
<version>0.30.0</version>
8+
<version>0.30.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.lightstep.tracer</groupId>
88
<artifactId>java</artifactId>
99
<packaging>pom</packaging>
10-
<version>0.30.0</version>
10+
<version>0.30.1</version>
1111

1212
<name>LightStep Tracer Java Common (parent)</name>
1313
<description>LightStep Tracer Java Common (parent)</description>

0 commit comments

Comments
 (0)