Skip to content

Releases: jitlogic/zorka

2.0.3: stable release

04 Aug 19:35
Compare
Choose a tag to compare

Updates asm dependency, so that JDK21 class format will be supported.

2.0.2: stable release

13 Jan 12:24
Compare
Choose a tag to compare

JDK 17 compatibility fixes.

2.0.1: stable release

09 Aug 09:29
Compare
Choose a tag to compare

Small fixes

2.0.0: stable release

04 Apr 22:03
Compare
Choose a tag to compare

Fixes: prometheus and zipkin integrations, TLS for built in HTTP server and client.

1.90.9: development branch

07 Mar 05:41
Compare
Choose a tag to compare
Pre-release

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

20 Feb 17:34
Compare
Choose a tag to compare
Pre-release
  • bug fixes and minor (non-functional) improvements to tracer, collector components;

  • password encryption/decryption functions visible from scripts;

1.90.7: development branch

11 Feb 12:35
Compare
Choose a tag to compare
Pre-release

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

11 Feb 10:12
Compare
Choose a tag to compare

This release fixes some bugs and updates ASM dependency to newest version, so applications on JDK11 should work properly.

1.90.6: development branch

19 Jan 11:49
Compare
Choose a tag to compare
Pre-release

Various fixes and performance improvements. TLS/SSL support for agent-collector connections.

1.90.5: development branch

04 Nov 16:05
Compare
Choose a tag to compare
Pre-release

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.