Skip to content

Commit

Permalink
releasing 2.6.1 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
willarmiros authored Jun 21, 2020
1 parent ed18a1b commit 05508f4
Show file tree
Hide file tree
Showing 21 changed files with 52 additions and 48 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 2.6.1 - 2020-06-20
- Fixed JSON parsing logic for Centralized Sampling
[PR 171](https://github.com/aws/aws-xray-sdk-java/pull/171)

## 2.6.0 - 2020-06-10
- Added calls to X-Ray daemon for rules/targets with a simple JDK-based client
[PR 145](https://github.com/aws/aws-xray-sdk-java/pull/145)
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,67 +14,67 @@ Add the AWS X-Ray SDK dependencies to your pom.xml:
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-core</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-apache-http</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-aws-sdk</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-aws-sdk-v2</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-aws-sdk-instrumentor</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-aws-sdk-v2-instrumentor</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-sql</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-sql-mysql</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-sql-postgresql</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-spring</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-log4j</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-slf4j</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-metrics</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions aws-xray-recorder-sdk-apache-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-pom</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-apache-http</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<name>AWS X-Ray Recorder SDK for Java - Apache HTTP Client Proxy</name>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions aws-xray-recorder-sdk-aws-sdk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>aws-xray-recorder-sdk-pom</artifactId>
<groupId>com.amazonaws</groupId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>aws-xray-recorder-sdk-aws-sdk-core</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<name>AWS X-Ray Recorder SDK for Java - AWS SDK Core</name>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions aws-xray-recorder-sdk-aws-sdk-instrumentor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-pom</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-aws-sdk-instrumentor</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<name>AWS X-Ray Recorder SDK for Java - AWS SDK Instrumentor</name>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions aws-xray-recorder-sdk-aws-sdk-v2-instrumentor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>aws-xray-recorder-sdk-pom</artifactId>
<groupId>com.amazonaws</groupId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>aws-xray-recorder-sdk-aws-sdk-v2-instrumentor</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<name>AWS X-Ray Recorder SDK for Java - AWS SDK V2 Instrumentor</name>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions aws-xray-recorder-sdk-aws-sdk-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>aws-xray-recorder-sdk-pom</artifactId>
<groupId>com.amazonaws</groupId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>aws-xray-recorder-sdk-aws-sdk-v2</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<name>AWS X-Ray Recorder SDK for Java - AWS SDK V2</name>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions aws-xray-recorder-sdk-aws-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-pom</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-aws-sdk</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<name>AWS X-Ray Recorder SDK for Java - AWS SDK Handler</name>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions aws-xray-recorder-sdk-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>aws-xray-recorder-sdk-pom</artifactId>
<groupId>com.amazonaws</groupId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>aws-xray-recorder-sdk-benchmark</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<name>AWS X-Ray Recorder SDK for Java - AWS SDK Benchmark</name>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion aws-xray-recorder-sdk-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-pom</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-bom</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions aws-xray-recorder-sdk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-pom</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-core</artifactId>
<name>AWS X-Ray Recorder SDK for Java - Core</name>
<version>2.6.0</version>
<version>2.6.1</version>
<build>
<plugins>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions aws-xray-recorder-sdk-log4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-pom</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-log4j</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<name>AWS X-Ray Recorder SDK for Java – Log4J Trace ID Injection</name>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions aws-xray-recorder-sdk-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-pom</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-metrics</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<name>AWS X-Ray Recorder SDK for Java - Segment Metrics</name>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions aws-xray-recorder-sdk-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-pom</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-slf4j</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<name>AWS X-Ray Recorder SDK for Java - SLF4J Trace ID Injection</name>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion aws-xray-recorder-sdk-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-pom</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>aws-xray-recorder-sdk-spring</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions aws-xray-recorder-sdk-sql-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-pom</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-sql-mysql</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<name>AWS X-Ray Recorder SDK for Java - AWS SDK MySQL Interceptor</name>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions aws-xray-recorder-sdk-sql-postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-pom</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-sql-postgres</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<name>AWS X-Ray Recorder SDK for Java - AWS SDK PostgreSQL Interceptor</name>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions aws-xray-recorder-sdk-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-pom</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-sql</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<name>AWS X-Ray Recorder SDK for Java - SQL Interceptor</name>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions aws-xray-recorder-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-bom</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 2.6.1-SNAPSHOT
version = 2.6.2-SNAPSHOT
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-pom</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<packaging>pom</packaging>
<name>AWS X-Ray Recorder SDK for Java</name>
<description>The Amazon Web Services X-Ray Recorder SDK for Java provides Java APIs for emitting tracing data to AWS X-Ray. AWS X-Ray helps developers analyze and debug distributed applications. With X-Ray, you can understand how your application and its underlying services are performing to identify and troubleshoot the root cause of performance issues and errors.</description>
Expand Down Expand Up @@ -79,7 +79,7 @@
</repository>
</distributionManagement>
<properties>
<awsxrayrecordersdk.version>2.6.0</awsxrayrecordersdk.version>
<awsxrayrecordersdk.version>2.6.1</awsxrayrecordersdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
Expand Down

0 comments on commit 05508f4

Please sign in to comment.