Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Release 0.30.0

Compare
Choose a tag to compare
@jpkrohling jpkrohling released this 04 Jul 16:20
· 193 commits to master since this release

WARNING: this release breaks compatibility with previous versions.

The most disruptive changes are:

  1. The module jaeger-core is not bringing Thrift senders anymore. Instead, client applications
    should now depend on the jaeger-thrift module, which will bring the jaeger-core transitively

  2. The first step in establishing the public API was made: all classes were moved to an internal package,
    to signal that they are not supposed to be used directly. Classes not in the internal package are part of the
    new public API and compatibility should follow semver. Clients currently using the Tracer.Builder mechanism
    are encouraged to switch over to the Configuration approach. If you face a situation that cannot be done with this
    approach, do let us know.

  3. Related to the point above: we now have also a SPI package, intended to be consumed by service providers (components
    implementing Senders, Reporters, Samplers). If you are implementing a service, do let us know! We need your
    feedback before moving forward with this API.

  4. Jaeger types related to the OpenTracing standard were renamed, to avoid name clashes: io.jaegertracing.Tracer
    is now JaegerTracer.

Complete list of changes: