inngest@4.2.5
·
41 commits
to main
since this release
Patch Changes
-
#1479
6b9769caThanks @scottnuma! - Fixstep.sendSignal()return type to match runtime:Promise<InngestApi.SendSignalResponse>({ runId: string | undefined }) instead ofPromise<null> -
#1483
d0a59629Thanks @Linell! - Fix run IDs not URL encoded in Durable Endpoints -
#1481
970ded9bThanks @Linell! - Improves HMAC signature verification by using a constant-time comparison, which mitigates a potential timing-based signature-recovery attack against the request signature. Also improves handling of timestamps in signatures, including malformed or future-dated values. -
#1472
9df36deeThanks @Linell! - Fix empty body on Vercel serverless Node handlers -
#1482
e34972d3Thanks @Linell! - Hash the signing key used when exporting OTel traces