Skip to content

Commit

Permalink
Release v2.14.0 (#378)
Browse files Browse the repository at this point in the history
* Release PR for v2.14.0
  • Loading branch information
atshaw43 authored Apr 13, 2023
1 parent d107573 commit 711e48c
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.14.0 - 2023-04-13
- Add support for Jakarta and Spring 6
[PR 372](https://github.com/aws/aws-xray-sdk-java/pull/372)
- Fix sqs/sns case for aws sdk v2 parameter allowlist lookups
[PR 373](https://github.com/aws/aws-xray-sdk-java/pull/373)
- Fixing NoClassDefFoundError
[PR 375](https://github.com/aws/aws-xray-sdk-java/pull/375)

## 2.13.0 - 2022-11-08
- Oversampling Mitigation
[PR 356](https://github.com/aws/aws-xray-sdk-java/pull/356)
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ public class WebConfig {
```
The servlet filter will fail to serve incoming requests if a `SegmentNamingStrategy` is not supplied, either through web.xml init-params or through the constructor.

##### Applications using `jakarta.servlet` or Spring 6
Include from the Jakarta namespace. Example: `com.amazonaws.xray.javax.servlet.AWSXRayServletFilter`

##### Applications not using `javax.servlet` may include custom interceptors to begin and end trace segments

Directly call `beginSegment` and `endSegment` as necessary. *Note:* this method requires additional work to ensure that the `X-Amzn-Trace-Id` header is properly propogated and sufficient information about the request and response is captured with the segment.
Expand Down
Loading

0 comments on commit 711e48c

Please sign in to comment.