-
Notifications
You must be signed in to change notification settings - Fork 100
Comparing changes
Open a pull request
base repository: aws/aws-xray-sdk-java
base: v2.11.2
head repository: aws/aws-xray-sdk-java
compare: v2.12.0
- 14 commits
- 36 files changed
- 9 contributors
Commits on Jun 20, 2022
-
[aws-xray-recorder-sdk-apache-http] Don't return a null target to avo…
…id possible NPE (#338)
Configuration menu - View commit details
-
Copy full SHA for e3436c1 - Browse repository at this point
Copy the full SHA e3436c1View commit details
Commits on Jun 29, 2022
-
Add Otel Java links to readme. Update CI badge. (#339)
* Add Otel Java to readme * Switch out travis ci badge with github workflow * Update README.md Co-authored-by: Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca> * Update readme Co-authored-by: Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>
Configuration menu - View commit details
-
Copy full SHA for a9ec225 - Browse repository at this point
Copy the full SHA a9ec225View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e7d732 - Browse repository at this point
Copy the full SHA 7e7d732View commit details
Commits on Jul 26, 2022
-
Improve emitter send data log (#343)
* Improve the emitter sendData failure log message to include the number of bytes involved and the type of entity that failed to be published. New log message has format: Exception while sending segment (SegmentImpl) over UDP for entity CoreApi [1827010d1fe3a482] on segment [no parent segment]. Bytes: 77861 * Improve the emitter sendData failure log message to include the number of bytes involved and the type of entity that failed to be published. New log message has format: Exception while sending segment (SegmentImpl) over UDP for entity CoreApi [1827010d1fe3a482] on segment [no parent segment]. Bytes: 77861
Configuration menu - View commit details
-
Copy full SHA for 6f29232 - Browse repository at this point
Copy the full SHA 6f29232View commit details
Commits on Jul 27, 2022
-
Send subsegments separately from segments when serialized size is lar…
…ger than the UDP packet size limit. This is similar to how the DefaultStreamingStrategy behaves. (#344) Segments occasionally can be too large and contain hundreds subsegments, despite the behavior of the DefaultStreamingStrategy class, when running with multiple threads. It is suspected that race conditions can lead to subsegments building up and not getting pushed into xray daemon by the time the segment is ended.
Configuration menu - View commit details
-
Copy full SHA for 3692320 - Browse repository at this point
Copy the full SHA 3692320View commit details
Commits on Jul 28, 2022
-
Add javadoc to Subsegment.close() method. (#342)
This method should not be used externally in general. See #318 for details.
Configuration menu - View commit details
-
Copy full SHA for 5981f27 - Browse repository at this point
Copy the full SHA 5981f27View commit details
Commits on Aug 5, 2022
-
add @nullable to AWSXray.setTraceEntity() as the delegate method in A…
…WSXrayRecorder accepts nulls when clearing the TraceEntity state (#345)
Configuration menu - View commit details
-
Copy full SHA for 5bab3e5 - Browse repository at this point
Copy the full SHA 5bab3e5View commit details
Commits on Aug 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d097192 - Browse repository at this point
Copy the full SHA d097192View commit details
Commits on Aug 22, 2022
-
Revert subsegment synchronization changes (#350)
* Revert "Don't lock segment from subsegment (#306)" This reverts commit d5ccae2. * Revert "Keep track of emitted in emitter. (#279)" This reverts commit d66d69a. * Revert "Remove subsegments lock (#278)" This reverts commit adfb395. * Revert "Lock all accesses to entities. (#250)" This reverts commit f0a3b3a. * add back errorprone annotations * fixed shouldPropagate * added back getSubsegmentsCopy * added back compareAndSetEmitted * whitespace fix
Configuration menu - View commit details
-
Copy full SHA for 39ab1cc - Browse repository at this point
Copy the full SHA 39ab1ccView commit details
Commits on Sep 22, 2022
-
Change missing context default behavior to log (#353)
* Changing default Context Mising behavior
Configuration menu - View commit details
-
Copy full SHA for 9487f19 - Browse repository at this point
Copy the full SHA 9487f19View commit details
Commits on Sep 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 11c498b - Browse repository at this point
Copy the full SHA 11c498bView commit details
Commits on Oct 7, 2022
-
Allow list TopicArn for SNS Publish and PublishBatch (#357)
* Allow list TopicArn for SNS PublishBatch request * Allow list TopicArn for SNS Publish and PublishBatch
Configuration menu - View commit details
-
Copy full SHA for 8161976 - Browse repository at this point
Copy the full SHA 8161976View commit details -
Co-authored-by: Jonathan Lee <jjllee@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 5dce456 - Browse repository at this point
Copy the full SHA 5dce456View commit details
Commits on Oct 10, 2022
-
runner committed
Oct 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 2af6fc5 - Browse repository at this point
Copy the full SHA 2af6fc5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.11.2...v2.12.0