chore(deps): update dependency zipkin to v0.22.0#14
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency zipkin to v0.22.0#14renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
62bcb71 to
9a99e07
Compare
9a99e07 to
bd4c1a9
Compare
bd4c1a9 to
f75fae1
Compare
f75fae1 to
df76edd
Compare
df76edd to
8ea2a33
Compare
8ea2a33 to
7e6ea71
Compare
7e6ea71 to
4d54bfe
Compare
4d54bfe to
abc4688
Compare
abc4688 to
995eba2
Compare
995eba2 to
d00170c
Compare
d00170c to
08e21af
Compare
a2b9008 to
bcf268e
Compare
bcf268e to
dc52f37
Compare
dc52f37 to
30828b2
Compare
30828b2 to
522ff55
Compare
522ff55 to
449997b
Compare
449997b to
de1bca6
Compare
de1bca6 to
b55aabb
Compare
b55aabb to
47f9886
Compare
ba6d1ac to
fa8eee6
Compare
fa8eee6 to
71a6451
Compare
71a6451 to
e5e9e2c
Compare
e5e9e2c to
da52899
Compare
da52899 to
44b9daa
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.10.1->0.22.0Release Notes
openzipkin/zipkin-js
v0.22.0: Version 0.22.0Compare Source
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:
v0.21.0: Version 0.21.0Compare Source
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.
v0.20.0: Versión 0.20.0Compare Source
v0.19.2Compare Source
v0.19.1: Version 0.19.1Compare Source
[#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 https://github.com/openzipkin/zipkin-js/pull/417#issuecomment-540147193
v0.19.0: Version 0.19.0Compare Source
This version includes the brand new zipkin-instrumentation-koa package by @shumsky, some gaps filled in the Typescript interface by @Igor-lkm (https://github.com/openzipkin/zipkin-js/pull/426 and https://github.com/openzipkin/zipkin-js/pull/428) and a complete refactor of the test suite for instrumentations.
v0.18.6: Version 0.18.6Compare Source
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!BatchRecorder.flush()for manual control of span reporting (ex in lambda) #362Error: Must be valid TraceId instancerelating to transpilation #422Span.kindonServerRecvand droppedClientAddrannotations #418v0.18.5Compare Source
v0.18.4: Version 0.18.4Compare Source
Major improvements in span reporting and debugging support. Notably the issue described in https://github.com/openzipkin/zipkin-js/issues/365 was addressed in https://github.com/openzipkin/zipkin-js/pull/383 with tones of tests in https://github.com/openzipkin/zipkin-js/pull/378, https://github.com/openzipkin/zipkin-js/pull/376, https://github.com/openzipkin/zipkin-js/pull/372, https://github.com/openzipkin/zipkin-js/pull/369, https://github.com/openzipkin/zipkin-js/pull/380 and https://github.com/openzipkin/zipkin-js/pull/385. All these great work is thanks to @adriancole
v0.18.3Compare Source
v0.18.2Compare Source
v0.18.1Compare Source
v0.18.0: Version 0.18.0Compare Source
v0.17.1: Version 0.17.1Compare Source
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.
v0.16.2: Version 0.16.2Compare Source
This patch version includes a fix for #330 thanks to @ghermeto.
v0.16.1: Version 0.16.1Compare Source
This patch version includes a couple of fixes:
v0.16.0: Version 0.16.0Compare Source
zipkin-instrumentation-grpc-client. Thanks to @li8zipkin-transport-http. Thanks to @Kihov0.15.0: Version 0.15.0Compare Source
This astonishing release comes with many new features and improvements.
Optiontype - thanks to @briancavaliermaxPayloadSizeoption inHttpLogger- thanks to @juhovhsupportsJoininHttpServermiddleware - thanks to @juhovhMore so, many dramatic improvements to typescript code thanks to @DavideCarvalho and thanks to @sonybinhle for the code reviews.
v0.14.3: Version 0.14.3Compare Source
This release includes two fixes:
create-react-app. Thanks to @DavideCarvalhov0.14.2: Version 0.14.2Compare Source
This new release include the brand new package zipkin-instrumentation-request-promise which adds tracing to the request and request-promise libraries. Thanks to @mkante for this effort.
It also improves the tests for client/server instrumentation by adding errors based on the status code.
Finally, thanks to @jnazander, there is a troubleshooting section for
zipkin-instrumentation-cls.v0.14.1: Zipkin JS 0.14.1Compare Source
https://github.com/openzipkin/zipkin-js/pull/254 Fix TS compilation error for missing Option type argument - @kevin-greene-ck
v0.14.0: Zipkin JS 0.14.0Compare Source
Zipkin JS adds support for
Sampling Flagsand some other important improvements to the library:X-B3-Flags: 1orX-B3-Sampled: 1will force downstream to respect those decisions.http.urlin favor ofhttp.pathin server tracing. This improvement trims the query string parameters coming from upstream to avoid the collection of sensitive information like api keys or e-mails in the query string. Thanks to @pchiwan.ConsoleRecorderconstructor as it does not match ts type. Thanks to @tomasAlabes.v0.13.0Compare Source
v0.12.0Compare Source
v0.11.2Compare Source
v0.11.1: zipkin-js v0.11Compare Source
zipkin-js v0.11 adds PostgreSQL, TypeScript, http customization and local tracing apis.
We're quite lucky to have a community producing works like this. Don't forget to watch our repo for change you're interested in!
PostgreSQL
Those familiar with Zipkin change culture know that we aim for high quality implementations that are desired by multiple parties (rule-of-three). Thanks to @voldern, we now have client instrumentation for postgreql and thanks to our community speaking up in favor, it is merged!
Here's a snippet from the README:
TypeScript
TypeScript is quickly catching fire in our repository. Many thanks to @yonran and @pbadenski for fleshing out declaration files, covering our base api, all transports and a couple instrumentation packages. Keep an eye out or roll up your sleeves to help complete the job!
Http transport customizations
Some folks proxy zipkin, adding aspects such as oauth they might need. Thanks to @voldern, you can now customize headers used to transport spans, such as adding authorization.
Local tracing
Local tracing is capturing activity that starts before remote service calls, or in-between them. This can be used to label code in a client, such as react-native, or a notable operation you need to pay attention to for SLA reasons. Thanks to a lot of help from @eirslett @DanielMSchmidt and @sundarsy, we now have a new api command
Tracer.localwhich wraps synchronous or promise results.Here's an example tracing a synchronous function:
Here's an example tracing a function that returns a promise:
Look at our README or our example node or React Native projects for local tracing in action!
v0.11.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.