v0.6.0 - 2026-07-13
- Add GitLab pipeline jobs and job trace endpoints
- remove unused GitLab InsecureSkipVerify
- Return 400 for unsupported provider in pipeline dispatch
- Add caching for pipeline jobs/traces and git-server settings
- Update current development version
- add CLAUDE.md with repository guidance
v0.5.0 - 2026-05-21
- Replace deprecated Bitbucket workspaces endpoint with direct HTTP call
- support Jira-prefixed CHANGELOG format
- remove PR title length validation
- Update current development version
v0.4.0 - 2026-04-04
- Add proper 404/401 error handling
- Align Chart.yaml (#58)
- Disable regcred usage by default (#58)
- Update current development version (#58)
v0.3.0 - 2026-03-27
- implement pipeline listing API across multiple git providers
- validate commit title length and format
- Update current development version (#54)
v0.2.0 - 2026-02-10
- extend PullRequest model with description, draft, and commit_sha fields
- add pull/merge request listing API across GitHub, GitLab, and Bitbucket
v0.1.1 - 2025-07-21
- Incomplete branch list for Bitbucket (#41)
- Enable CHANGELOG.md generation(#37)
- Enhance GithubProvider ListUserOrganizations to include current user (#35)
- Implement cache invalidation endpoint (#33)
- Add /branches endpoint and services structure refactoring (#27)
- Implement caching for repositories and organizations (#21)
- Add endpoint to list organizations (#19)
- Unify repository endpoints and add multi-provider support (#15)
- Add user repositories for GitHub endpoint (#13)
- Add repository name filter to repository listing endpoints (#11)
- Add Bitbucket repository endpoints (#9)
- Add GitLab repository endpoints (#8)
- Adds Copilot instructions and PR generation guidelines
- GitHub repository endpoints