releases.shpreview

Python SDK

Mon
Wed
Fri
JulAugSepOctNovDecJanFebMarAprMayJunJul
Less
More
Releases1Avg0/wk

Features

  • Add unauthenticated sync opt-out.
  • Add request and job IDs to function ctx.
  • Add optional jitter field to TriggerCron.

Fixes

  • Fix PydanticSerializer memory leak.
  • Fix reconnect during graceful shutdown (Connect).

Improvements

  • Remove…
Read more →

Features

  • Add debounce timeout config

Fixes

  • Fix Connect worker shutdown not informing Inngest Server

Improvements

  • Improve error messages when Connect has an invalid WebSocket URL
  • Remove "authentication_succeeded": false from GET response
Read more →

Fixes

  • Fix sending message to closed WebSocket connection not forcing reconnect. (Connect only)
  • Fix graceful close not waiting for long-running steps. (Connect only)

What's Changed

  • Fix sending message to closed WebSocket not forcing reconnect by @amh4r in…
Read more →

Fixes

  • Expose Timeouts class (as inngest.Timeouts).
  • Fix Connect signal handlers added when not in main thread.
  • Fix Connect not working with branch environments.

PRs

Read more →

Features

  • Add if support in the batch config. This conditional boolean expression, when provided, would determine which events get batched together for execution.

Fixes

  • Fix Connect lease issue where expired leases didn’t cancel the run or stop the lease…
Read more →

Features

  • Add parallel_mode kwarg to group.parallel. Setting it to ParallelMode.RACE will allow sequential steps in a parallel group to execute independent of other parallel groups at the expense of more requests to your app.

Fixes

  • Fix Connect heartbeater dying…
Read more →
inngest@0.5.1

Features

  • Add public_path arg to serve. This is useful when behind a path-rewriting proxy

Fixes

  • Fix Connect heartbeater using a stale connection after reconnecting
  • Fix anyio.WouldBlock error when streaming is enabled

What's Changed

  • Switch to uv by…
Read more →
inngest@0.5.0

Release blog post here

Full migration guide here

New features

  • First-class Pydantic support in step and function output
  • AI orchestration…
Read more →
inngest@0.4.22

Fixes

  • Use thread pool when running non-async functions in async context. This prevents a non-async Inngest function from blocking the whole event loop when using an async HTTP framework (e.g. FastAPI).
  • Raise a better error when using nested steps. -…
Read more →
Last Checked
1h ago
Latest
inngest@0.5.19
Tracking since Nov 20, 2023