✨ Improvements
- Add whitelisted method that returns the issues of a report (#390) @uhafner
- Added support for picking a given build from the reference job (#233) @eivindt
- JENKINS-58538 - JENKINS-57556 - Replace absolute paths with relative paths for issues (#358) @uhafner
- JENKINS-59601 - Add support for JUnit. (#333) @Gyanesha
- JENKINS-59791 - Added remote API for blames info (#389) @XiongKezhi
- Added ClangAnalyzer (#307) @andreydanin
🐛 Bug Fixes
- JENKINS-57638 - Provide custom names for reports (#207) @uhafner
📦 Dependency updates
- Bump jsoup from 1.12.1 to 1.12.2 (#376) @dependabot-preview
- Bump docker-fixtures from 1.8 to 1.9 (#344) @dependabot-preview
- Bump plugin-util-api from 0.1.0-beta6-rc73.2537a05a4a8e to 0.1.0-beta6-rc74.807b71f3775a (#346) @dependabot-preview
- Bump data-tables-api from 1.10.20-6-beta1 to 1.10.20-7-beta1-rc164.325bcf4685fb (#338) @dependabot-preview
- Bump jquery3-api from 3.4.1-4-beta1-rc83.0571fba8f864 to 3.4.1-4-beta1-rc86.fcebead0d4e8 (#345) @dependabot-preview
- Bump bootstrap4-api from 4.4.1-5-beta1-rc118.241724a95779 to 4.4.1-5-beta1-rc133.a3bc7af7670d (#343) @dependabot-preview
- Bump analysis-model-api from 8.0.0-beta4 to 8.0.0-beta6-rc212.aaa6323b9d41 (#340) @dependabot-preview
- Bump analysis-pom from 2.1.0 to 2.1.1 (#326) @dependabot-preview
- Bump plugin-util-api from 0.1.0-beta6-rc66.cd0637fbf786 to 0.1.0-beta6-rc74.807b71f3775a (#332) @dependabot-preview
- Bump pmd.version from 6.20.0 to 6.21.0 (#334) @dependabot-preview
- Bump font-awesome-api from 5.12.0-1-beta1 to 5.12.0-2-beta1-rc95.517f66d79aa0 (#339) @dependabot-preview
- Bump echarts-api from 4.4.0-9-beta1-rc136.3d2e652f0255 to 4.6.0-1-beta1-rc142.e39c8262bc82 (#341) @dependabot-preview
- Bump plugin-util-api from 0.1.0-beta5 to 0.1.0-beta6-rc66.cd0637fbf786 (#320) @dependabot-preview
- Bump bootstrap4-api from 4.4.1-4-beta1 to 4.4.1-5-beta1-rc118.241724a95779 (#319) @dependabot-preview
- Bump jquery3-api from 3.4.1-3-beta1 to 3.4.1-4-beta1-rc83.0571fba8f864 (#321) @dependabot-preview
- Bump echarts-api from 4.4.0-8-beta1 to 4.4.0-9-beta1-rc136.3d2e652f0255 (#322) @dependabot-preview
- Bump echarts-api from 4.4.0-7-beta1 to 4.4.0-8-beta1 (#309) @dependabot-preview
- Bump plugin from 3.55 to 3.56 (#311) @dependabot-preview
- Bump json-unit-assertj from 2.11.1 to 2.12.0 (#314) @dependabot-preview
- Bump archunit.version from 0.12.0 to 0.13.0 (#293) @dependabot-preview
- Bump annotation-indexer from 1.12 to 1.13 (#289) @dependabot-preview
- Bump pitest-maven from 1.4.10 to 1.4.11 (#294) @dependabot-preview
- Bump checkstyle from 8.27 to 8.28 (#288) @dependabot-preview
- Bump apache-httpcomponents-client-4-api from 4.5.10-1.0 to 4.5.10-2.0 (#296) @dependabot-preview
- Bump junit from 4.12 to 4.13 (#290) @dependabot-preview
- Bump plugin from 3.54 to 3.55 (#287) @dependabot-preview
- Bump mockito-core from 3.2.0 to 3.2.4 (#283) @dependabot-preview
- Bump pitest-junit5-plugin from 0.10 to 0.11 (#286) @dependabot-preview
🔧 Internal changes
- Add a Blame model object that encapsulates mapping of blames to issues (#391) @uhafner
- [ImgBot] Optimize images (#375) @imgbot
- Replace String setters with TreeString variant (#342) @uhafner
- Use new parent pom (#316) @uhafner
- Extract all JS libraries into separate JS plugins (#282) @uhafner
🚦 Tests
- JENKINS-59617 - Create unit test for IconLabelProvider (#379) @XiongKezhi