Immutable
release. Only release title and notes can be modified.
@workflow/world-local@4.4.1
- #3824
41abe2d@AndrewBarba - Abort active local queue deliveries when the World closes, including when transport timeouts are disabled.
@workflow/world-vercel@4.7.2
- #4041
0deceda@karthikscale3 - Recycle the events HTTP/2 connection pool when a streamed response body fails after its headers arrive. - #3844
7024b5b@VaguelySerious - AuthenticatedeploymentId: "latest"with the deployment's own OIDC identity instead of an ambientVERCEL_TOKEN, and scope the request to the configured team, fixing spurious 404s when resolving the latest deployment
@workflow/web-shared@4.1.22
- #3906
bf5cd3a@karthikscale3 - Prevent event payload flicker during decryption.
@workflow/swc-plugin@4.1.3
- #3971
0b9867e@TooTallNate - Register class expressions through an IIFE that closes over the class instead of module-level code that references it by name, fixing the unresolvableAnonymousClassreference emitted for shapes such asvar Foo = class { ... }in pre-bundled packages.
@workflow/next@4.1.10
- #3801
680c263@NathanColosimo - Discover workflows imported by every Next.js file convention entrypoint.