Releases: corentinmusard/otel-cicd-action
Releases · corentinmusard/otel-cicd-action
v1.12.0
Added
- Add step.status field
Changed
- Remove trace.ts dependency on github.ts
- Simplify paginated octokit queries
- Use global tracer instead of passing it around
- tests: Add a replay client
- Migrate to ESM
- Migrate from ncc to rollup
- Migrate from eslint/prettier to biome
v1.11.0
Added
- Add support for
http
endpoints
Changed
- Update dependencies
v1.10.0
Added
- Update otel dependencies to latest
- Add example for configuration with Dash0
- Add OpenTelemetry CICD Pipeline Attributes
- Add labels from a PR to the trace span
v1.9.1
Fixed
- Split headers only on the first
=
character
Changed
- Update dependencies
- Update dev dependencies
v1.9.0
Added
- Support for
https
endpoints (proto over http). - Update to node 20.x