Skip to content

Latest commit

 

History

History
240 lines (108 loc) · 9.37 KB

CHANGELOG.md

File metadata and controls

240 lines (108 loc) · 9.37 KB

0.3.0 (2024-05-23)

Features

  • convert otelzap to use logs api (3f68ff6)

0.2.4 (2024-03-18)

Bug Fixes

  • otelsql: record error and status when SQL returns an error (1716db5), closes #115

0.2.3 (2023-09-27)

Bug Fixes

  • otelsql: the connection to db must be closed after receiving the driver (39a2b46)

0.2.2 (2023-06-24)

0.2.1 (2023-05-24)

0.2.0 (2023-05-04)

chore

  • bump otelsql to use opentelemetry-go v1.15.1/v0.38.1 (cd21a6a)

BREAKING CHANGES

0.1.21 (2023-02-09)

0.1.20 (2023-02-01)

0.1.19 (2023-01-31)

0.1.18 (2023-01-11)

Bug Fixes

  • otelgorm: restore original context after "after" callback (7cd8508)
  • otelsql attr passthrough when reporting db stats (6172588)

Features

  • otelgorm: ignore dry run spans by default (323b5a9)
  • otelgorm: optionally ignore dryrun callbacks (5239b0d)

0.1.17 (2022-10-07)

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)