Skip to content

Commit

Permalink
Release PR for v2.15.0 (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
vastin authored Dec 7, 2023
1 parent 26f9a2f commit d1c7d7b
Show file tree
Hide file tree
Showing 2 changed files with 356 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 2.15.0 - 2023-12-07
- Remove usage of deprecated jackson property
[PR 391](https://github.com/aws/aws-xray-sdk-java/pull/391)
- Optimize default resolver chain construction
[PR 387](https://github.com/aws/aws-xray-sdk-java/pull/387)
- Refactored AWSXRayServletFilter - not to use deprecated method for strategy creation
[PR 386](https://github.com/aws/aws-xray-sdk-java/pull/386)
- Bumping grgit version
[PR 385](https://github.com/aws/aws-xray-sdk-java/pull/385)
- Use jackson to snake case for better performance
[PR 382](https://github.com/aws/aws-xray-sdk-java/pull/382)
- Thread safety
[PR 383](https://github.com/aws/aws-xray-sdk-java/pull/383)

## 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)
Expand Down
Loading

0 comments on commit d1c7d7b

Please sign in to comment.