Skip to content

Commit 57d0a44

Browse files
authored
Release PR for v2.20.0 (#436)
1 parent 88e2fdf commit 57d0a44

File tree

3 files changed

+360
-13
lines changed

3 files changed

+360
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Change Log
2+
## 2.20.0 - 2025-10-01
3+
- Support extracting X-Ray Trace Id via SdkInternalThreadLocal in Lambda Segment Context (#433)
4+
[PR 433](https://github.com/aws/aws-xray-sdk-java/pull/433)
5+
- Bump aws-java-sdk-core api version to 1.12.788 in AWS SDK for Java v1 Instrumentation (#430)
6+
[PR 430](https://github.com/aws/aws-xray-sdk-java/pull/430)
7+
28
## 2.19.0 - 2025-08-06
39
- Remove AWS SDK v1 Dependency from X-Ray SDK Core (#428)
410
[PR 428](https://github.com/aws/aws-xray-sdk-java/pull/428)

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,67 +37,67 @@ Add the AWS X-Ray SDK dependencies to your pom.xml:
3737
<dependency>
3838
<groupId>com.amazonaws</groupId>
3939
<artifactId>aws-xray-recorder-sdk-core</artifactId>
40-
<version>2.19.0</version>
40+
<version>2.20.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.amazonaws</groupId>
4444
<artifactId>aws-xray-recorder-sdk-apache-http</artifactId>
45-
<version>2.19.0</version>
45+
<version>2.20.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.amazonaws</groupId>
4949
<artifactId>aws-xray-recorder-sdk-aws-sdk</artifactId>
50-
<version>2.19.0</version>
50+
<version>2.20.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.amazonaws</groupId>
5454
<artifactId>aws-xray-recorder-sdk-aws-sdk-v2</artifactId>
55-
<version>2.19.0</version>
55+
<version>2.20.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.amazonaws</groupId>
5959
<artifactId>aws-xray-recorder-sdk-aws-sdk-instrumentor</artifactId>
60-
<version>2.19.0</version>
60+
<version>2.20.0</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.amazonaws</groupId>
6464
<artifactId>aws-xray-recorder-sdk-aws-sdk-v2-instrumentor</artifactId>
65-
<version>2.19.0</version>
65+
<version>2.20.0</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.amazonaws</groupId>
6969
<artifactId>aws-xray-recorder-sdk-sql</artifactId>
70-
<version>2.19.0</version>
70+
<version>2.20.0</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.amazonaws</groupId>
7474
<artifactId>aws-xray-recorder-sdk-sql-mysql</artifactId>
75-
<version>2.19.0</version>
75+
<version>2.20.0</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>com.amazonaws</groupId>
7979
<artifactId>aws-xray-recorder-sdk-sql-postgres</artifactId>
80-
<version>2.19.0</version>
80+
<version>2.20.0</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>com.amazonaws</groupId>
8484
<artifactId>aws-xray-recorder-sdk-spring</artifactId>
85-
<version>2.19.0</version>
85+
<version>2.20.0</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>com.amazonaws</groupId>
8989
<artifactId>aws-xray-recorder-sdk-log4j</artifactId>
90-
<version>2.19.0</version>
90+
<version>2.20.0</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>com.amazonaws</groupId>
9494
<artifactId>aws-xray-recorder-sdk-slf4j</artifactId>
95-
<version>2.19.0</version>
95+
<version>2.20.0</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>com.amazonaws</groupId>
9999
<artifactId>aws-xray-recorder-sdk-metrics</artifactId>
100-
<version>2.19.0</version>
100+
<version>2.20.0</version>
101101
</dependency>
102102
```
103103

0 commit comments

Comments
 (0)