Features
- Add experimental in-band sync feature. You can opt in by setting the env var
INNGEST_ALLOW_IN_BAND_SYNC=1.
Fixes
- Fix configured serve path (e.g.
INNGEST_SERVE_PATH env var) not considered when creating Inngest route handlers.
- Fix ugly exception when event sending fails.
Improvements
- Print URL when an outgoing request fails.
Full changelog
https://github.com/inngest/inngest-py/compare/0.4.12...0.4.13