Releases: inngest/inngest-py
Releases · inngest/inngest-py
v0.3.15
New features
- Add
RetryAfterError
, which can be used to schedule a retry at a specific time.
Fixes
- Fix validation error when an Inngest Server sets
event.data
to null
instead of {}
.
v0.3.14
Improvements
- Auto-detect async mode for Django. Its
async_mode
serve
kwarg will be removed in version v0.4.
- Raise an error if using async functions and a Django version below 5.
- Stop logging a warning when falling back to the synchronous HTTP client.
v0.3.13
New features
- Add DigitalOcean Functions support.
v0.3.12
New features
- Add support for
step.run
callback args (e.g. step.run("my-step", my_callback, arg_1, arg_2)
).
- Change experimental encryption middleware (
inngest.experimental.EncryptionMiddleware
) to use NaCL.
Fixes
- Fix returning secure introspection when in dev mode. This isn't a security fix since the secure introspection response doesn't include secrets and the changes only affect local development.
v0.3.11
New features
- Experimental encryption middleware (
inngest.experimental.EncryptionMiddleware
)
v0.3.10
Fixes
- Use a connection pool when sending HTTP requests.
v0.3.9
New features
- Add support for zero downtime signing key rotation.
v0.3.8
Fixes
- Fix Dev Server auto-discovery
- Fix signing key required when using client without
serve
v0.3.7
New features
- Branch environment support (docs)
Fixes
- Fix not fetching batch and step data from the API. This is necessary when the request from the Executor would be too large