Skip to content

Releases: jaegertracing/jaeger

Release 1.2.0

07 Feb 23:55
dc6c4a7
Compare
Choose a tag to compare

Backend Changes

New Features
  • Use elasticsearch bulk API (#656)
  • Support archive storage in the query-service (#604)
  • Introduce storage factory framework and composable CLI (#625)
  • Make agent host port configurable in hotrod (#663)
  • Add signal handling to standalone (#657)
Fixes
  • Remove the override of GOMAXPROCS (#679)
  • Use UTC timezone for ES indices (#646)
  • Fix elasticsearch create index race condition error (#641)

UI Changes

New Features
  • Use Ant Design instead of Semantic UI (jaegertracing/jaeger-ui#169)
    • Fix #164 - Use Ant Design instead of Semantic UI
    • Fix #165 - Search results are shown without a date
    • Fix #69 - Missing endpoints in jaeger ui dropdown
Fixes

Release 1.1.0

04 Jan 18:56
32bc1b7
Compare
Choose a tag to compare

Backend Changes

New Features
  • Add support for retrieving unadjusted/raw traces (#615)
  • Add CA certificates to collector/query images (#485)
  • Parse zipkin v2 high trace id (#596)
Fixes
  • Skip nil and zero length hits in ElasticSearch storage (#601)
  • Make Cassandra service_name_index inserts idempotent (#587)
  • Align atomic int64 to word boundary to fix SIGSEGV (#592)
  • Add adjuster that removes bad span references (#614)
  • Set operationNames cache initial capacity to 10000 (#621)

UI Changes

New Features
Fixes

Release 1.0.0

06 Dec 00:17
defa341
Compare
Choose a tag to compare

Backend Changes

  • Support Prometheus metrics as default for all components (#516)
  • Enable TLS client connections to Cassandra (#555)
  • Fix issue where Domain to UI model converter double reports references (#579)

UI Changes

  • Make dependencies tab configurable (#122)

Release 0.9.0

26 Oct 00:10
Compare
Choose a tag to compare

UI Changes

Backend Changes

  • Add tracing to the query server #454
  • Support configuration files #462
  • Add cassandra tag filter #442
  • Handle ports > 32k in Zipkin JSON #488

Release 0.8.0

24 Sep 19:42
Compare
Choose a tag to compare

Convert to Apache 2.0 License

Release 0.7.0

22 Aug 22:10
Compare
Choose a tag to compare
  • Add health check server to collector and query #280
  • Add/fix sanitizer for Zipkin span start time and duration #333
  • Support Zipkin json encoding for /api/v1/spans HTTP endpoint #348
  • Support Zipkin 128bit traceId and ipv6 #349

Release 0.6.0

10 Aug 15:41
Compare
Choose a tag to compare
  • Add Elasticsearch storage support
  • Add viper/cobra configuration support #245 #307
  • Add Zipkin /api/v1/spans endpoint #282
  • Add basic authenticator to configs for Cassandra #323

Release 0.5.2

20 Jul 16:40
Compare
Choose a tag to compare
  • Use official Cassandra 3.11 base image (#278)
  • Support configurable metrics backend in the agent (#275)

Release 0.5.1

04 Jul 02:34
Compare
Choose a tag to compare
  • Bug fix: Query startup should fail when -query.static-files has no trailing slash (#144)
  • Push to Docker Hub on release tags (#246)

Release 0.5.0

01 Jul 21:17
Compare
Choose a tag to compare

First numbered release.