Releases: jenkinsci/workflow-api-plugin
Releases Β· jenkinsci/workflow-api-plugin
1105.v3de5e2efac97
π Bug fixes
- JENKINS-67164 - Call StepExecution.onResume directly from WorkflowRun.onLoad rather than via FlowExecutionList.ItemListenerImpl to ensure step resumption (#178) @dwnusbaum
π¦ Dependency updates
- Bump plugin from 4.28 to 4.31 (#180) @dependabot
- Bump bom-2.222.x from 841.vd6e713d848ab to 887.vae9c8ac09ff7 (#162) @dependabot
π» Maintenance
v2.47
π Bug fixes
- JENKINS-66826 - Fix NPE in ErrorAction.isUnserializableException (#175) @megathaum
π¦ Dependency updates
- Bump plugin from 4.19 to 4.28 (#174) @dependabot
π» Maintenance
v2.46 π
- JENKINS-65821 - Fix race condition by using ConcurrentHashMap (#160) @bitwiseman
v2.45 π
Hot Fix
This change fixes a deadlock introduced in 2.44.
- JENKINS-65885 - Revert "Merge pull request #153 from twasyl/synchronization-for-optimisation" (#158) @bitwiseman
Changes
- JENKINS-38669 - first stage - adding getSCMs method to FlowDefinition (#111) @AngryGami
- Adding LICENSE file. (#101) @kshithijiyer
- Update plugin POM and BOM (#152) @basil
- Fixing Javadoc for fixing the pipeline (#155) @twasyl
π¦ Dependency updates
- Bump docker-fixtures from 1.10 to 1.11 (#143) @dependabot
- Bump bom-2.222.x from 25 to 841.vd6e713d848ab (#154) @dependabot
π» Maintenance
v2.44 π
- JENKINS-65821 - Introducing some synchronization mechanisms to prevent some race condition (#153) @twasyl
- Build on java 11 as well (#138) @timja
- JENKINS-65398 - Terminology updates for public strings. (#147) @kerogers-cloudbees