Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit fd130d0

Browse files
prepare v1.5.1 release (#106)
Updates the package version to 1.5.1 and the change log with commits since the last release.
1 parent 2705598 commit fd130d0

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

CHANGELOG.md

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

3+
## 1.5.1
4+
5+
### Fixes:
6+
7+
- Default w3c sampled flag to 01 so the OTEL collector does not ignore the spans (#105)
8+
- Change Brave span transforming to properly associate spans (#95)
9+
- Suppress spotbug warning for volatile array (#96)
10+
11+
### Maintenance
12+
13+
- Add dependabot config (#97)
14+
- Use public CircleCI context for build secrets (#94)
15+
- Bump spotbugs-maven-plugin from 3.1.12.2 to 4.2.0 (#103)
16+
- Bump pmdCoreVersion from 6.3.0 to 6.30.0 (#102)
17+
- Bump junit from 4.12 to 4.13.1 (#83)
18+
319
## 1.5.0
420

521
Improvements:

beeline-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.honeycomb.beeline</groupId>
99
<artifactId>beeline-parent</artifactId>
10-
<version>1.5.0</version>
10+
<version>1.5.1</version>
1111
</parent>
1212

1313
<name>Beeline Java (Core)</name>

beeline-spring-boot-sleuth-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.honeycomb.beeline</groupId>
99
<artifactId>beeline-parent</artifactId>
10-
<version>1.5.0</version>
10+
<version>1.5.1</version>
1111
</parent>
1212

1313
<name>Beeline Java (Spring Boot Sleuth Starter)</name>

beeline-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.honeycomb.beeline</groupId>
99
<artifactId>beeline-parent</artifactId>
10-
<version>1.5.0</version>
10+
<version>1.5.1</version>
1111
</parent>
1212

1313
<name>Beeline Java (Spring Boot Starter)</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>Beeline Java (Parent)</name>
88
<artifactId>beeline-parent</artifactId>
99
<groupId>io.honeycomb.beeline</groupId>
10-
<version>1.5.0</version>
10+
<version>1.5.1</version>
1111
<packaging>pom</packaging>
1212

1313
<description>Parent POM for the Honeycomb Beeline for Java</description>

0 commit comments

Comments
 (0)