Migrating to Zipkin 3.6.0
Version 3.6.0 introduces 1 breaking change. This guide details how to update your code.
Released: 3/23/2026
1
Breaking Changes
1
Migration Steps
2
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
Zipkin Docker ImagesOpenSearch SupportBreaking Changes
●Issue #1
Testing against Elasticsearch 7.x has been discontinued, as it is now End-Of-Life (EOL). Users relying on ES 7.x must migrate to Elasticsearch 8.x or 9.x.
Migration Steps
- 1If you are using Elasticsearch 7.x, migrate your setup to use Elasticsearch 8.x or 9.x.
Release Summary
This release updates the Zipkin docker images to use JRE 25 and includes maintenance updates, notably improving OpenSearch support, while dropping testing for EOL Elasticsearch 7.x.
Need More Details?
View the full release notes and all changes for Zipkin 3.6.0.
View Full Changelog