Skip to content

Releases: gitlab4j/gitlab4j-api

Enhancement Release

27 Jul 20:42
Compare
Choose a tag to compare
  • Added support for Issue Links - #419
  • Verified compatibility with GitLab 12.0+

Added Addition Service Support

12 Jul 01:43
Compare
Choose a tag to compare
  • Added support for Mattermost service - #401
  • Added support for Bugzilla Service - #404
  • Added support for Custom Issue Tracker service - #404

Enhancement Release

03 Jul 21:01
Compare
Choose a tag to compare
  • Added warning to Javadocs and logging to warn against getting all projects, groups, or users from the public gitlab.com server - #396
  • Added withXXXX() methods to ProjectHook to simplify hook set up
  • Webhook events now include the received secret so it can be used at the application level
  • Added support for NTLM proxies - #395
  • Added support for project variable type - #390
  • Added support for Protected Tags API - #389.
  • Added support for CI masked variables - #388

Enhancement and Fix Release

11 Jun 04:49
Compare
Choose a tag to compare
  • Fixed null pointer exception when downloading a project export from gitlab.com - #382
  • Added ability to create a project with a specified namespace and a Project instance with the project configuration - #380

Enhancement and Fix Release

08 Jun 23:21
Compare
Choose a tag to compare
  • Added support for the project Import/export API (ImportExportApi) - #377
  • Added missing scopes for both impersonation and personal access tokens - #374
  • Now properly URL encodes tag names - #372
  • Fixed issues with unit tests when testing with OpenJDK 11 - #370
  • Added support for the Container Registry API (ContainerRegsitryApi) - #368

Enhancement and Fix Release

02 Jun 20:21
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Audited and updated Webhook related code to bring in-line with latest GitLab API specs - #357