mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 16:14:05 -08:00
b5c833ca21
* Update go.mod dependencies before release Signed-off-by: Julius Volz <julius.volz@gmail.com> * Add issue for showing query warnings in promtool Signed-off-by: Julius Volz <julius.volz@gmail.com> * Revert json-iterator back to 1.1.6 It produced errors when marshaling Point values with special float values. Signed-off-by: Julius Volz <julius.volz@gmail.com> * Fix expected step values in promtool tests after client_golang update Signed-off-by: Julius Volz <julius.volz@gmail.com> * Update generated protobuf code after proto dep updates Signed-off-by: Julius Volz <julius.volz@gmail.com>
47 lines
1.7 KiB
Markdown
47 lines
1.7 KiB
Markdown
Changes by Version
|
|
==================
|
|
|
|
1.1.0 (2019-03-23)
|
|
-------------------
|
|
|
|
Notable changes:
|
|
- The library is now released under Apache 2.0 license
|
|
- Use Set() instead of Add() in HTTPHeadersCarrier is functionally a breaking change (fixes issue [#159](https://github.com/opentracing/opentracing-go/issues/159))
|
|
- 'golang.org/x/net/context' is replaced with 'context' from the standard library
|
|
|
|
List of all changes:
|
|
|
|
- Export StartSpanFromContextWithTracer (#214) <Aaron Delaney>
|
|
- Add IsGlobalTracerRegistered() to indicate if a tracer has been registered (#201) <Mike Goldsmith>
|
|
- Use Set() instead of Add() in HTTPHeadersCarrier (#191) <jeremyxu2010>
|
|
- Update license to Apache 2.0 (#181) <Andrea Kao>
|
|
- Replace 'golang.org/x/net/context' with 'context' (#176) <Tony Ghita>
|
|
- Port of Python opentracing/harness/api_check.py to Go (#146) <chris erway>
|
|
- Fix race condition in MockSpan.Context() (#170) <Brad>
|
|
- Add PeerHostIPv4.SetString() (#155) <NeoCN>
|
|
- Add a Noop log field type to log to allow for optional fields (#150) <Matt Ho>
|
|
|
|
|
|
1.0.2 (2017-04-26)
|
|
-------------------
|
|
|
|
- Add more semantic tags (#139) <Rustam Zagirov>
|
|
|
|
|
|
1.0.1 (2017-02-06)
|
|
-------------------
|
|
|
|
- Correct spelling in comments <Ben Sigelman>
|
|
- Address race in nextMockID() (#123) <bill fumerola>
|
|
- log: avoid panic marshaling nil error (#131) <Anthony Voutas>
|
|
- Deprecate InitGlobalTracer in favor of SetGlobalTracer (#128) <Yuri Shkuro>
|
|
- Drop Go 1.5 that fails in Travis (#129) <Yuri Shkuro>
|
|
- Add convenience methods Key() and Value() to log.Field <Ben Sigelman>
|
|
- Add convenience methods to log.Field (2 years, 6 months ago) <Radu Berinde>
|
|
|
|
1.0.0 (2016-09-26)
|
|
-------------------
|
|
|
|
- This release implements OpenTracing Specification 1.0 (https://opentracing.io/spec)
|
|
|