Skip to content

Latest commit

 

History

History
159 lines (81 loc) · 6.71 KB

CHANGELOG.md

File metadata and controls

159 lines (81 loc) · 6.71 KB

0.1.16 (2022-09-05)

Bug Fixes

  • change SugaredLoggerWithCtx.Desuger to return LoggerWithCtx (12f061e)
  • copy skipCaller in With. Fixes #62 (4b58eac)
  • otelzap: do not panic on invalid input (#69) (a41206e)

Features

  • otelzap: add extra fields option (aa0e1a0)
  • otelzap: make the caller depth configurable (38a6a03)

0.1.15 (2022-07-25)

Bug Fixes

  • otelzap: add missing DebugwContext function (ea2b33a)
  • otelzap: fix WithTraceIDField for Debugw-like API (c937b65)

0.1.14 (2022-05-28)

Bug Fixes

  • import error (8838b79)
  • set span kind to client for otelgorm (0250bbd)

0.1.13 (2022-05-08)

Features

  • upgrade to opentelemetry-go v1.7.0 (bfa8f4e)

0.1.12 (2022-04-12)

Bug Fixes

  • otelgorm: ignore gorm.ErrRecordNotFound and other errors from otelsql/otel.go (#48) (1c5d1f7)

Features

  • otelgorm: add query formatter option (e2d9787)
  • otelsql: add an option: WithQueryFormatter (b7a9f06)

0.1.11 (2022-03-29)

0.1.10 (2022-03-16)

Bug Fixes

  • otelzap: print correct caller in InfoContext (bcc0fa9)

Features

  • otelgorm: added an option to not report DB stats metrics (9e52a0f)

0.1.9 (2022-02-27)

  • otelgorm: added an option to otelgorm to exclude query variables

0.1.8 (2022-01-28)

Bug Fixes

  • otelsql: implement driver.NamedValueChecker to support pgx (c47a5de)
  • otelzap: withoptions(zap.fields(...)) will keep fields with logger (5e91392)

Features

  • otelzap: add LoggerWithCtx.Sugar (4792401)

0.1.7 (2021-12-13)

Bug Fixes

  • otelzap: skip caller frame in ctx-aware API (495c2e5)

Features

  • add otelzap.Ctx shortcut (2d3c044)

0.1.6 (2021-11-25)

Bug Fixes

  • ctx fields not propegating to logger (1520b8c)

0.1.5 (2021-11-17)

  • Update to OpenTelemetry v1.2.0

0.1.4 (2021-11-05)

  • Update OpenTelemetry

0.1.3 (2021-10-31)

Features

  • otelgraphql-go instrumentation (#9) (5cf626d)

0.1.2 (2021-10-26)

Bug Fixes

  • update Go module import for otelsqlx package (2d517f7)

0.1.1 (2021-10-18)

Features

  • add sqlx instrumentation (bf92fbe)
  • otelzap: add missing globals (a511657)

0.1.0 (2021-10-15)

Features

  • add otelgorm instrumentation (d7a4276)
  • add otellogrus instrumentation (c86e9dd)
  • add otelsql instrumentation (68269f9)
  • add otelzap instrumentation (f0691fa)