Skip to content

Latest commit

 

History

History
321 lines (170 loc) · 9.16 KB

CHANGELOG.md

File metadata and controls

321 lines (170 loc) · 9.16 KB

CHANGELOG

v1.2.4 (2024-11-20)

Bug Fixes

  • instrumentation: Set full url for exporter otlp endpoint (64a8e97)

v1.2.3 (2024-10-02)

Bug Fixes

  • fix: correct this conditional

  • chore: remove print statement

v1.2.2 (2024-10-02)

Bug Fixes

  • fix: allow env to be prod-

  • fix: run cargo fmt

v1.2.1 (2024-10-02)

Bug Fixes

v1.2.0 (2024-10-02)

Features

  • Enable OTLP trace exportation in manifests (#45, abe53b8)

v1.1.16 (2024-09-20)

Bug Fixes

Chores

  • Update workflow names, update readme with badges (#43, 7036246)

v1.1.15 (2024-09-18)

Bug Fixes

Chores

  • Query updates, documentation, tests (#41, a359cc9)
  • chore: update test data

  • chore: move vendor specific functionality, allow cache bypass

  • chore: formatting, clippy, disable debug code

  • fix: include subsequent success if first was a failure

  • chore: add documentation, unit tests and test job for PRs

  • chore: fmt and clippy

  • chore: more clippy

Documentation

  • docs: add contributing docs

  • fix: remove pre-commit config, add conventional commit blurb in contributing doc

v1.1.14 (2024-09-17)

Bug Fixes

  • Added LICENSE, build, and language badge to repo (#38, 07b3dd4)
  • fix: added LICENSE, build, and language badge to repo

  • docs: reformatted README

Chores

  • chore: add format check

  • chore: formatting

  • fix: expand limit to loki query, use different field for merge sha, cleanup warnings

  • chore: Add Clippy Job and update code to follow clippy

  • fix: remove duplicate code line causing errors

  • chore: run fmt

  • chore: remove dead code

Continuous Integration

  • Add code scanning (codeql) and badge (#34, 5f57fc1)
  • ci: add code scanning with codeql and badge

  • docs: fix spacing in readme

  • fix: precommit fix

Documentation

  • Readme updates & pre-commit config (#33, 9c9ada4)
  • feat: add pre-commit config

  • fix: style/formatting/pre-commit fixes

  • fix: clean up section headings

  • fix: convert lists to tables

  • fix: spelling fixes

  • fix: update link to internal header

v1.1.13 (2024-08-17)

Bug Fixes

  • Expand limit to loki query, use different field for merge sha, cleanup warnings (#32, b86b124)

v1.1.12 (2024-08-16)

Bug Fixes

  • Allow a 3rd option for workflow link (#31, 17d50b6)

Co-authored-by: Wolftousen [email protected]

v1.1.11 (2024-08-16)

Bug Fixes

  • Relied on vscode to much to catch this (#30, 580f6d7)

Co-authored-by: Wolftousen [email protected]

v1.1.10 (2024-08-16)

Bug Fixes

  • Allow either workflow_id or url to be used (#29, 5754ef9)

Co-authored-by: Wolftousen [email protected]

v1.1.9 (2024-08-16)

Bug Fixes

v1.1.8 (2024-08-16)

Bug Fixes

v1.1.7 (2024-08-16)

Bug Fixes

  • We don't need repository ownership (#26, 4c93fb6)

v1.1.6 (2024-08-14)

Bug Fixes

v1.1.5 (2024-08-14)

Bug Fixes

  • Refactor query code to be less Loki specific (#24, 70675b4)
  • fix: refactor the code to start splitting loki specific logic

  • fix: make small batch size configurable

Chores

Co-authored-by: Wolftousen [email protected]

v1.1.4 (2024-08-08)

Bug Fixes

  • Check for workflow_run not existing (#21, b82afb2)

v1.1.3 (2024-08-08)

Bug Fixes

  • fix: add urls to response

  • fix: adjust commit url

  • fix: provide issue url

v1.1.2 (2024-08-08)

Bug Fixes

  • fix: add urls to response

  • fix: adjust commit url

v1.1.1 (2024-08-01)

Bug Fixes

v1.1.0 (2024-08-01)

Features

  • Add endpoint to retrieve a list of teams and the repositories they own (#16, de5ca62)

v1.0.0 (2024-07-29)

Build System