Releases: jfrog/froggit-go
Releases · jfrog/froggit-go
v1.4.0
v1.3.2
1.3.1
v1.3.0
v1.2.0
🚀 New APIs
- Add a function to receive all comments of a pull request (#42)
- Add a function to receive all open pull requests (#43)
🐛 Bug fixes
- Fix download repository branch from bitbucket server (#44)
New Contributors
- @talarian1 made their first contribution in #42
Full Changelog: v1.1.1...v1.2.0
v1.1.1
v1.1.0
🚀 New APIs
- Add a function to get the latest commit id (#4)
- Add a function to add an ssh key to a repo (#6)
- GetCloneInfo - return info to clone repository (#7)
- Add a function to get a commit information from its SHA (#11)
- Support labels API (#35)
- Add list pull request labels API (#36)
- Support add comment API (#37)
⭐ Improvements
- Remove context from client creation and add to each client function (#2)
- Set base URL differently in Bitbucket cloud (#8)
- Add PR ID to pull request related webhook payload (#17)
- Set repo/owner in different fields for WebhookInfo (#19)
- Allow PR close/merge webhook (#20)
- Synchronize bitbucket server owner format across API (#21)
- Provide url in bitbucketserver commitinfo (#33)