@cloudflare/workflows-shared@0.11.2
·
4 commits
to main
since this release
Patch Changes
-
#14318
f32e9c1Thanks @vaishnav-mk! - Add step context to Workflows rollback handlersRollback handlers now receive the original step context under
ctx, makingctx.step.name,ctx.step.count,ctx.attempt, and the resolved stepconfigavailable during rollback. The legacystepNamefield remains available and is equivalent to${ctx.step.name}-${ctx.step.count}.rollbackConfigis now limited to retry and timeout settings, matching the behavior supported by rollback handlers. -
#14314
5c3bb11Thanks @harryzcy! - Bump esbuild to 0.28.1This update includes several bug fixes from esbuild versions 0.27.3 through 0.28.1. See the esbuild changelog for details.