Skip to content

Commit 57c11db

Browse files
authored
Release PR for v2.9.0 (#274)
* Release PR for v2.9.0 * update changelog
1 parent 299510e commit 57c11db

File tree

2 files changed

+362
-0
lines changed

2 files changed

+362
-0
lines changed

CHANGELOG.md

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

3+
## 2.9.0
4+
- Added aggregate javadoc plugin
5+
[PR 242](https://github.com/aws/aws-xray-sdk-java/pull/242)
6+
- Configurtion to always create trace ID
7+
[PR 243](https://github.com/aws/aws-xray-sdk-java/pull/243)
8+
- Fix sampling rules not being deleted
9+
[PR 244](https://github.com/aws/aws-xray-sdk-java/pull/244)
10+
- Lock accesses to entities
11+
[PR 250](https://github.com/aws/aws-xray-sdk-java/pull/250)
12+
- Added support for reading header from environment and system properties
13+
[PR 252](https://github.com/aws/aws-xray-sdk-java/pull/252)
14+
- Added log correlation support to ECS plugin
15+
[PR 263](https://github.com/aws/aws-xray-sdk-java/pull/263)
16+
- Added JavaTimeModule for entity object mapper
17+
[PR 267](https://github.com/aws/aws-xray-sdk-java/pull/267)
18+
- Addded enhanced metadata parsing for Oracle DBs
19+
[PR 270](https://github.com/aws/aws-xray-sdk-java/pull/270)
20+
- Added support to set log group via environment variable
21+
[PR 273](https://github.com/aws/aws-xray-sdk-java/pull/273)
22+
23+
324
## 2.8.0 - 2020-11-24
425
- Optimized creating, parsing, and serializing trace IDs
526
[PR 212](https://github.com/aws/aws-xray-sdk-java/pull/212)

0 commit comments

Comments
 (0)