Releases: jitlogic/zorka
2.0.3: stable release
2.0.2: stable release
JDK 17 compatibility fixes.
2.0.1: stable release
Small fixes
2.0.0: stable release
Fixes: prometheus and zipkin integrations, TLS for built in HTTP server and client.
1.90.9: development branch
Mainly bugfixes and stabilization. Collector components have been simplified to be more robust and better scale in setups with external database (elastic).
1.90.8: development branch
-
bug fixes and minor (non-functional) improvements to tracer, collector components;
-
password encryption/decryption functions visible from scripts;
1.90.7: development branch
This release brings a lot of serious changes, breaking compatibility with 1.0.x versions:
-
support for ZipkinV2 API (JSON), zorka can now feed both zipkin and jaeger;
-
all attributes and labels changed to match OpenTracing conventions (in zipkin/jaeger and in zico);
-
thread monitoring is now reworked and simplified;
-
removed old unused components (snmp trapper, nagios integration, normalizers framework);
-
removed ZICO 1.0.x and ZICO protocol support (only HTTP/CBOR protocol now supported);
-
simplified HTTP/CBOR trace submission protocol / data format;
-
tracing context propagation now compatible with established standards (B3/Jaeger/W3C);
1.0.18: maintenance release
This release fixes some bugs and updates ASM dependency to newest version, so applications on JDK11 should work properly.
1.90.6: development branch
Various fixes and performance improvements. TLS/SSL support for agent-collector connections.
1.90.5: development branch
Lots of smaller changes & fixes, mostly for Spring Boot 2.x microservices. Agent registration in ZICO 2.x can now be performed from command line prior to running monitored application.