Skip to content

Releases: gitlab4j/gitlab4j-api

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).

Added Support for Fetching Subgroups

12 Jan 16:37
Compare
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
Compare
Choose a tag to compare
  • Added SystemHooksApi and handler to handle System Hook events from the server (#117)

Workaround for GitLab time_estimate bug

08 Jan 03:59
Compare
Choose a tag to compare
gitlab4j-api-4.7.12

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

Miscellaneous Issue Fixes

06 Jan 07:16
Compare
Choose a tag to compare
  • Added printing_merge_request_link_enabled flag support to ProjectApi (#124)
  • Added hard_delete support when deleting a user (#123)
  • Added ability to create a commit with multiple files and actions (#122)
  • Implemented workaround for GitLab API when setting time estimate on an issue (#114)