Releases: openzipkin/zipkin-aws
Zipkin AWS 0.23.4
Zipkin AWS 0.23.3
What's Changed
- fixed internal module path for elasticsearch by @HesselvanApeldoorn in #190
- Upgrade Zipkin and Log4j by @enriquerecarte in #193
- Fixing CVE-2021-44228 by @jlkweb12 in #192
- fix: enable docker buildkit by @jeqo in #194
New Contributors
- @HesselvanApeldoorn made their first contribution in #190
- @enriquerecarte made their first contribution in #193
- @jlkweb12 made their first contribution in #192
- @jeqo made their first contribution in #194
Full Changelog: 0.23.2...0.23.3
release-0.21.1
Fixes SQS empty batch delete error (#168)
AWS SDK V2 Instrumentation
Zipkin-AWS 0.15 notably introduces Brave instrumentation for aws-java-sdk-v2
clients
AwsSdkTracing
The new class AwsSdkTracing
is a decorator for all AWS clients that extend SdkClient
. It creates an ExecutionInterceptor
instance that you add to your ClientOverrideConfiguration
.
Please see the README for usage information.
Changes since last release
- Zipkin version updated to
2.11.11
- Zipkin Reporter version updated to
2.7.13
- Brave version updated to
5.5.2
AWS SDK Instrumentation
Zipkin-AWS 0.14 notably introduces Brave instrumentation for aws-java-sdk
clients
AwsClientTracing
The new class AwsClientTracing
is a decorator for all AWS clients that extend AmazonWebServiceClient
. It should be used as the last step of your client build, as it takes a AwsClientBuilder
instance and returns the associated AmazonWebServiceClient
.
Please see the README for usage information.
note: This does not support AmazonDaxClient
due to it not following the AmazonWebServiceClient
interface.
Changes since last release
- Brave version updated to
5.5.0