Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support -H, -B, --jaeger for headers and baggage #121

Merged
merged 17 commits into from
Nov 2, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clarify changelog
  • Loading branch information
kriskowal committed Nov 2, 2016
commit d575f1111cd2a84bbc56046f7c882fc01ca9e7b8
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Changelog

* Upgrade to TChannel 1.2.0 and add Open Tracing support.
* Support set constants in Thrift files.
* Add support for -H key:value header arguments.
* Add support for -B key:value for baggage header arguments, with support for
Jaeger's Uber-styled baggage for HTTP and TChannel with --jaeger.
* Add support for headers with flags like -H key:value.
* Add support for baggage headers with flags like -B key:value when baggage
propagation is enabled with --jaeger.

# 0.6.2

Expand Down