|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## 2.7.0 - 2020-08-25 |
| 4 | +- Add beginSegmentWithSampling API |
| 5 | +[PR 196](https://github.com/aws/aws-xray-sdk-java/pull/196) |
| 6 | +- Changed containerId to container_id in ECS plugin |
| 7 | +[PR 195](https://github.com/aws/aws-xray-sdk-java/pull/195) |
| 8 | +- Improved performance of withDefaultPlugins |
| 9 | +[PR 194](https://github.com/aws/aws-xray-sdk-java/pull/194) |
| 10 | +- Reduced timeout and logging from IMDS failure |
| 11 | +[PR 192](https://github.com/aws/aws-xray-sdk-java/pull/192) |
| 12 | +- Debug log the stacktrace for LOG_ERROR strategy |
| 13 | +[PR 191](https://github.com/aws/aws-xray-sdk-java/pull/191) |
| 14 | +- Made SqlSubsegments class exception-safe |
| 15 | +[PR 189](https://github.com/aws/aws-xray-sdk-java/pull/189) |
| 16 | +- Added utility class for creating SQL subsegments |
| 17 | +[PR 186](https://github.com/aws/aws-xray-sdk-java/pull/186) |
| 18 | +- Deprecated Dummy(Sub)Segments in favor of NoOps |
| 19 | +[PR 183](https://github.com/aws/aws-xray-sdk-java/pull/183) |
| 20 | +- Return no-op segments instead of null when context isn't found |
| 21 | +[PR 180](https://github.com/aws/aws-xray-sdk-java/pull/180) |
| 22 | +- Fixed behavior of exception throwing on invalid address in DaemonConfig |
| 23 | +[PR 179](https://github.com/aws/aws-xray-sdk-java/pull/179) |
| 24 | +- Fixed bug where subsegments operations used a different lock |
| 25 | +[PR 182](https://github.com/aws/aws-xray-sdk-java/pull/182) |
| 26 | +- Changed AWS SDKs to runtime dependencies in AWS SDK instrumentation modules |
| 27 | +[PR 167](https://github.com/aws/aws-xray-sdk-java/pull/167) |
| 28 | + |
3 | 29 | ## 2.6.1 - 2020-06-20 |
4 | 30 | - Fixed JSON parsing logic for Centralized Sampling |
5 | 31 | [PR 171](https://github.com/aws/aws-xray-sdk-java/pull/171) |
|
0 commit comments