Skip to content

Releases: gitlab4j/gitlab4j-api

Misc. Enhancements and Fixes

13 Sep 03:58

Choose a tag to compare

  • 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

06 Sep 04:47

Choose a tag to compare

  • 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

31 Aug 20:14

Choose a tag to compare

  • Added methods to add and update a group using a Group instance (#242)

JobApi Enhancements

29 Aug 03:43

Choose a tag to compare

  • Added methods to the JbApi to download the artifacts archive by job ID (#241)

RepositoryFile Enhancements

21 Aug 19:36

Choose a tag to compare

  • Added encode/decode convenience methods to RepositoryFile class (#240)

Enhancement and Fix Release

19 Aug 15:57

Choose a tag to compare

  • Webhook and SystemHook events now include requestUrl and requestQueryString (#238)
  • Added fluent API implementations to model classes (#237)
  • Fixed ProjectsOrderBy LAST_ACTIVITY_ENUM (#236)
  • Added missing property to SystemHook class (#234)

Fixed PipelineApi.createPipeline()

12 Aug 19:05

Choose a tag to compare

  • Fixed URL used by Pipeline.createPipelin() (#230)

Added Support for Request/Response Logging

07 Aug 14:22

Choose a tag to compare

  • Added the ability to enable logging of GitLab API requests and responses (#228)

RunnersApi Enhancements

04 Aug 23:33

Choose a tag to compare

Enhancements to the RunnersApi (#226):

  • Added registerRunner() and deleteRunner()
  • Added ipAdress field to Runner class
  • Added tests for the RunnersApi

Added Support for Getting Repository FIle Info

25 Jul 05:49

Choose a tag to compare

  • Added RepositoryFileApi.getFileInfo() (#224)