Skip to content

Releases: andygrunwald/go-gerrit

0.5.2

04 Nov 22:16
Compare
Choose a tag to compare

Pull Requests and Issues

Pull requests and issues associated with this release.

Enhancements

  • #43 - Implement ListVotes(), DeleteVotes() and add missing tests

Bugs

  • #42 - Fix panic in checkAuth() if Gerrit is down

Additional Links

Milestone
Commits

0.5.1

14 Sep 12:24
Compare
Choose a tag to compare

Pull Requests and Issues

Pull requests and issues associated with this release.

Enhancements

  • #41 - Add missing AbandonChange, RebaseChange, RestoreChange and RevertChange

Additional Links

Milestone
Commits

0.5.0

11 Sep 11:41
Compare
Choose a tag to compare

There are breaking changes from 0.4.0.

Pull Requests and Issues

Pull requests and issues associated with this release.

Bugs

  • #40 - SetReview should return a ReviewResult

Additional Links

Milestone
Commits

0.4.0

05 Sep 12:55
Compare
Choose a tag to compare

There are breaking changes from 0.3.0.

Pull Requests and Issues

Pull requests and issues associated with this release.

Enhancements

  • #38 - Implement Static Analysis Checks

Bugs

  • #39 - NewClient() can't handle credentials containing characters such as /

Additional Links

Milestone
Commits

0.3.0

05 Jun 18:56
Compare
Choose a tag to compare

There are breaking changes from 0.2.0.

Pull Requests and Issues

Pull requests and issues associated with this release.

Enhancements

  • #31 - Update PublishChangeEdit to accept a notify parameter
  • #32 - Fix ChangeFileContentInChangeEdit to allow content to passed into the request
  • #34 - Update PublishDraftChange to accept a notify parameter
  • #36 - Simplify and optimize RemoveMagicPrefixLine

Bugs

  • #30 - Fix url path for CreateChange call
  • #33 - Fix method used by Change.AddReviewer
  • #37 - Fix type of EventInfo.PatchSet.Number

Documentation

  • #35 - Fix documentation link for ChangesService.GetChangeDetail

Additional Links

Milestone
Issues

0.2.0

15 Nov 13:58
Compare
Choose a tag to compare

There are breaking changes from 0.1.1.

Pull Requests and Issues

Pull requests and issues associated with this release.

Enhancements

  • #27 - Fixes and improvements to GetEvents() (breaking change)

Bugs

  • #29/#21 - Support custom labels (breaking change)

Additional Links

Milestone
Issues

0.1.1

05 Nov 03:58
Compare
Choose a tag to compare

This is a bugfix release, there are no breaking changes from 0.1.0.

Pull Requests and Issues

Pull requests and issues associated with this release.

Enhancements

  • #23 - Update NewClient to handle credentials in the url

Bugs

  • #28 - Add missing URL field to ChangeInfo
  • #26 - Add missing SubmittedField to ChangeInfo
  • #18/#22 - Query url parameters should not escape + or :
  • #19 - Make _account_id optional in AccountInfo

Additional Links

Milestone
Issues

0.1.0

08 Oct 16:10
Compare
Choose a tag to compare

This is the first official release of go-gerrit created as a result of discussion on #17. Consumers of go-gerrit who are using vendoring are encouraged to start using tagged releases going forward. Because this is the first release there are no api changes between the master@bbeff44 and this tag.

Pull Requests and Issues

Pull requests and issues associated with this release.

Enhancements

  • #5/#8 - Implemented Digest Authentication
  • #10 - Support querying the events-log plugin
  • #15 - Add SubmitChange

Bugs

  • #6 - Ensure Content-Type is set in requests and update ReviewInput for Gerrit 2.12.2
  • #7 - Fix ReviewerInfo.Approvals type specification
  • #9 - Fix ListChangeDrafts and ListChangeComments to use the correct urls
  • #12 - Don't reuse the existing request for digest based auth.
  • #13/#14 - A2 hash should use the request's method

Additional Links

Milestone
Issues