0.3.2 (2024-09-22)
0.3.1 (2024-06-13)
- otelgorm: make metric reporting work with prepared statements (d3f269a)
0.3.0 (2024-05-23)
- convert otelzap to use logs api (3f68ff6)
0.2.4 (2024-03-18)
0.2.3 (2023-09-27)
- 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)
- bump otelsql to use opentelemetry-go v1.15.1/v0.38.1 (cd21a6a)
0.1.21 (2023-02-09)
0.1.20 (2023-02-01)
0.1.19 (2023-01-31)
0.1.18 (2023-01-11)
- otelgorm: restore original context after "after" callback (7cd8508)
- otelsql attr passthrough when reporting db stats (6172588)
- 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)
- change SugaredLoggerWithCtx.Desuger to return LoggerWithCtx (12f061e)
- copy skipCaller in With. Fixes #62 (4b58eac)
- otelzap: do not panic on invalid input (#69) (a41206e)
0.1.15 (2022-07-25)
- otelzap: add missing DebugwContext function (ea2b33a)
- otelzap: fix WithTraceIDField for Debugw-like API (c937b65)
0.1.14 (2022-05-28)
0.1.13 (2022-05-08)
- upgrade to opentelemetry-go v1.7.0 (bfa8f4e)
0.1.12 (2022-04-12)
0.1.11 (2022-03-29)
0.1.10 (2022-03-16)
- otelzap: print correct caller in InfoContext (bcc0fa9)
- 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)
- otelsql: implement driver.NamedValueChecker to support pgx (c47a5de)
- otelzap: withoptions(zap.fields(...)) will keep fields with logger (5e91392)
- otelzap: add LoggerWithCtx.Sugar (4792401)
0.1.7 (2021-12-13)
- otelzap: skip caller frame in ctx-aware API (495c2e5)
- add otelzap.Ctx shortcut (2d3c044)
0.1.6 (2021-11-25)
- 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)
0.1.2 (2021-10-26)
- update Go module import for otelsqlx package (2d517f7)