Releases: jenkinsci/email-ext-plugin
Releases Β· jenkinsci/email-ext-plugin
2.95
π¦ Tests
- Fix tests with Jenkins 2.395 (#431) @MarkEWaite
π¦ Dependency updates
- Bump
jsoup
from 1.15.3 to 1.15.4 (#428) @dependabot - Bump
git-changelist-maven-extension
from 1.4 to 1.6 (#426, #422) @dependabot - Bump plugin parent POM from 4.54 to 4.55 (#427) @dependabot
- Bump plugin BOM from 1798.vc671fe94856f to 1836.vfe602c266c05 (#425, #423) @dependabot
2.94
2.93
π» Maintenance
π¦ Tests
π¦ Dependency updates
- Bump plugin BOM from 1607.va_c1576527071 to 1757.vf3c66da_b_7492 (#413, #412, #410, #408, #407, #405, #403, #402, #401, #399) @dependabot
- Bump plugin parent POM from 4.48 to 4.53 (#411, #406, #404, #400) @dependabot
2.92
π New features and improvements
- JENKINS-69414: Add OAuth 2.0 support (#397) @slide
π Documentation updates
- JENKINS-69750: Do not show specific directory path in documentation (#398) @slide
π¦ Dependency updates
- Bump jsoup from 1.15.2 to 1.15.3 (#394) @dependabot
- Bump plugin parent POM from 4.43.1 to 4.48 (#396, #393, #390, #388, #385) @dependabot
- Bump plugin BOM from 1500.ve4d05cd32975 to 1607.va_c1576527071 (#392, #391, #389, #387, #386, #383) @dependabot
- Bump
git-changelist-maven-extension
from 1.3 to 1.4 (#384) @dependabot
2.91
π¦ Dependency updates
- Bump plugin BOM from 1478.v81d3dc4f9a_43 to 1500.ve4d05cd32975 (#381) @basil
2.90
π₯ Breaking changes
Related plugin releases
The following plugins must be upgraded in lockstep:
- Mailer 435.v79ef3972b_5c7
- Pipeline: Basic Steps 980.v82219a_ed188e
- Email Extension 2.90
- Mail Watcher 1.17
Failure to upgrade all three plugins in lockstep will result in linkage errors.
Jakarta imports
Email Extension 2.90 is the first release with the package namespace changed from javax.mail
to jakarta.mail
.
If you use a Pre-send Script, Post-send Script, Script - Before Build trigger, or Script - After Build trigger, you must change any imports of javax.mail.*
to instead import jakarta.mail.*
.
π¦ Dependency updates
- Bump jsoup from 1.15.1 to 1.15.2 (#377) @dependabot
- Bump plugin parent POM from 4.40 to 4.43.1 (#380, #376, #373) @dependabot
- Bump plugin BOM from 1409.v7659b_c072f18 to 1478.v81d3dc4f9a_43 (#379, #378, #375, #374, #372) @dependabot
2.89
π New features and improvements
- JENKINS-67701: Add
previous()
recipient provider (#371) @strangelookingnerd
π¦ Dependency updates
- Bump plugin BOM from 1342.v729ca_3818e88 to 1409.v7659b_c072f18 (#370, #369, #367, #366, #362) @dependabot
- Bump jsoup from 1.14.3 to 1.15.1 (#368) @dependabot
- Bump Config File Provider from 3.9.0 to 3.10.0 (#365) @dependabot
- Bump JavaMail API from 1.6.2-5 to 1.6.2-6 (#363) @dependabot
- Remove hard-coded dependencies (#364) @basil
2.88
π New features and improvements
- JENKINS-62079: Add
contributor()
recipient provider which pulls information fromContributorMetadataAction
(#361) @slide - Adapt to Token Macro's new
escapeHtml
parameter (#359) @rsandell
π» Maintenance
π¦ Tests
- Test on Java 17 (#357) @basil
- Remove
file.encoding
customization (#351) @basil - Test on Windows (#341) @basil
π¦ Dependency updates
- Bump plugin BOM from 1155.v77b_fd92a_26fc to 1289.v5c4b_1c43511b_ (#360, #358, #356, #354, #352, #350, #348) @dependabot
- Bump plugin parent POM from 4.33 to 4.39 (#355, #353, #347, #344, #343) @dependabot
- Bump Release Drafter from 5.18.1 to 5.19.0 (#349) @dependabot
- Bump Config File Provider from 3.8.1 to 3.9.0 (#342) @dependabot
2.87
π¦ Dependency updates
- Bump plugin parent POM from 4.31 to 4.33 (#339, #333) @dependabot
- Bump JavaMail API from 1.6.2-2 to 1.6.2-5 (#340) @dependabot
- Bump Mock JavaMail from 1.9 to 1.12 (#335) @basil
- Bump
git-changelist-maven-extension
from 1.2 to 1.3 (#334) @dependabot
2.86
π Bug fixes
- JENKINS-67220: Fix credential lookup after conversion from username/password (#332) @slide