opentracing-zipkin-v2 0.1.0.0 → 0.2.0
raw patch · 3 files changed
+13/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
- OpenTracing.Zipkin.V2.HttpReporter: zoLogfmt :: forall t_a9D6. Foldable t_a9D6 => Getter ZipkinOptions (t_a9D6 LogField -> Builder)
+ OpenTracing.Zipkin.V2.HttpReporter: zoLogfmt :: forall t_a9Bl. Foldable t_a9Bl => Getter ZipkinOptions (t_a9Bl LogField -> Builder)
Files
- CHANGELOG.md +12/−2
- OpenTracing/Zipkin/V2/HttpReporter.hs +0/−1
- opentracing-zipkin-v2.cabal +1/−1
CHANGELOG.md view
@@ -1,3 +1,13 @@-* 0.1.0.0 (2012-04-20)+* 0.2.0 (2021-06-03) -After years of friendly reminders, a zero version gets finally released =]+ - Drop support for GHC 8.0 (#35)+ - Add support for GHC 9.0 (#36)+ - Replace the unmaintained `thrift` package with `pinch` (#34)+ - wai: Better default operation name, and allow customising it (#33, #37)++ The major version is bumped because the packages won't compile with GHC 8.0+ anymore.++* 0.1.0.0 (2021-04-20)++ After years of friendly reminders, a zero version gets finally released =]
OpenTracing/Zipkin/V2/HttpReporter.hs view
@@ -43,7 +43,6 @@ import Data.ByteString.Builder import Data.Map.Lens (toMapOf) import Data.Maybe (catMaybes)-import Data.Monoid import Data.Text.Lazy.Encoding (decodeUtf8) import Data.Text.Strict.Lens (packed, utf8) import Network.HTTP.Client
opentracing-zipkin-v2.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: opentracing-zipkin-v2-version: 0.1.0.0+version: 0.2.0 synopsis: Zipkin V2 backend for OpenTracing homepage: https://github.com/kim/opentracing bug-reports: https://github.com/kim/opentracing/issues