Skip to content

Release v2.4.0

Choose a tag to compare

@github-actions github-actions released this 17 May 11:43
· 150 commits to main since this release

✨ Features

  • feat(fetcher): add gitlab_pipeline_status (ad1ae8d)
  • feat(fetcher): add gitlab_repo_stars (8eb8d2a)
  • feat(fetcher): add gitlab_repo_issues (26c51fb)
  • feat(fetcher): add gitlab_repo_mrs (d08dbd1)
  • feat(fetcher): add gitlab_review_requests (d8fdc3e)
  • feat(fetcher): add gitlab_my_mrs (cec71a7)
  • feat(fetcher): add gitlab/ family scaffolding (client + common + items) (174360f)
  • feat(fetcher): add forge_items shared row model + dispatcher (2400717)

🐛 Bug Fixes

  • fix(fetcher): escape markdown metacharacters in forge_items::render_markdown (b0aa0ca)
  • fix(fetcher): percent-encode branch in gitlab_pipeline_status URL (49c1d43)
  • fix(fetcher): preserve requested shape in gitlab_pipeline_status no-runs path (97a493a)
  • fix(fetcher): preserve requested shape in github_action_status no-runs path (e2bc30a)
  • fix(fetcher): pin github::items::render_items as sync-only (9ede219)

📝 Other Changes

  • chore: bump version to v2.4.0 (9affe3c)
  • refactor(github): add Entries shape to action_status (a15b6dd)
  • refactor(github): extend repo_stars to 6 shapes (17c687f)
  • refactor(github): extend repo_issues to 9 shapes via forge_items dispatch (7eed488)
  • refactor(github): extend repo_prs to 9 shapes via forge_items dispatch (a7f6c17)
  • refactor(github): extend assigned_issues to 9 shapes via forge_items dispatch (e6c4a47)
  • refactor(github): extend review_requests to 9 shapes via forge_items dispatch (ca17be7)
  • refactor(github): extend my_prs to 9 shapes via forge_items dispatch (0543473)
  • refactor(github): route items.rs through forge_items shared pipeline (d87ecf1)
  • chore: update flake.nix hashes for v2.3.0 (07f093b)