Releases: jenkinsci/gitlab-branch-source-plugin
Releases · jenkinsci/gitlab-branch-source-plugin
1.4.4
🚀 New features and improvements
- JENKINS-60915 - Add additional support for the SCM API 2.0 spec (#74) @steven-terrana
📦 Dependency updates
- Bump checkstyle from 8.18 to 8.29 (#73) @dependabot
1.4.3
v1.4.2
v1.4.1
- Add a space to GitLabPipelineStatusNotifier log messages for clarity (#69) @guillaumelecerf
- Do not suffix MR name with merge strategy if only one is chosen (#68) @guillaumelecerf
- Respect the chosen ChangeRequestCheckoutStrategy (#67) @guillaumelecerf
- Fix a null pointer exception after #56 (#66) @guillaumelecerf
- JENKINS-60338 - Fix the problem that the project id cannot be saved (#65) @LinuxSuRen
- Log warnings for caught GitLabApiExceptions (#60) @stuartrowe
- Fix missing slash in hook url (#61) @ziouf
- Fix for build which start from user without Administers permission. (#59) @mymarche
- Fix build url in gitlab comment (#58) @Elimas
1.4.0
v1.3.0
v1.2.2
🚀 New features and improvements
- JENKINS-59184 - Add gitlab avatar cache (#45) @baymac
🐛 Bug Fixes
- Initialize transient fields after XStream deserialization (#50) @maksym-kit
- Impl GitLabAvatarTrait (#48) @baymac
- Fix IndexOutOfBounds on push of new branch (#49) @maksym-kit
📝 Documentation updates
👻 Maintenance
v1.2.1
🚀 New features and improvements
- Add i10n support (#44) @LinuxSuRen
🐛 Bug Fixes
- Only call getHookUrl if credential is not null (#46) @Casz
- Fix the IndexOutOfBoundsException because of no GitLabServers check (#42) @LinuxSuRen