Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.8.0 #241

Merged
merged 2 commits into from
Nov 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## 2.8.0 - 2020-11-24
- Optimized creating, parsing, and serializing trace IDs
[PR 212](https://github.com/aws/aws-xray-sdk-java/pull/212)
- Fixed setParent behavior for NoOp subsegments
[PR 215](https://github.com/aws/aws-xray-sdk-java/pull/215)
- Added a faster random source configuration
[PR 218](https://github.com/aws/aws-xray-sdk-java/pull/218)
- Lowered log level on IMDS error messages
[PR 219](https://github.com/aws/aws-xray-sdk-java/pull/219)
- Removed nanosecond-time resolution where unneeded for performance
[PR 224](https://github.com/aws/aws-xray-sdk-java/pull/224)
- Fixed log error context missing strategy stack traces
[PR 235](https://github.com/aws/aws-xray-sdk-java/pull/235)
- Added isForcedSampling support configurability to sampling strategies
[PR 232](https://github.com/aws/aws-xray-sdk-java/pull/232)
- Add top-level method for context-free endSubsegment
[PR 229](https://github.com/aws/aws-xray-sdk-java/pull/229)
- Add ThreadLocal-safe Entity.run() method
[PR 240](https://github.com/aws/aws-xray-sdk-java/pull/240)

## 2.7.1 - 2020-08-28
- Fix ClassCastException caused by change in 2.7.0
[PR 202](https://github.com/aws/aws-xray-sdk-java/pull/202)
Expand Down
1 change: 1 addition & 0 deletions aws-xray-recorder-sdk-benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ In the latest version of our SDK (2.2.x), the typical request-response lifecycle
### Benchmark Data by SDK Version

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

#### 1.3.x
<details><summary>Show</summary>
Expand Down
Loading