Skip to content

Releases: paper2/github-actions-opentelemetry

v0.9.2

08 Nov 03:33
7389d2e

Choose a tag to compare

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

09 Oct 12:08
f038f9f

Choose a tag to compare

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

30 Aug 07:16
46cb64c

Choose a tag to compare

What's Changed

  • feat: add trace ID summary to GitHub Actions summary by @paper2 in #157

Full Changelog: v0.8.0...v0.9.0

v0.8.0

25 Aug 12:08
9aaa555

Choose a tag to compare

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

23 Aug 21:51
5941a04

Choose a tag to compare

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

06 Jul 01:33
8ca3540

Choose a tag to compare

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:
    • Added reusable workflow for action output validation (#130)
    • Improved testing instructions and architecture documentation (#123)
    • Added configuration files for development and testing environments (#133)
  • Development Environment:
    • Refactored devcontainer.json for better organization and settings (#126)
    • Updated extension identifier for Anthropic Claude Code support (#127)

📊 Data Processing Enhancements

  • Normalization Improvements:
    • Enhanced normalization filters to replace dynamic values with fixed ones for consistent
      testing (#143)
    • Refactored expected metrics and traces JSON files to standardize structure (#142)
    • Updated test data for workflow run scenarios (#144)

🏗️ Architecture Refactoring

  • Workflow Structure:
    • Refactored example workflows to use reusable workflow patterns (#128)
    • Removed 'main' branch triggers from example workflows for cleaner testing (#140)
    • Improved workflow organization and maintainability (#141)

📈 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

21 Jun 09:00
760b147

Choose a tag to compare

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

21 Jun 06:25
de0b604

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

28 Feb 10:08
e60b54d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

15 Feb 06:49
991eda2

Choose a tag to compare

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