Skip to content

Releases: openzipkin/zipkin-php

Fixes Map Getter to be casi insensitive

24 Apr 10:55
7df3e2b
Compare
Choose a tag to compare

Adds early termination for when reporting span list is empty

30 Jul 09:55
fe8a275
Compare
Choose a tag to compare

Fixes a bug in the tracing builder

03 Jul 09:00
88ab0e8
Compare
Choose a tag to compare

This release fixes a bug in the tracing builder, thanks to @minbaby: #113

Adds support for timeout in cURL reporter

05 Oct 09:03
500a27c
Compare
Choose a tag to compare

[#94] Supporting Timeout as an Option for Reporter - Thanks to @Aideen-Nasirishargh-CK

Fixes endpoint port from Globals

28 Aug 19:51
c2334dd
Compare
Choose a tag to compare
  • #91: Uses integer point when creating an Endpoint from globals. Thanks to @nirnanaaa.

Adds support for extra headers in the Curl reporter

24 Jul 08:07
ff4854c
Compare
Choose a tag to compare

A new cool feature was introduced:

And some other important improvements:

Cleans output in http reporting

11 Jul 17:09
1746ced
Compare
Choose a tag to compare

cURL reporter is outputting a OK when the request to the collector was successful. This could cause a lot of noise in the stdout. Fixed in https://github.com/jcchavezs/zipkin-php/pull/79 by @anensshiya-govinthas-ck

Fixes the hashing for spans to avoid collisions

23 Jun 09:12
8de0986
Compare
Choose a tag to compare

This new release fixes a bug described in https://github.com/jcchavezs/zipkin-php/issues/76 that was causing overriding of spans because of the reuse of hashes in spl_object_hash. Big thanks to @Aramack.

Adds InMemory reporter

20 Apr 12:40
518892d
Compare
Choose a tag to compare
Merge pull request #72 from jcchavezs/adds_in_memory_reporter

Adds InMemory reporter.

Adds a fix in the reporter default dependencies

07 Mar 22:04
b9fe432
Compare
Choose a tag to compare
Merge pull request #69 from jcchavezs/fixes_reporter_default_values

Fixes default values for reporter.