Releases: jenkinsci/last-changes-plugin
Releases · jenkinsci/last-changes-plugin
v2.7.11
Release notes
- Disable pluginFirstClassLoader (#81)
Heroes
@basil
v2.7.10
Release notes
- No scrollbar for last changes (#79)
v2.7.9
Release notes
- java.lang.NoClassDefFoundError: jenkins/branch/MultiBranchProject (#77)
v2.7.8
Release notes
- Don't copy repo to master, run diff on slave (#66)
- Update to DIff2Html 2.12.2 (#74)
Heroes
@david-mntl
v2.7.7
Release notes
- Skip last changes at the project level in multibranch projects (#71)
v2.7.5
- Performance: Also compress
commit diffs
bigger than 250kb.
v2.7.4
- Performance: Diffs bigger than 250kb will be compressed to not consume too much memory on jenkins.
OBS: The 250kb can be configured using SystemProperty named lastchanges.diff.compress-threshold
:
lastchanges.diff.compress-threshold=500
v2.7.3
Prevent NPE on html diff download