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…
app_version field (relevant for Connect).https://github.com/inngest/inngest-py/compare/inngest@0.5.17...inngest@0.5.18
https://github.com/inngest/inngest-py/compare/inngest@0.5.16...inngest@0.5.17
before_send_events errorhttps://github.com/inngest/inngest-py/compare/inngest@0.5.15...inngest@0.5.16
https://github.com/inngest/inngest-py/compare/inngest@0.5.14...inngest@0.5.15
"authentication_succeeded": false from GET responsemax_worker_concurrency field for Connect to allow maximum number of simultaneous requests for a worker.Server-Timing response header.Timeouts class (as inngest.Timeouts).if support in the batch config. This conditional boolean expression, when provided, would determine which events get batched together for execution.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.PydanticSerializerpublic_path arg to serve. This is useful when behind a path-rewriting proxyanyio.WouldBlock error when streaming is enabled