Skip to content

Commit

Permalink
Release 2.7.1 (#58)
Browse files Browse the repository at this point in the history
* preparing release 2.7.1

* enhanced readme

* added performance section

* updated javadoc and sources publishing
  • Loading branch information
willarmiros authored Sep 3, 2020
1 parent 2f8cc6e commit d7ca741
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 210 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Change Log

## 2.7.1 - 2020-09-03
* Added build steps to compile X-Ray agent ZIP [PR #55](https://github.com/aws/aws-xray-java-agent/pull/55)
* Added Benchmarking tests [PR #57](https://github.com/aws/aws-xray-java-agent/pull/57)
* Added support for trace ID injection and plugins [PR #52](https://github.com/aws/aws-xray-java-agent/pull/52)
* Added SQL instrumentation [PR #52](https://github.com/aws/aws-xray-java-agent/pull/52)
* Converted agent architecture to be a DiSCo plugin rather than monolith [PR #52](https://github.com/aws/aws-xray-java-agent/pull/52)
* Converted project to Gradle [PR #52](https://github.com/aws/aws-xray-java-agent/pull/52)
* Added ability to configure agent via external JSON file [PR #33](https://github.com/aws/aws-xray-java-agent/pull/33)
* Switched to use Apache Commons Logging [PR #32](https://github.com/aws/aws-xray-java-agent/pull/32)

## 2.4.0-beta - 2019-12-2
Initial commit
Loading

0 comments on commit d7ca741

Please sign in to comment.