Releases: gitlab4j/gitlab4j-api
Releases · gitlab4j/gitlab4j-api
Accept Merge Request Enhancements
- Added MergeRequestApi.acceptMergeRequest(Integer, Integer) method and clarified the Javadocs concerning the use of merge request IID (#121)
Thread Safety Fixes
This release is mostly related to making GitLab4J-API useable in a multithreaded environment.
Issue Time Tracking Fixes
- Fixed time estimate parsing to be in-line with GitLab (#114)
OAuth2 Support and Project Sharing
Added Support to Fetch Merge Requests by State
- Added getMergeRequests() with state parameter to MergeRequestApi (#110).
Fix addGroup() to return created Group Instance
gitlab4j-api-4.7.5 [maven-release-plugin] copy for tag gitlab4j-api-4.7.5
Added update member support and RepositoryApi fix.
Added Support for Month Durations and Enhanced Fork Project Methods
LabelsApi Fix
- Fixed issue with openMergeRequestsCount property
- Added unit test for Label model class
Added MilestonesApi and LabelsApi
- Added MilestonesApi
- Added LabelsApi and supporting model