Releases: avioconsulting/mule-opentelemetry-module
Releases · avioconsulting/mule-opentelemetry-module
v2.0.0
Changelog
🐛 Fixes
- 8eb1eda fix: rename apikit traces with flow spans only (#167)
- 8a9f556 fix: scope router span alignment
- 0e8af16 fix: span storage key usage
- cb1d4a1 fix: trace transaction id generation
🧰 Tasks
📝 Documentation
- 7955eca release: v2.0.0
Contributors
We'd like to thank the following people for their contributions:
- Manik Magar
v1.3.2
Changelog
🐛 Fixes
🧰 Tasks
- 64689b9 chore: release 1.3.2 (#168)
- 08d91bd chore: [create-pull-request] Auto increment to v1.3.2-SNAPSHOT (#162)
- 9ada3ac chore: release 1.3.1 (#161)
- 646f771 chore(build): 1.3.x as trigger branch (#160)
- f3aef3f chore: 1.3.x as main branch for pipeline (#159)
Contributors
We'd like to thank the following people for their contributions:
- Manik Magar
- github-actions[bot] (@github-actions[bot])
- manikmagar (@manikmagar)
v1.3.1
Changelog
🚀 Features
- c19ce09 feat: add long trace and span id to context (#147)
- b84acd5 feat: add span id to trace context variable (#140)
- b7167f6 feat: rename http spans by apikit (#139)
🐛 Fixes
- a3352db fix: subflow context propagation (#142)
- cc1e3d5 fix: set span status for http spans on error (#132)
- fc3c486 fix: otel sdk initialization (#135)
- e7cbc51 fix: sub-flow processor spans (#138)
🧰 Tasks
- 9ada3ac chore: release 1.3.1 (#161)
- 646f771 chore(build): 1.3.x as trigger branch (#160)
- f3aef3f chore: 1.3.x as main branch for pipeline (#159)
- affc5e5 chore: update module version
- a89ed40 chore: release update readme
- 6d9ea15 chore: model refactor
- b4791ee chore: use flattened pom (#120)
- 849223d chore: [create-pull-request] Auto increment to v1.3.1-SNAPSHOT (#121)
📝 Documentation
Contributors
We'd like to thank the following people for their contributions:
- Manik Magar
v2.0.0-M3
v2.0.0-M2
Changelog
🚀 Features
🧰 Tasks
- aef008e chore: Update to version 2.0.0-M2
Contributors
We'd like to thank the following people for their contributions:
- Adam DesJardin
- Manik Magar
- github-actions[bot] (@github-actions[bot])
- manikmagar (@manikmagar)
v1.3.0
Changelog
🚀 Features
🐛 Fixes
- 97e6c35 fix: reduce trace object creations
- 4258870 fix: log level
- 12ad9e2 fix: span creation for intercepted components
- 5172017 fix: otel sdk connection resolves #105
- f3e01e8 fix: otel sdk initialization fixes #111
- 1adf252 fix: flow context propagation
- 378c75f fix: trace context injection
🧰 Tasks
- fb3fc0d chore: release 1.3.0 (#119)
- 9b6a648 chore: performance fixes (#117)
- ee404ed chore: increment module version
- 20252a1 chore: inherit actions secret (#113)
- 61efbb0 chore: use shared github workflow (#104)
- 1aea1b4 chore: Increment version to 1.2.2-SNAPSHOT
📝 Documentation
Contributors
We'd like to thank the following people for their contributions:
- Manik Magar
- github-actions[bot] (@github-actions[bot])
- manikmagar (@manikmagar)
v1.2.1
What's Changed
- docs: Clarify OTLP Collector Endpoint Config Value by @manikmagar in #86
- docs: Documentation Request Clarification (For custom tag and global config span tags) by @manikmagar #84
- fix: safe parsing of httpStatus by @manikmagar in #89
- docs: add otlp grpc endpoint troubleshoot by @manikmagar in #91
- chore: upgrade otel 1.29.0 by @manikmagar in #101
Full Changelog: v1.2.0...v1.2.1
Release v1.2.0
What's Changed
- docs: add otel version - resolves #77 by @manikmagar in #78
- docs: add Splunk config example - resolves #73 by @manikmagar in #75
- docs: add logging exporter config resolves #72 by @manikmagar in #74
- fix: connection param handling by @manikmagar in #70
- feat: adding tags to config spans (resolves#68) by @manikmagar in #69
- chore: release 1.2.0 by @manikmagar in #82
Documentation - https://avioconsulting.github.io/mule-opentelemetry-module/
New Contributors
- @github-actions made their first contribution in #63
Full Changelog: v1.1.0...v1.2.0
Release v1.1.0
What's Changed
- Add request compression param for OTLP exporter by @manikmagar in #47
- Add span processor customization parameters and configuration reorder by @manikmagar in #48
- Configuration for tracing controls by @manikmagar in #49
- Capture Mule Correlation Id in span attributes by @manikmagar in #52
- Update Mule Resource attributes by @manikmagar in #53
- Fix interceptor processing by @manikmagar in #54
- feat: upgrade otel to 1.19.0 by @manikmagar in #56
- feat: use maven artifact id and version for instrumentation by @manikmagar in #57
- chore: reuse flow and generic processor instances by @manikmagar in #58
- feat: add custom tags to otel trace by @manikmagar in #59
- docs: merge and update documentation from otel agent repo by @manikmagar in #51
- chore: Add CODEOWNERS by @manikmagar in #60
- feat: add release actions pipeline by @manikmagar in #61
- chore: set release version 1.1.0 by @manikmagar in #62
- New address for documentation - https://avioconsulting.github.io/mule-opentelemetry-module/
Full Changelog: v1.0.0...v1.1.0
Release v1.0.0
What's Changed
- fix error scenarios for http request by @manikmagar in #7
- Configurable all processor spans by @manikmagar in #9
- add example mule apps by @manikmagar in #11
- add connection parameters to http request config by @manikmagar in #14
- default generic span name to {component}:{docName} by @manikmagar in #15
- generic exporter and properties support by @manikmagar in #16
- Upgrade Otel SDK and Common Resource Provider support by @manikmagar in #20
- Add Mule Resource and Mule Attribute Keys by @manikmagar in #22
- Setup GitHub Actions by @manikmagar in #24
- DB Span processor support by @manikmagar in #19
- Add OpenTelemetry Icon by @manikmagar in #28
- Rename module by @manikmagar in #26
- Fix actions branch and snapshot version by @manikmagar in #27
- Add support for Anypoint MQ by @manikmagar in #29
- Add Generic Exporter config instructions by @manikmagar in #30
- Feature/trace id grpc by @adesjardin in #31
- Anypoint MQ Span attribute and operation updates by @manikmagar in #33
- Improving HTTP tags and Span status by @manikmagar in #34
- Update source tags and span status by @manikmagar in #35
- Enable OSSRH deployment by @manikmagar in #36
- Release 1.0.0 by @adesjardin in #37
New Contributors
- @manikmagar made their first contribution in #7
- @adesjardin made their first contribution in #31
Full Changelog: https://github.com/avioconsulting/mule-opentelemetry-module/commits/v1.0.0