Skip to content

Releases: inngest/inngest-py

v0.4.10

22 Aug 15:52
da32bfd
Compare
Choose a tag to compare

Fixes

  • Fix escape sequences breaking signature verification

v0.4.9

16 Aug 19:05
a5c0af9
Compare
Choose a tag to compare

Internal changes

  • Add trust probe support

0.4.8

24 Jul 19:28
Compare
Choose a tag to compare

Experimental changes

  • Update inngest.experimental.encryption_middleware to support cross-language encryption. Now the Python SDK can send encrypted events to the TypeScript SDK, and vice-versa. While this is a breaking change, it doesn't require a major version bump since the middleware is still experimental

v0.4.7

22 Jul 13:53
13b9a61
Compare
Choose a tag to compare

Fixes

  • Fix INNGEST_DEV=1 interpreted as a URL

v0.4.6

18 Jul 20:50
05f71c5
Compare
Choose a tag to compare

New features

  • Add batch key support (docs)
  • Add URL support to INNGEST_DEV
  • Add INNGEST_BASE_URL support. This likely won't ever be needed but exists for feature parity with the TypeScript SDK

Improvements

  • Better handle thrown errors when syncing

v0.4.5

28 Jun 13:58
de7f6e9
Compare
Choose a tag to compare

Fixes

  • Fix type error when returning TypedDict

v0.4.4

27 Jun 14:28
Compare
Choose a tag to compare

New features

  • Add idempotency option to create_function. Read more in our docs

v0.4.3

24 Jun 16:50
01073ba
Compare
Choose a tag to compare

Fixes

  • Fix step.parallel broken for steps besides step.run
  • Fix sequential steps after step.parallel may execute more than once

v0.4.2

20 Jun 21:17
574c94e
Compare
Choose a tag to compare

New features

  • Experimental support for asyncio.gather and asyncio.FIRST_COMPLETED. To enable this feature, set _experimental_execution=True in your function's create_function decorator

v0.4.1

14 Jun 13:57
c0dd996
Compare
Choose a tag to compare

Fixes

  • Fix internal validation error since ctx.stack.stack in the request body can be null