Skip to content

Releases: openzipkin/zipkin-js

Version 0.22.0

05 Jun 13:37
Compare
Choose a tag to compare

This release includes in #476, a long requested feature (see #201, #135, #124, #175 and #106) but we did not want to release it until we got users involved in the testing of the feature with real use cases. Thanks @kurtharriger for taking care of the unit testing part and @mikhailrojo for actually testing the feature in production code.

We also include some fixes:

Version 0.21.0

16 Apr 11:42
Compare
Choose a tag to compare

This version mainly adds support for AWS SQS transport, thanks to @asanluis (for the code, iterations and spirit) but also drops support to node8 on builds as EOL.

Versión 0.20.0

25 Mar 22:13
Compare
Choose a tag to compare
  • Adds support for configurable fetch API (#485) - thanks to @petermetz
  • Fix readme for empty module (#489) - thanks to @chrunchyjesus

Version 0.19.1

16 Oct 10:17
Compare
Choose a tag to compare

[#439] Added agent option to http transport - thanks to @RAWeber
[#449] Fixes the express instrumentation by using right hooks in the response reported by @jeffthompson1971 in #417 (comment)

Version 0.19.0

07 Aug 15:44
Compare
Choose a tag to compare

This version includes the brand new zipkin-instrumentation-koa package by @shumsky, some gaps filled in the Typescript interface by @Igor-lkm (#426 and #428) and a complete refactor of the test suite for instrumentations.

Version 0.18.6

24 Jul 16:33
Compare
Choose a tag to compare

This adds the ability to manually flush spans from the BatchRecorder and fixes a couple bugs, most notably Error: Must be valid TraceId instance. Thanks for all the feedback and help making things better!

  • @jcchavezs added BatchRecorder.flush() for manual control of span reporting (ex in lambda) #362
  • Fixes Error: Must be valid TraceId instance relating to transpilation #422
  • Fixes wrong Span.kind on ServerRecv and dropped ClientAddr annotations #418

Version 0.18.4

02 Jul 07:28
Compare
Choose a tag to compare

Major improvements in span reporting and debugging support. Notably the issue described in #365 was addressed in #383 with tones of tests in #378, #376, #372, #369, #380 and #385. All these great work is thanks to @adriancole

Version 0.18.0

19 May 09:52
Compare
Choose a tag to compare

Version 0.17.1

03 Apr 12:40
Compare
Choose a tag to compare

This release includes some fixes and upgrades. Notably we include a GOT http instrumentation.

We also dropped support for node 6 as it is becoming unsupported this month.

Version 0.16.2

21 Feb 13:13
Compare
Choose a tag to compare

This patch version includes a fix for #330 thanks to @ghermeto.