🚀 New features and improvements
- JENKINS-47420 - Set review labels when RestAPI is enabled (#465) @kiic-leung
- Added Uploader Name RegEx filter for patchsetCreatedEvent (#457) @faceless7171
🐛 Bug fixes
- JENKINS-68181 - FIX: Use SafeTimerTask instead of TimerTask for DynamicTriggerConfigU… (#463) @chenhuahuan
- Fix retrieving review message. (#422) @thesvistun
👻 Maintenance
- Prepare for icon removal from core (#459) @NotMyFault
- EOL JSR 305 (#458) @basil
- Migrate from deprecated
org.junit.Assert.assertThat
to non-deprecatedorg.hamcrest.MatcherAssert.assertThat
(#460) @basil
🚦 Tests
🐛 Bug fixes
- JENKINS-65264 - builds triggered on changeMerged event wait for refs/heads/ replica event (#462) @ferrucciobongianni
👻 Maintenance
🐛 Bug fixes
- Connection is not established on startup (#447) @codesuki
- Some controls ignore current state (#407) @testowyludek1234
- Fix excessive triggers for a change with forbidden files only and strictForbiddenFileVerification enabled (#444) @romanek-adam
- Fix Gerrit Trigger not updating the list of gerrit projects automatically (#437) @mariahbb1
- Fixed Enable Code-Review checkbox can not be unchecked (#445) @howardlyliao
- Warning log in wrong place (#448) @codesuki
👻 Maintenance
Lots of dependency updates and cleanups. A couple of spotbugs warnings fixed (and some ignored).
The dependency updates caused many tests to start failing, most of it due to magled classpaths and new requirements of the dependencies being bumped.
And that motivated a beta release to try and get some sanity testing "in the wild" before offering this update to a wider user base.
🚀 New features and improvements
- Add rerun-check event (#435) @bpedersen2
- Modify the "filtered in" and "filtered out" order in Gerrit Trigger menu (#438) @mariahbb1
🐛 Bug fixes
- Only store events from configured server (#439) @ctudor
- JENKINS-53250 - : Fix warnings when configuration-as-code is not installed (#436) @olivergondza
👻 Maintenance
- feat: support incrementals (#441) @kuisathaverat
🚀 New features and improvements
- JENKINS-53250 - Gerrit Trigger plugin compatibility with JCasC (JEP-201 - ) (#426) @olivergondza
🐛 Bug fixes
- JENKINS-63000 - Bypass dynamic trigger fetch after timeout (#429) @Gammal-Skalbagge
📦 Dependency updates
- Bump jackson.version from 2.10.2 to 2.12.3 (#434) @dependabot
- Bump commons-io from 2.4 to 2.7 (#433) @dependabot
🚀 New features and improvements
🐛 Bug fixes
- JENKINS-64341 - Remove the table, tr and td tags from the forms that should not be tables (#427) @ironcerocloudbees
- Fixed adding forbidden paths in dynamic config (#421) @valentinvarbanov