-
Notifications
You must be signed in to change notification settings - Fork 100
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 PR for v2.13.0 #362
Conversation
CHANGELOG.md
Outdated
@@ -1,5 +1,11 @@ | |||
# Change Log | |||
|
|||
## 2.13.0 - 2022-11-08 | |||
- Oversampling Mitigation | |||
[#PR381](https://github.com/aws/aws-xray-sdk-go/pull/381) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be formatted as [PR 381]
The |
CHANGELOG.md
Outdated
[PR356](https://github.com/aws/aws-xray-sdk-java/pull/356) | ||
- Add back original subsegment noOp method | ||
[PR359](https://github.com/aws/aws-xray-sdk-java/pull/359) | ||
- Refactoring TraceHeader Calls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change PR359
to PR 359
Also I think we can remove the "Refactoring" items from from the Changelog. Usually this is not included.
CHANGELOG.md
Outdated
- Refactoring TraceHeader Calls | ||
[PR360](https://github.com/aws/aws-xray-sdk-java/pull/360) | ||
- Adding back depricated functions | ||
[PR361](https://github.com/aws/aws-xray-sdk-java/pull/361) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR 360 and PR 361 descriptions are swapped
Codecov Report
@@ Coverage Diff @@
## master #362 +/- ##
=========================================
Coverage 58.41% 58.41%
Complexity 1229 1229
=========================================
Files 133 133
Lines 5011 5011
Branches 589 589
=========================================
Hits 2927 2927
Misses 1814 1814
Partials 270 270 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Issue #, if available:
Description of changes:
Updating change log for v2.13.0
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.