forked from jaegertracing/jaeger-client-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare release 2.26.0 (jaegertracing#573)
Signed-off-by: Joe Elliott <[email protected]>
- Loading branch information
1 parent
99ac6dc
commit f236141
Showing
1 changed file
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
Changes by Version | ||
================== | ||
|
||
2.25.1 (unreleased) | ||
------------------- | ||
- Nothing yet. | ||
|
||
2.26.0 (2021-04-16) | ||
------------------- | ||
- Delete a baggage item when value is blank (#562) -- evan.kim | ||
- Trim baggage key when parsing (#566) -- sicong.huang | ||
- feat: extend configuration to support custom randomNumber func (#555) -- NemoO_o | ||
- Support JAEGER_TRACEID_128BIT env var (#547) -- Yuri Shkuro | ||
- Additional context protections (#544) -- Joe Elliott | ||
- Lock RemotelyControlledSampler.sampler on callbacks (#543) -- Dima | ||
- Upgrade build to Go 1.15 (#539) -- Yuri Shkuro | ||
- Upgrade to [email protected] to fix broken codahale/hdrhistogram dependency (#537) -- Yuri Shkuro | ||
- Prefix TraceID/SpanID.String() with zeroes (#533) -- Lukas Vogel | ||
- Upgrade to OpenTracing Go 1.2 (#525) -- Yuri Shkuro | ||
|
||
2.25.0 (2020-07-13) | ||
------------------- | ||
|