Releases: paper2/github-actions-opentelemetry
Releases · paper2/github-actions-opentelemetry
v0.9.2
What's Changed
- build(deps): bump the actions-minor group with 3 updates by @dependabot[bot] in #172
- build(deps): bump the npm group across 1 directory with 18 updates by @dependabot[bot] in #170
- build(deps): bump the npm group with 14 updates by @dependabot[bot] in #173
- build(deps-dev): bump @vitest/coverage-v8 from 3.2.4 to 4.0.8 by @dependabot[bot] in #174
- build(deps-dev): bump @octokit/types from 13.8.0 to 16.0.0 by @dependabot[bot] in #176
- build(deps): bump @octokit/rest from 21.1.0 to 22.0.1 by @dependabot[bot] in #177
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- build(deps-dev): bump @types/node from 22.13.1 to 24.3.0 by @dependabot[bot] in #159
- build(deps-dev): bump eslint-import-resolver-typescript from 3.7.0 to 4.4.4 by @dependabot[bot] in #160
- build(deps-dev): bump globals from 15.14.0 to 16.3.0 by @dependabot[bot] in #161
- build(deps): bump the actions-minor group across 1 directory with 3 updates by @dependabot[bot] in #166
- Release v0.9.1: Fix step conclusion values by @paper2 in #168
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Bump the npm group across 1 directory with 20 updates by @dependabot[bot] in #155
Breaking Changes:
- Removed telemetry SDK resource attributes: OpenTelemetry 2.x upgrade removes the following resource attributes from metrics and traces:
- telemetry.sdk.language (was: "nodejs")
- telemetry.sdk.name (was: "opentelemetry")
- telemetry.sdk.version (was: "1.29.0")
- If your monitoring setup depends on these attributes for filtering or grouping, you'll need to update your queries and dashboards accordingly.
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- Add type guard for StepConclusion to improve type safety by @paper2 in #146 #147 #148
- Convert timestamp fields from string to Date objects by @paper2 in #150
- Add Kiro steering documents for AI assistant guidance by @paper2 in #153
- Fix test timezone issue and improve local development environment by @paper2 in #154
- Release/v0.7.1 by @paper2 in #149
- Bump version to v0.7.1 by @paper2 in #156
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Release Notes v0.7.0
🎉 Major Features
- Multi-Event Support: Added support for push event in addition to existing workflow_run events (#124)
- Workflow Run Testing: Added comprehensive workflow_run tests to validate action behavior after
workflow completion (#129)
🔧 Testing & Development Improvements
- Enhanced Testing Framework:
- Development Environment:
📊 Data Processing Enhancements
- Normalization Improvements:
🏗️ Architecture Refactoring
- Workflow Structure:
📈 Impact
This release significantly expands the action's capabilities by supporting multiple GitHub event
types while maintaining backward compatibility. The enhanced testing framework and improved data
normalization provide better reliability and easier maintenance for future development.
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Add ignore stale label by @paper2 in #119
- Add job.id to trace attributes for better job identification by @paper2 in #122
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- Update issue templates by @paper2 in #108
- Update collector-config.yaml to replace resource detection by @paper2 in #112
- add models for this application by @paper2 in #116
- Release/v0.5.1 by @paper2 in #117
- update package.json to v0.5.1 by @paper2 in #118
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Add support for Github enterprise on-premise by @henrik-koren in #98
- Add job conclusion status to attribute by @paper2 in #92
New Contributors
- @henrik-koren made their first contribution in #98
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- send status of span for step, job, workflow by @paper2 in #85
- Prepare getting started by @paper2 in #87
Full Changelog: v0.3.2...v0.4.0