Skip to content

Releases: gitlab4j/gitlab4j-api

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

Enhancement Release

16 May 02:27
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Added support for Pipeline triggers - #341