Skip to content

Releases: gitlab4j/gitlab4j-api

Get User Projects

02 Nov 03:46
Compare
Choose a tag to compare
  • Added support to get projects for a specific user (#268)

Enhancements and Fixes

28 Oct 17:53
Compare
Choose a tag to compare
  • Properly parses error responses for all situations (#260 and #254)
  • Added getClosesIssues() to MergeRequestApi (#264)
  • Now properly sets visibility when adding a group (#262)
  • Added support for resolve_outdated_diff_discussions and initialize_with_readme when creating a project (#263)

External WIki Support

13 Oct 14:41
Compare
Choose a tag to compare
  • Added support to the ServicesApi for external wikis (#259)

Misc. Enhancements and Fixes

28 Sep 04:14
Compare
Choose a tag to compare
  • Added methods to manage custom user attributes (#255)
  • Fixed invalid URL for getRepositoryArchive (#257)

Misc. Enhancements and Fixes

19 Sep 13:18
Compare
Choose a tag to compare
  • Added custom attribute handling to UserApi (#252)
  • Fixed class cast excep[tion related to jira_issue_transition_id (#253)

Misc. Enhancements and Fixes

13 Sep 03:58
Compare
Choose a tag to compare
  • Added getIssues() methods that take IssueFilter as a parameter (#246)
  • Improved handling of missing X-GitLab-Event header in WebHookManager and SystemHookManager (#248)
  • Fixed filtering by label (#250)
  • Fixed blockUser() and unblockUser() for V3 API (#251)

Misc. Enhancements and Fixes

06 Sep 04:47
Compare
Choose a tag to compare
  • Added missing set methods to Permissions model class (#243)
  • Fix Repository Archive API Format Bug (#244)
  • Added getRepositoryArchive() methods that take ArchiveFormat enum for the format

GroupApi Enhancements

31 Aug 20:14
Compare
Choose a tag to compare
  • Added methods to add and update a group using a Group instance (#242)

JobApi Enhancements

29 Aug 03:43
Compare
Choose a tag to compare
  • Added methods to the JbApi to download the artifacts archive by job ID (#241)

RepositoryFile Enhancements

21 Aug 19:36
Compare
Choose a tag to compare
  • Added encode/decode convenience methods to RepositoryFile class (#240)