Skip to content

Releases: gitlab4j/gitlab4j-api

Merge Request Query Enhancements

19 Jul 15:56
Compare
Choose a tag to compare
  • Added ability to query merge requests by project ID and merge request IIDs (#212)

Dependency Update

19 Jul 15:47
Compare
Choose a tag to compare
  • Updated dependencies to the latest available versions
  • Added notice of pending removal of GitLab API v3 support.

Fixed LDAP Group Sync Support

12 Jul 03:26
Compare
Choose a tag to compare
gitlab4j-api-4.8.32

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

Added LDAP Group Link Support

11 Jul 04:48
Compare
Choose a tag to compare
gitlab4j-api-4.8.31

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

Enhancement Release

08 Jul 00:09
Compare
Choose a tag to compare
  • Added support for the Award Emoji API (#214, #219)
  • Added support for both Epics API and Epic Issues API (#215, #218)
  • Added squash parameter to createMergeRequest() (#217)

Enhancement Release

07 Jul 19:50
Compare
Choose a tag to compare
  • Added TagApi

Misc. Enhancements and Fixes

05 Jul 15:17
Compare
Choose a tag to compare
  • Added createRelease() and updateRelease() (#211)
  • Added methods to get commit refs (#212)
  • Added ability to download a single artifact file (#201)
  • Updated MergeRequestEvent with newly added feilds (#207)

Misc. Enhancements

28 Jun 16:44
Compare
Choose a tag to compare
  • Added LicenseApi and MarkdownApi (#204)
  • Added getProjectLanguages() to ProjectApi (#204)
  • Added updateMergeRequest() with additional attributes to MergeRequestApi (#206)

Fixed RepositoryFileApi to allow empty file content

13 Jun 14:19
Compare
Choose a tag to compare
  • Fixed RepositoryFileApi.createFile() and updateFile() to allow for empty or whitespace only content - #197

Fixed updatePushRules

12 Jun 18:58
Compare
Choose a tag to compare
  • Fixed RepositoryApi.updatePushRules() - #171