Releases: openzipkin/zipkin-gcp
Zipkin GCP 2.2.6
What's Changed
- Routine dependency updates by @reta in #227
- Update infra and dependencies by @hydrapolic and @shakuzen in #232
- Translate Spring 6 HTTP spans to Stackdriver convention by @shakuzen in #229
New Contributors
- @hydrapolic made their first contribution in #232
Full Changelog: 2.2.5...2.2.6
Zipkin GCP 2.2.5
Zipkin GCP 2.2.4
Zipkin GCP 2.2.4 notably updates to Zipkin 3.4 and Spring Boot 3.3
Zipkin GCP 2.2.3
Zipkin GCP 2.2.3 updates to latest dependencies
Full Changelog: https://github.com/openzipkin/zipkin-gcp/compare/2.2.2..2.2.3
Zipkin GCP 2.2.2
Zipkin GCP 2.2.2 updates to Zipkin 3.0.6 and fixes a docker openssl error
Full Changelog: https://github.com/openzipkin/zipkin-gcp/compare/2.2.1..2.2.2
Zipkin GCP 2.2.1
Zipkin GCP 2.2.1 updates to Zipkin 3.0.5 which supports authenticated service registration in Netflix Eureka.
Zipkin GCP 2.2
Zipkin GCP 2.2 migrates to the simpler BytesMessageSender
defined in zipkin-reporter 3.2. It also fixes numerous bad links in our documentation.
Full Changelog: https://github.com/openzipkin/zipkin-gcp/compare/2.1.1..2.2.0
Zipkin GCP 2.1
Zipkin GCP 2.1 upgrades the server module to run on Zipkin 3, changing the floor Java version for server modules to JRE 17.
Full Changelog: https://github.com/openzipkin/zipkin-gcp/compare/2.0.0..2.1.1
Zipkin GCP 2.0
Zipkin GCP 2.0 is a major upgrade using Brave 6 and Zipkin Reporter 3.1. Notably, this version allows applications traced with Brave to have no zipkin dependency.
Here are the new artifacts supporting this change:
- zipkin-encoder-stackdriver:
StackdriverEncoder.V2
encoder from before- Moved to the package
zipkin2.reporter.stackdriver.zipkin
- The new package and artifact were required to remove zipkin core dependencies from zipkin-sender-stackdriver.
- Moved to the package
- brave-encoder-stackdriver: new
StackdriverV2Encoder
which has no zipkin core dependency
Most won't use StackdriverEncoder.V2
anymore, as it is more efficient to use zipkin-reporter-brave directly like so:
spanHandler = AsyncZipkinSpanHandler.newBuilder(sender).build(new StackdriverV2Encoder(Tags.ERROR));
Thanks for your patience and enjoy the cleaner dependency tree!
Full Changelog: https://github.com/openzipkin/zipkin-gcp/compare/1.1.1..2.0.0
Zipkin GCP 1.1.1
Zipkin GCP 1.1.1 updates to the latest Brave 5.18.1
Full Changelog: https://github.com/openzipkin/zipkin-gcp/compare/1.1.0..1.1.1