Skip to content

Releases: openzipkin/zipkin-gcp

Zipkin GCP 2.2.3

13 Apr 21:28
Compare
Choose a tag to compare

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

18 Feb 04:21
Compare
Choose a tag to compare

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

25 Jan 04:25
Compare
Choose a tag to compare

Zipkin GCP 2.2.1 updates to Zipkin 3.0.5 which supports authenticated service registration in Netflix Eureka.

Zipkin GCP 2.2

15 Jan 04:13
Compare
Choose a tag to compare

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

13 Jan 12:36
Compare
Choose a tag to compare

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

09 Jan 23:45
Compare
Choose a tag to compare

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.
  • 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

09 Jan 00:19
Compare
Choose a tag to compare

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

Zipkin GCP 1.1.0

01 Jan 01:08
Compare
Choose a tag to compare

Zipkin GCP 1.1.0 updates all versions to latest and renovates the build so that it can work on JDK21. It also begins a pubsub collector, thanks to @gkatzioura. There is still some integration work needed, so please help in #109 or add notice of your interest there to encourage others.

Part of updating was moving to junit-jupiter instead of junit 4. Jupiter was assisted by OpenRewrite automated refactoring by @TeamModerne.

Thanks finally, to those who helped with maintenance in the last 2 years including @Chipcius and @shakuzen

Full Changelog: https://github.com/openzipkin/zipkin-gcp/compare/1.0.4..1.1.0

Zipkin GCP 1.0.4

11 Jan 08:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.3...1.0.4