Skip to content

Releases: gitlab4j/gitlab4j-api

Workaround for GitLab time_estimate bug

08 Jan 03:59

Choose a tag to compare

gitlab4j-api-4.7.12

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

Miscellaneous Issue Fixes

06 Jan 07:16

Choose a tag to compare

  • Added printing_merge_request_link_enabled flag support to ProjectApi (#124)
  • Added hard_delete support when deleting a user (#123)
  • Added ability to create a commit with multiple files and actions (#122)
  • Implemented workaround for GitLab API when setting time estimate on an issue (#114)

Accept Merge Request Enhancements

03 Jan 04:56

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

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

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

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

Choose a tag to compare

  • Added getMergeRequests() with state parameter to MergeRequestApi (#110).

Fix addGroup() to return created Group Instance

12 Dec 03:13

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

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

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)