diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-02 08:41:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 08:41:52 -0400 |
commit | c131567401bea2867d597d79cce75b99012e64fb (patch) | |
tree | 43f7df15bc69affe6482f14f9250a79322847d46 /vendor/github.com/opentracing/opentracing-go/CHANGELOG.md | |
parent | 9fb0b56f584fe45ca264433319bddb542e7ec953 (diff) | |
parent | c4248e62ca8721aaed1fba241a822e201327317d (diff) | |
download | podman-c131567401bea2867d597d79cce75b99012e64fb.tar.gz podman-c131567401bea2867d597d79cce75b99012e64fb.tar.bz2 podman-c131567401bea2867d597d79cce75b99012e64fb.zip |
Merge pull request #6840 from containers/dependabot/go_modules/github.com/opentracing/opentracing-go-1.2.0
Bump github.com/opentracing/opentracing-go from 1.1.0 to 1.2.0
Diffstat (limited to 'vendor/github.com/opentracing/opentracing-go/CHANGELOG.md')
-rw-r--r-- | vendor/github.com/opentracing/opentracing-go/CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/opentracing/opentracing-go/CHANGELOG.md b/vendor/github.com/opentracing/opentracing-go/CHANGELOG.md index 7c14febe1..d3bfcf623 100644 --- a/vendor/github.com/opentracing/opentracing-go/CHANGELOG.md +++ b/vendor/github.com/opentracing/opentracing-go/CHANGELOG.md @@ -1,6 +1,23 @@ Changes by Version ================== + +1.2.0 (2020-07-01) +------------------- + +* Restore the ability to reset the current span in context to nil (#231) -- Yuri Shkuro +* Use error.object per OpenTracing Semantic Conventions (#179) -- Rahman Syed +* Convert nil pointer log field value to string "nil" (#230) -- Cyril Tovena +* Add Go module support (#215) -- Zaba505 +* Make SetTag helper types in ext public (#229) -- Blake Edwards +* Add log/fields helpers for keys from specification (#226) -- Dmitry Monakhov +* Improve noop impementation (#223) -- chanxuehong +* Add an extension to Tracer interface for custom go context creation (#220) -- Krzesimir Nowak +* Fix typo in comments (#222) -- meteorlxy +* Improve documentation for log.Object() to emphasize the requirement to pass immutable arguments (#219) -- 疯狂的小企鹅 +* [mock] Return ErrInvalidSpanContext if span context is not MockSpanContext (#216) -- Milad Irannejad + + 1.1.0 (2019-03-23) ------------------- |