Skip to content

Releases: gitlab4j/gitlab4j-api

Accept Merge Request Enhancements

03 Jan 04:56
Compare
Choose a tag to compare
  • Added MergeRequestApi.acceptMergeRequest(Integer, Integer) method and clarified the Javadocs concerning the use of merge request IID (#121)

Thread Safety Fixes

01 Jan 00:40
Compare
Choose a tag to compare

This release is mostly related to making GitLab4J-API useable in a multithreaded environment.

  • Updated org.gitlab4j.api.utils.ISO8601 so that it is thread safe (#120)
  • Added getters for properties of GitLabApi so that a logical copy could be created, also added GitLabApi.duplicate() (#119)
  • Added userId into SshKey bean and populating of same (#116)

Issue Time Tracking Fixes

29 Dec 02:47
Compare
Choose a tag to compare
  • Fixed time estimate parsing to be in-line with GitLab (#114)

OAuth2 Support and Project Sharing

28 Dec 01:07
Compare
Choose a tag to compare
  • Added support to login via OAuth2 (#111)
  • Added shareProject() and unshareProject() to ProjectApi (#112)

Added Support to Fetch Merge Requests by State

17 Dec 21:00
Compare
Choose a tag to compare
  • Added getMergeRequests() with state parameter to MergeRequestApi (#110).

Fix addGroup() to return created Group Instance

12 Dec 03:13
Compare
Choose a tag to compare
gitlab4j-api-4.7.5

[maven-release-plugin] copy for tag gitlab4j-api-4.7.5

Added update member support and RepositoryApi fix.

07 Dec 20:09
Compare
Choose a tag to compare
  • Added update member support (#103)
  • "ref_name" was changed to "ref" in RepositoryApi v4 (#108)

Added Support for Month Durations and Enhanced Fork Project Methods

05 Dec 03:55
Compare
Choose a tag to compare
  • Added support for month ("mo") durations (#104)
  • forkProject() methods now return a Project instance of the newly created project (#106)

LabelsApi Fix

30 Nov 14:15
Compare
Choose a tag to compare
  • Fixed issue with openMergeRequestsCount property
  • Added unit test for Label model class

Added MilestonesApi and LabelsApi

30 Nov 14:13
Compare
Choose a tag to compare
  • Added MilestonesApi
  • Added LabelsApi and supporting model