Releases: gitlab4j/gitlab4j-api
Releases · gitlab4j/gitlab4j-api
Added Support for Working with Merge Request Notes
gitlab4j-api-4.8.3 [maven-release-plugin] copy for tag gitlab4j-api-4.8.3
Added Proxy Server Support
- Mods to support using a proxy server (#141).
- Added getOptionalMergeRequest().
- Misc bug fixes.
Java 8 and Optional<> Support
- Now requires Java 8.
- Added support for Optional<> getOptionalXyz() methods (#127).
Added Support for Fetching Subgroups
Added SystemHooksApi
- Added SystemHooksApi and handler to handle System Hook events from the server (#117)
Workaround for GitLab time_estimate bug
gitlab4j-api-4.7.12 [maven-release-plugin] copy for tag gitlab4j-api-4.7.12
Miscellaneous Issue Fixes
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)