Skip to content

inngest@3.51.0

Choose a tag to compare

@inngest-release-bot inngest-release-bot released this 05 Feb 15:20
· 188 commits to main since this release
f522d2e

Minor Changes

  • #1269 8e377c27 Thanks @jpwilliams! - Add isInngestRequest() export for lightly checking if a Request looks like it comes from Inngest

Patch Changes

  • #1269 8e377c27 Thanks @jpwilliams! - Stabilise execution version when switching from sync to async

  • #1269 8e377c27 Thanks @jpwilliams! - Use endpoint adapters for experimental Durable Endpoints instead of wrappers

  • #1250 ad078067 Thanks @Linell! - NonRetriableError && RetryAfterError instanceof checks help resolve issues of errors not working as expected in monorepos.

  • #1168 4371be38 Thanks @Linell! - Add Anthropic Open Telemetry instrumentation so that calls to the Anthropic API are automatically captured.

  • #1269 8e377c27 Thanks @jpwilliams! - Rename http/run.started event created from Durable Endpoints to inngest/http.request

  • #1266 b6361ee1 Thanks @djfarrelly! - Fix issue where middleware transformOutput is not called.