Skip to content

Releases: gitlab4j/gitlab4j-api

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)

Merge Request Query Enhancements

19 Jul 15:56

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

Choose a tag to compare

  • Updated dependencies to the latest available versions
  • Added notice of pending removal of GitLab API v3 support.