Skip to content

Releases: jfrog/froggit-go

v1.4.0

21 Nov 12:54
4b1c5f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.4.0

v1.3.2

28 Aug 12:06
46aa552
Compare
Choose a tag to compare

What's Changed

  • Fix branch name issue for GitHub sarif upload by @omerzi in #46

Full Changelog: v1.3.1...v1.3.2

1.3.1

22 Aug 16:27
Compare
Choose a tag to compare

What's Changed

  • Updated github.com/grokify/mogo dependency

Full Changelog: v1.3.0...v1.3.1

v1.3.0

03 Aug 14:05
a1f65b2
Compare
Choose a tag to compare

What's Changed

🚀 New APIs

  • Added ability to upload code scanning to GitHub by @omerzi in #45

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

24 May 16:08
ec12517
Compare
Choose a tag to compare

🚀 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

Full Changelog: v1.1.1...v1.2.0

v1.1.1

11 Apr 08:03
5272706
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fix for pagination issues in GitHub list repositories (40)
  • Fix for pagination issues in GitLab list repositories (41)

v1.1.0

23 Mar 16:17
4419952
Compare
Choose a tag to compare

🚀 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)

🐛 Bug fixes

  • Fix ListRepositories for gitlab (#12)
  • Fix get latest commit for gitlab returns empty (#28)
  • Panic in GitLab parser if push has no commits (#31)

v1.0.0

06 Oct 06:59
Compare
Choose a tag to compare
Merge remote-tracking branch 'upstream/dev'