Releases: gitlab4j/gitlab4j-api
Releases · gitlab4j/gitlab4j-api
Enhancement Release
- Added support for Issue Links - #419
- Verified compatibility with GitLab 12.0+
Added Addition Service Support
Enhancement Release
- 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
Enhancement and Fix Release
- 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
- Fixed issue with
RunnersApi.getAllRunners()
methods - #365 - Added get runners methods to
RunnersApi
to filter on type and status
Enhancement Release
Webhook and System Hook Enhancements
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
- 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
- Audited and updated Webhook related code to bring in-line with latest GitLab API specs - #357