Skip to content

Releases: gitlab4j/gitlab4j-api

Added support for project merge_method

20 Apr 00:53
Compare
Choose a tag to compare
  • Added support for project merge_method (#174)

Enhancement Release

15 Apr 06:07
Compare
Choose a tag to compare
  • Added file upload and push rules support (#172)
  • Can now operate on tag lists when creating or updating a project (#172)
  • Fixed enableRunner (#173)

CommitsApi Enhancements and Block User Fixes

05 Apr 01:18
Compare
Choose a tag to compare
  • Add a variation of the getCommits() method that supports Paging and a path #167
  • Fixed UserApi bloackUser() and unblockUser() #169

RunnersApi, ProtectedBranchesApi, and Secure Passwords

14 Mar 04:32
Compare
Choose a tag to compare
  • Added RunnersApi (#154)
  • Added ProtectedBranchesApi (#156)
  • Now uses CharSequence and char[] for password parameters (#157)

Fixed Handling of Webhook Dates

12 Mar 07:26
Compare
Choose a tag to compare
  • Fixed handling of the invalid ISO8601 and XSD dates that may be present in the webhook events (#151)

Minor bug fix release

06 Mar 04:37
Compare
Choose a tag to compare

#149 Failed to map MergeRequest note event string to Object
#147 Added PipelineStatus.MANUAL
#146 Support for new arguments in createMergeRequest method

Added NotificationSettingsApi

23 Feb 06:01
Compare
Choose a tag to compare
gitlab4j-api-4.8.4

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

Added Support for Working with Merge Request Notes

17 Feb 22:55
Compare
Choose a tag to compare
gitlab4j-api-4.8.3

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

Added Proxy Server Support

10 Feb 22:04
Compare
Choose a tag to compare
  • Mods to support using a proxy server (#141).
  • Added getOptionalMergeRequest().
  • Misc bug fixes.

Java 8 and Optional<> Support

28 Jan 02:55
Compare
Choose a tag to compare
  • Now requires Java 8.
  • Added support for Optional<> getOptionalXyz() methods (#127).