Releases: i-love-flamingo/opentelemetry
Releases · i-love-flamingo/opentelemetry
v0.2.1
Version v0.2.1 (2025-02-17)
Chores and tidying
- deps: update opentelemetry-go-contrib monorepo to v0.59.0 (#40) (a66fa44)
- deps: update opentelemetry-go monorepo (#43) (94cff2d)
- deps: update module flamingo.me/flamingo/v3 to v3.13.0 (#41) (a1ddcfc)
- deps: update module flamingo.me/dingo to v0.3.0 (#39) (d57842d)
- deps: update opentelemetry-go monorepo (#34) (bb02dbd)
- deps: update module go.opentelemetry.io/contrib/instrumentation/runtime to v0.56.0 (#32) (e6469a1)
- deps: update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.56.0 (#31) (a6d1d95)
- deps: update opentelemetry-go monorepo (#30) (62c03d0)
- deps: update module github.com/prometheus/client_golang to v1.20.5 (#33) (2d2b18c)
- deps: update module github.com/vektra/mockery/v2 to v2.46.3 (#29) (978f8c9)
- deps: update module github.com/vektra/mockery/v2 to v2.46.1 (#27) (d935092)
What's Changed
- chore(deps): update module github.com/vektra/mockery/v2 to v2.46.1 by @renovate in #27
- chore(deps): update module github.com/vektra/mockery/v2 to v2.46.3 by @renovate in #29
- chore(deps): update module github.com/prometheus/client_golang to v1.20.5 by @renovate in #33
- chore(deps): update opentelemetry-go monorepo by @renovate in #30
- chore(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.56.0 by @renovate in #31
- chore(deps): update module go.opentelemetry.io/contrib/instrumentation/runtime to v0.56.0 by @renovate in #32
- chore(deps): update opentelemetry-go monorepo by @renovate in #34
- chore(deps): update module flamingo.me/dingo to v0.3.0 by @renovate in #39
- chore(deps): update module flamingo.me/flamingo/v3 to v3.13.0 by @renovate in #41
- chore(deps): update opentelemetry-go monorepo by @renovate in #43
- chore(deps): update opentelemetry-go-contrib monorepo to v0.59.0 by @renovate in #40
- Release v0.2.1 by @github-actions in #28
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Version v0.2.0 (2024-09-24)
Features
- register url prefix sampler for flamingo, resolves #17 (#24) (9eb2715)
- drop Jaeger support (#16) (3b88eb8)
Fixes
- #18: implement shutdown for tracer and meter (#21) (20dc9d8)
- rename to ignoreParentDecision (f951332)
Ops and CI/CD
Chores and tidying
- bump go version in tests (#26) (578df66)
- deps: update module github.com/prometheus/client_golang to v1.20.4 (#22) (057e7c9)
- deps: update module go.opentelemetry.io/contrib/instrumentation/runtime to v0.55.0 (#20) (6b68d5e)
- deps: update module github.com/vektra/mockery/v2 to v2.46.0 (#23) (8d3feba)
- deps: update module go.opentelemetry.io/otel/bridge/opencensus to v1 (#10) (76ced0f)
- deps: update module go.opentelemetry.io/contrib/instrumentation/runtime to v0.54.0 (#8) (d10f2a6)
- deps: update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.54.0 (#7) (cbb0ac4)
- deps: update opentelemetry-go monorepo (#6) (d206aa9)
- deps: update module github.com/prometheus/client_golang to v1.20.3 (#13) (05ba637)
- deps: update module flamingo.me/flamingo/v3 to v3.10.1 (#14) (4dc3d21)
- deps: update dependency go to v1.22.6 (#11) (18dcedd)
- deps: update actions/setup-go action to v5 (#9) (4df0876)
- deps: update module github.com/prometheus/client_golang to v1.19.1 (#4) (b7ff4f1)
- deps: update module flamingo.me/flamingo/v3 to v3.9.0 (#3) (d506e74)
What's Changed
- chore(deps): update module flamingo.me/flamingo/v3 to v3.9.0 by @renovate in #3
- chore(deps): update module github.com/prometheus/client_golang to v1.19.1 by @renovate in #4
- chore(deps): update actions/setup-go action to v5 by @renovate in #9
- chore(deps): update dependency go to v1.22.6 by @renovate in #11
- ci: introduce flamingo code standards by @tessig in #15
- chore(deps): update module flamingo.me/flamingo/v3 to v3.10.1 by @renovate in #14
- chore(deps): update module github.com/prometheus/client_golang to v1.20.3 by @renovate in #13
- feat: drop Jaeger support by @tessig in #16
- chore(deps): update opentelemetry-go monorepo by @renovate in #6
- chore(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.54.0 by @renovate in #7
- chore(deps): update module go.opentelemetry.io/contrib/instrumentation/runtime to v0.54.0 by @renovate in #8
- chore(deps): update module go.opentelemetry.io/otel/bridge/opencensus to v1 by @renovate in #10
- fix(#18): implement shutdown for tracer and meter by @tessig in #21
- feat: register url prefix sampler for flamingo, resolves #17 by @tessig in #24
- chore(deps): update module github.com/vektra/mockery/v2 to v2.46.0 by @renovate in #23
- chore(deps): update module go.opentelemetry.io/contrib/instrumentation/runtime to v0.55.0 by @renovate in #20
- chore(deps): update module github.com/prometheus/client_golang to v1.20.4 by @renovate in #22
- chore: bump go version in tests by @tessig in #26
- Release v0.2.0 by @github-actions in #2
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Version v0.1.0 (2023-11-15)
Features
- add otlp exporters for traces (d13d92c)
- connect opencensus bridge for metrics and expose on systemendpoint (81d7ebc)
- properly set up opentelemetry resource (f5c7471)
- implement opentelemetry module (145d890)
- initial commit (342e11e)
Tests
- add unit tests for sampler (fea832c)
Refactoring
- improve configuration naming (ce38160)
Ops and CI/CD
Documentation
Chores and tidying
What's Changed
- Release v0.1.0 by @github-actions in #1
New Contributors
- @github-actions made their first contribution in #1
Full Changelog: https://github.com/i-love-flamingo/opentelemetry/commits/v0.1.0