Skip to content

Releases: gitlab4j/gitlab4j-api

Enhancement and Fix Release

02 Jun 20:21

Choose a tag to compare

  • Fixed issue with RunnersApi.getAllRunners() methods - #365
  • Added get runners methods to RunnersApi to filter on type and status

Enhancement Release

31 May 14:49

Choose a tag to compare

  • Added support for group and project access request API calls - #364
  • Added Scope enum to AccessTokenUtils - #336

Webhook and System Hook Enhancements

25 May 02:57

Choose a tag to compare

Improved content of the Webhook and System Hook events - #362

  • Event name is now available in all webhook and system hook events
  • Updated properties in the "changes" section of the issue and merge request events
  • Added support for arbitrary properties in the "changes" section of the issue and merge request events

Enhancement Release

17 May 21:51

Choose a tag to compare

  • Updated all code related to the Job Webhook event so that both the documented and actual format of the event are supported - #357

Enhancement Release

17 May 17:56

Choose a tag to compare

  • Audited and updated Webhook related code to bring in-line with latest GitLab API specs - #357

Enhancement Release

16 May 02:27

Choose a tag to compare

  • Added support for fetching projects with a filter - #356
    • ProjectFilter was updated to include recently added filter attributes:
      • with_programming_language
      • wiki_checksum_failed
      • repository_checksum_failed
  • Added revertCommit() to the CommitsApi - #355

Enhancement and Fix Release

09 May 18:38

Choose a tag to compare

  • Added functionality to CommitAction to support fetching content from a local file - #344
  • Added support for passwords with special characters to OAUTH2 login - #343, #345

Enhancement Release

06 May 18:46

Choose a tag to compare

  • Added support for Pipeline triggers - #341

Enhancement Release

05 May 18:06

Choose a tag to compare

Docker Based Integration Testing

05 May 18:10

Choose a tag to compare

  • Re-factored the integration tests to utilize the gitlab-ce Docker image for integration testing - #311