Skip to content

Releases: jenkinsci/workflow-api-plugin

1275.veb_e0969ddf9e

11 Sep 18:05
ebe0969
Compare
Choose a tag to compare

🐛 Bug fixes

📝 Documentation updates

  • Add warning to ForkScanner Javadoc describing potential issues when using it with multiple heads (#306) @dwnusbaum

👻 Maintenance

📦 Dependency updates

1267.vd9b_a_ddd9eb_47

28 Aug 15:16
d9baddd
Compare
Choose a tag to compare

🐛 Bug fixes

  • Do not unregister completed executions when iterating over FlowExecutionList to avoid unnecessary log warnings (#304) @Vlatombe

1261.va_2ff5204f17e

24 Aug 20:43
a2ff520
Compare
Choose a tag to compare

🐛 Bug fixes

  • Tone down logging in FlowExecutionList.iterator (#303) @jglick

1259.vb_47f14fffc8a_

16 Aug 23:26
b47f14f
Compare
Choose a tag to compare

👷 Changes for plugin developers

  • Define termination milestones for suspending & saving (#301) @jglick

👻 Maintenance

📦 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

28 Jul 22:44
d4889ab
Compare
Choose a tag to compare

🐛 Bug fixes

  • Suppress warning out lack of OutputStreamTaskListener for core impls (#298) @jglick

1248.v4b_91043341d2

28 Jul 21:56
4b91043
Compare
Choose a tag to compare

👷 Changes for plugin developers

  • Define OutputStreamTaskListener & close BufferedBuildListener (#294) @jglick

1241.v4edc8b_44933b_

20 Jul 20:18
4edc8b4
Compare
Choose a tag to compare

👷 Changes for plugin developers

  • Add LogStorage utility methods that expose the functionality of BufferedBuildListener, DelayBufferedOutputStream, and GCFlushedOutputStream (#297) @dwnusbaum

1239.vd7c497375cb_f

19 Jul 20:42
d7c4973
Compare
Choose a tag to compare

🐛 Bug fixes

  • JENKINS-56446 - Do not permanently close the log stream in FileLogStorage if an interrupted thread attempts to write to it (#296) @dwnusbaum

📦 Dependency updates

  • Bump docker-fixtures from 166.v912b_95083ffe to 178.v2c7d2343886b_ (#295) @dependabot

1232.v1679fa_2f0f76

12 Jul 19:42
1679fa2
Compare
Choose a tag to compare

🐛 Bug fixes

  • Catch errors in TaskListenerDecorator.decorate even when wrapped with merge (#290) @jglick

📦 Dependency updates

1223.v41b_0279c361a

06 Jul 00:25
41b0279
Compare
Choose a tag to compare

👷 Changes for plugin developers

👻 Maintenance

  • Note that the sort in ForkScanner.leastCommonAncestor does not really implement a topological sort (#288) @dwnusbaum