Skip to content

Commit 0c2cfa7

Browse files
authored
Release PR for v2.15.3 (#402)
1 parent 88069b4 commit 0c2cfa7

File tree

3 files changed

+358
-13
lines changed

3 files changed

+358
-13
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 2.15.3 - 2024-04-25
4+
- Bump aws-java-sdk-core version to 1.12.708
5+
[PR 401](https://github.com/aws/aws-xray-sdk-java/pull/401)
6+
37
## 2.15.2 - 2024-03-08
48
- Fixed TracingInterceptor to take effect only one time
59
[PR 399](https://github.com/aws/aws-xray-sdk-java/pull/399)

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -20,67 +20,67 @@ Add the AWS X-Ray SDK dependencies to your pom.xml:
2020
<dependency>
2121
<groupId>com.amazonaws</groupId>
2222
<artifactId>aws-xray-recorder-sdk-core</artifactId>
23-
<version>2.15.2</version>
23+
<version>2.15.3</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.amazonaws</groupId>
2727
<artifactId>aws-xray-recorder-sdk-apache-http</artifactId>
28-
<version>2.15.2</version>
28+
<version>2.15.3</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>com.amazonaws</groupId>
3232
<artifactId>aws-xray-recorder-sdk-aws-sdk</artifactId>
33-
<version>2.15.2</version>
33+
<version>2.15.3</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>com.amazonaws</groupId>
3737
<artifactId>aws-xray-recorder-sdk-aws-sdk-v2</artifactId>
38-
<version>2.15.2</version>
38+
<version>2.15.3</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>com.amazonaws</groupId>
4242
<artifactId>aws-xray-recorder-sdk-aws-sdk-instrumentor</artifactId>
43-
<version>2.15.2</version>
43+
<version>2.15.3</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.amazonaws</groupId>
4747
<artifactId>aws-xray-recorder-sdk-aws-sdk-v2-instrumentor</artifactId>
48-
<version>2.15.2</version>
48+
<version>2.15.3</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.amazonaws</groupId>
5252
<artifactId>aws-xray-recorder-sdk-sql</artifactId>
53-
<version>2.15.2</version>
53+
<version>2.15.3</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.amazonaws</groupId>
5757
<artifactId>aws-xray-recorder-sdk-sql-mysql</artifactId>
58-
<version>2.15.2</version>
58+
<version>2.15.3</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.amazonaws</groupId>
6262
<artifactId>aws-xray-recorder-sdk-sql-postgres</artifactId>
63-
<version>2.15.2</version>
63+
<version>2.15.3</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.amazonaws</groupId>
6767
<artifactId>aws-xray-recorder-sdk-spring</artifactId>
68-
<version>2.15.2</version>
68+
<version>2.15.3</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>com.amazonaws</groupId>
7272
<artifactId>aws-xray-recorder-sdk-log4j</artifactId>
73-
<version>2.15.2</version>
73+
<version>2.15.3</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>com.amazonaws</groupId>
7777
<artifactId>aws-xray-recorder-sdk-slf4j</artifactId>
78-
<version>2.15.2</version>
78+
<version>2.15.3</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>com.amazonaws</groupId>
8282
<artifactId>aws-xray-recorder-sdk-metrics</artifactId>
83-
<version>2.15.2</version>
83+
<version>2.15.3</version>
8484
</dependency>
8585
```
8686

0 commit comments

Comments
 (0)