Skip to content

Releases: gitlab4j/gitlab4j-api

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

Enhancement Release

05 May 18:06
Compare
Choose a tag to compare

Docker Based Integration Testing

05 May 18:10
Compare
Choose a tag to compare
  • Re-factored the integration tests to utilize the gitlab-ce Docker image for integration testing - #311

Enhancement Release

02 May 05:35
Compare
Choose a tag to compare
  • Added functionality to create and revoke personal access tokens (#336)
  • Added ability to fetch User's Feed Token (#336)
  • Added ability to fetch Health Check token (#336)
  • Integration tests can now dynamically create access tokens for use while running integration tests (#311)

Enhancement Release

23 Apr 22:15
Compare
Choose a tag to compare
  • Added maven-enforcer-plugin
    • Includes rules to disregard module-info classes.
  • Added javax.activation dependency for Java 9+ compatiability.

Bug Fix

23 Apr 04:32
Compare
Choose a tag to compare
  • Added support for user_failed_login system hook event (#334)