Skip to content

Commit c397bda

Browse files
authored
Release 2.7.1 (#205)
* updated changelog for 2.7.1 * Releasing 2.7.1
1 parent 9c6494a commit c397bda

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.7.1 - 2020-08-28
4+
- Fix ClassCastException caused by change in 2.7.0
5+
[PR 202](https://github.com/aws/aws-xray-sdk-java/pull/202)
6+
- Add rule_name attribute to segments made with beginSegmentWithSampling
7+
[PR 204](https://github.com/aws/aws-xray-sdk-java/pull/204)
8+
39
## 2.7.0 - 2020-08-25
410
- Add beginSegmentWithSampling API
511
[PR 196](https://github.com/aws/aws-xray-sdk-java/pull/196)

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,67 +14,67 @@ Add the AWS X-Ray SDK dependencies to your pom.xml:
1414
<dependency>
1515
<groupId>com.amazonaws</groupId>
1616
<artifactId>aws-xray-recorder-sdk-core</artifactId>
17-
<version>2.7.0</version>
17+
<version>2.7.1</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>com.amazonaws</groupId>
2121
<artifactId>aws-xray-recorder-sdk-apache-http</artifactId>
22-
<version>2.7.0</version>
22+
<version>2.7.1</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.amazonaws</groupId>
2626
<artifactId>aws-xray-recorder-sdk-aws-sdk</artifactId>
27-
<version>2.7.0</version>
27+
<version>2.7.1</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>com.amazonaws</groupId>
3131
<artifactId>aws-xray-recorder-sdk-aws-sdk-v2</artifactId>
32-
<version>2.7.0</version>
32+
<version>2.7.1</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.amazonaws</groupId>
3636
<artifactId>aws-xray-recorder-sdk-aws-sdk-instrumentor</artifactId>
37-
<version>2.7.0</version>
37+
<version>2.7.1</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.amazonaws</groupId>
4141
<artifactId>aws-xray-recorder-sdk-aws-sdk-v2-instrumentor</artifactId>
42-
<version>2.7.0</version>
42+
<version>2.7.1</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.amazonaws</groupId>
4646
<artifactId>aws-xray-recorder-sdk-sql</artifactId>
47-
<version>2.7.0</version>
47+
<version>2.7.1</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.amazonaws</groupId>
5151
<artifactId>aws-xray-recorder-sdk-sql-mysql</artifactId>
52-
<version>2.7.0</version>
52+
<version>2.7.1</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.amazonaws</groupId>
5656
<artifactId>aws-xray-recorder-sdk-sql-postgresql</artifactId>
57-
<version>2.7.0</version>
57+
<version>2.7.1</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.amazonaws</groupId>
6161
<artifactId>aws-xray-recorder-sdk-spring</artifactId>
62-
<version>2.7.0</version>
62+
<version>2.7.1</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.amazonaws</groupId>
6666
<artifactId>aws-xray-recorder-sdk-log4j</artifactId>
67-
<version>2.7.0</version>
67+
<version>2.7.1</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>com.amazonaws</groupId>
7171
<artifactId>aws-xray-recorder-sdk-slf4j</artifactId>
72-
<version>2.7.0</version>
72+
<version>2.7.1</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.amazonaws</groupId>
7676
<artifactId>aws-xray-recorder-sdk-metrics</artifactId>
77-
<version>2.7.0</version>
77+
<version>2.7.1</version>
7878
</dependency>
7979
```
8080

0 commit comments

Comments
 (0)