Skip to content

Commit 43e59bd

Browse files
authored
Release 2.8.0 (#241)
* changelog * added benchmarking results
1 parent ad6b333 commit 43e59bd

File tree

3 files changed

+362
-0
lines changed

3 files changed

+362
-0
lines changed

CHANGELOG.md

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

3+
## 2.8.0 - 2020-11-24
4+
- Optimized creating, parsing, and serializing trace IDs
5+
[PR 212](https://github.com/aws/aws-xray-sdk-java/pull/212)
6+
- Fixed setParent behavior for NoOp subsegments
7+
[PR 215](https://github.com/aws/aws-xray-sdk-java/pull/215)
8+
- Added a faster random source configuration
9+
[PR 218](https://github.com/aws/aws-xray-sdk-java/pull/218)
10+
- Lowered log level on IMDS error messages
11+
[PR 219](https://github.com/aws/aws-xray-sdk-java/pull/219)
12+
- Removed nanosecond-time resolution where unneeded for performance
13+
[PR 224](https://github.com/aws/aws-xray-sdk-java/pull/224)
14+
- Fixed log error context missing strategy stack traces
15+
[PR 235](https://github.com/aws/aws-xray-sdk-java/pull/235)
16+
- Added isForcedSampling support configurability to sampling strategies
17+
[PR 232](https://github.com/aws/aws-xray-sdk-java/pull/232)
18+
- Add top-level method for context-free endSubsegment
19+
[PR 229](https://github.com/aws/aws-xray-sdk-java/pull/229)
20+
- Add ThreadLocal-safe Entity.run() method
21+
[PR 240](https://github.com/aws/aws-xray-sdk-java/pull/240)
22+
323
## 2.7.1 - 2020-08-28
424
- Fix ClassCastException caused by change in 2.7.0
525
[PR 202](https://github.com/aws/aws-xray-sdk-java/pull/202)

aws-xray-recorder-sdk-benchmark/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ In the latest version of our SDK (2.2.x), the typical request-response lifecycle
200200
### Benchmark Data by SDK Version
201201

202202
Note that beginning with version 2.7.x, benchmarks are only ran with the Sample Time and Throughput modes.
203+
Beginning with version 2.8.x, we publish the raw output of the benchmarking tests in the [results](./results) directory.
203204

204205
#### 1.3.x
205206
<details><summary>Show</summary>

0 commit comments

Comments
 (0)