All Versions
57
Latest Version
Avg Release Cycle
81 days
Latest Release
637 days ago

Changelog History
Page 1

  • v1.8.1 Changes

    June 30, 2022
    • ⬆️ Bump okhttp to 4.9.3 (#834)
    • ⬆️ Bump apache thrift version to 0.15.0
    • ⚑️ Update gson from 2.8.6 -> 2.9.0
  • v1.8.0 Changes

    January 15, 2022
    • βͺ Restore support for setting null as a tag value (Resolves #823) (#824) -- amirhadadi
  • v1.7.0 Changes

    December 18, 2021
    • ⚑️ Optimize TextMapCodec::contextFromString (#799) -- amirhadadi
    • jaeger-thrift: Shade kotlin runtime + other libraries (#801) -- ohadgur
    • ⬇️ Drop support for Java 1.6 and 1.7 (#802) -- Yuri Shkuro
    • ⬇️ Reduce locking in JaegerSpan (#795) -- amirhadadi
    • πŸ›  Fix repeated error logging for HttpSender (#785) -- Radek Kraus
  • v1.6.0 Changes

    March 29, 2021
    • Update the version of libthrift to 0.14.1 (#772). (#774) -- Robert Greig
    • Add unit tests and crossdock in github actions (#775) -- Ashmita
    • Fix dead loop in QueueProcessor (#763) -- Yaoliang Chen
  • v1.5.0 Changes

    November 12, 2020
    • ⬆️ Upgrade okhttp to 4.9.0 (#749) -- Yuri Shkuro
    • Do not strip leading zeros from trace IDs (#746) -- Yuri Shkuro
    • Document how to encrypt travis secrets (#744) -- Pavol Loffay
  • v1.4.0 Changes

    September 07, 2020
    • πŸ›  Process sampling tag before handling other tags (fixes #738) -- Audrius Butkevicius>
    • βž• Add 'w3c' to valid JAEGER_PROPAGATION options -- by chgl
    • πŸ‘ Allow SystemClock to recognize non-GA OpenJDK versions -- Andriy Redko
  • v1.3.2 Changes

    August 03, 2020
    • 🌲 Log SenderExceptions the first time they occur in a row (#729) -- Phillip Schichtel
    • πŸ‘‰ Make UdpSender lazy to be able to recover from early DNS issues (#726) -- Phillip Schichtel
  • v1.3.1 Changes

    June 29, 2020

    Same as 1.3.1 (due to issues with artifact publishing)

  • v1.3.0 Changes

    June 29, 2020
    • βž• Add MDCScopeManager for correlating logs with trace context (#718) -- Avi Maslati
    • πŸ›  Fix publishing jaeger-thrift shadow artifact (#704) -- Zbigniew Halas
    • Do not encode span context in HTTP_HEADERS format (#721) -- ClΓ©ment MATHIEU
    • πŸ‘Œ Support microseconds timestamp accuracy for JDK 9 and above (#712) -- Idan Sheinberg
    • Ignore case when extracting W3C TraceContext (#711) -- Yanming Zhou
    • πŸ‘Œ Support jaeger-debug-id in TraceContextCodec (#701) -- Yanming Zhou
    • ⚠ Avoid warning if traceparent not present (#698) -- Yanming Zhou
  • v1.2.0 Changes

    March 11, 2020
    • βž• Add W3C TraceContext codec/propagation (#694, @pavolloffay)
    • πŸ”§ Configuration do not cache sender instance (#685, @ehsavoie)
    • 🚚 Prevent a shutdown hook from being removed in JaegerTracer when a shutdown is in progress (#689, @TomasHofman)
    • πŸ›  Fix ThriftSender max span size check (#670, @yhpark)
    • Unregister shutdown hook when tracer is closed (#679, @TomasHofman)