Releases: jenkinsci/workflow-api-plugin
Releases · jenkinsci/workflow-api-plugin
1289.va_cf779f32df0
👷 Changes for plugin developers
- Adapt DirectArtifactManagerFactory to run test on IPv6 (#317) @imonteroperez
🚦 Tests
- Adapt DirectArtifactManagerFactory to run test on IPv6 (#317) @imonteroperez
📦 Dependency updates
- Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77 (#316) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.73 to 4.76 (#315) @dependabot
1283.v99c10937efcb_
1281.vca_5fddb_3fceb_
🐛 Bug fixes
- JENKINS-71970 - Memory leak involving
BufferedBuildListener
(#311) @jglick
🚦 Tests
- Do not test branch ordering with ForkScanner for incomplete build with nested parallelism (#310) @dwnusbaum
1275.veb_e0969ddf9e
🐛 Bug fixes
- JENKINS-71970 - Potentially solve memory leak (#309) @rsandell
📝 Documentation updates
- Add warning to ForkScanner Javadoc describing potential issues when using it with multiple heads (#306) @dwnusbaum
👻 Maintenance
- Add Plugin Development Team to CODEOWNERS (#307) @sghill-rewrite
📦 Dependency updates
- Bump org.jenkins-ci.plugins:plugin from 4.72 to 4.73 (#308) @dependabot
1267.vd9b_a_ddd9eb_47
1261.va_2ff5204f17e
1259.vb_47f14fffc8a_
👷 Changes for plugin developers
👻 Maintenance
- Test on Java 21 (#299) @NotMyFault
📦 Dependency updates
- Bump bom-2.361.x from 1763.v092b_8980a_f5e to 2102.v854b_fec19c92 (#293) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.71 to 4.72 (#300) @dependabot
1251.vd4889a_b_0a_065
1248.v4b_91043341d2
1241.v4edc8b_44933b_
👷 Changes for plugin developers
- Add
LogStorage
utility methods that expose the functionality ofBufferedBuildListener
,DelayBufferedOutputStream
, andGCFlushedOutputStream
(#297) @dwnusbaum