Skip to content

Releases: gitlab4j/gitlab4j-api

CommitsApi Enhancements and Block User Fixes

05 Apr 01:18

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

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

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

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

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

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

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

Choose a tag to compare

  • Now requires Java 8.
  • Added support for Optional<> getOptionalXyz() methods (#127).

Added Support for Fetching Subgroups

12 Jan 16:37

Choose a tag to compare

  • Support for subgroup endpoint (#126)
  • Cleaned up exception handling in the hook managers (#125)

Added SystemHooksApi

08 Jan 04:01

Choose a tag to compare

  • Added SystemHooksApi and handler to handle System Hook events from the server (#117)