Releases: gitlab4j/gitlab4j-api
Releases · gitlab4j/gitlab4j-api
gitlab4j-api-4.17.0
[maven-release-plugin] prepare release gitlab4j-api-4.17.0
Enhancement Release
Bug Fix
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