File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changes by Version
2
2
==================
3
3
4
- 2.4.1 (unreleased )
4
+ 2.5.0 (2017-03-23 )
5
5
------------------
6
6
7
7
- Split request latency metric by success/failure [ #123 ] ( https://github.com/uber/jaeger-client-go/pull/123 )
8
+ - Add mutex to adaptive sampler and fix race condition [ #124 ] ( https://github.com/uber/jaeger-client-go/pull/124 )
9
+ - Fix rate limiter panic [ #125 ] ( https://github.com/uber/jaeger-client-go/pull/125 )
8
10
9
11
10
12
2.4.0 (2017-03-21)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ package jaeger
22
22
23
23
const (
24
24
// JaegerClientVersion is the version of the client library reported as Span tag.
25
- JaegerClientVersion = "Go-2.4.1dev "
25
+ JaegerClientVersion = "Go-2.5.0 "
26
26
27
27
// JaegerClientVersionTagKey is the name of the tag used to report client version.
28
28
JaegerClientVersionTagKey = "jaeger.version"
You can’t perform that action at this time.
0 commit comments