Releases: gitlab4j/gitlab4j-api
Releases · gitlab4j/gitlab4j-api
Get User Projects
- Added support to get projects for a specific user (#268)
Enhancements and Fixes
- 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
- Added support to the ServicesApi for external wikis (#259)
Misc. Enhancements and Fixes
- Added methods to manage custom user attributes (#255)
- Fixed invalid URL for getRepositoryArchive (#257)
Misc. Enhancements and Fixes
- Added custom attribute handling to UserApi (#252)
- Fixed class cast excep[tion related to jira_issue_transition_id (#253)
Misc. Enhancements and Fixes
- 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
- 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
- Added methods to add and update a group using a Group instance (#242)
JobApi Enhancements
- Added methods to the JbApi to download the artifacts archive by job ID (#241)
RepositoryFile Enhancements
- Added encode/decode convenience methods to RepositoryFile class (#240)