Skip to content

Releases: inngest/inngest-py

inngest@0.5.18

11 Mar 19:18
9be469a

Choose a tag to compare

Features

  • Add app_version field (relevant for Connect).

Fixes

  • Fix duration parser only considers largest time unit.

Full Changelog

https://github.com/inngest/inngest-py/compare/inngest@0.5.17...inngest@0.5.18

inngest@0.5.17

03 Mar 16:59
ad6d90a

Choose a tag to compare

Fixes

  • Fix thread-blocking user code causing Inngest server to think Connect worker died. Solved by putting Connect internals into a dedicated thread.

Full changelog

https://github.com/inngest/inngest-py/compare/inngest@0.5.16...inngest@0.5.17

inngest@0.5.16

03 Mar 16:22
21ca45d

Choose a tag to compare

Fixes

  • Fix not reraising before_send_events error

Full changelog

https://github.com/inngest/inngest-py/compare/inngest@0.5.15...inngest@0.5.16

inngest@0.5.15

26 Jan 18:06
23ab906

Choose a tag to compare

Fixes

  • Fix parallel steps not working.
  • Fix large payload sizes (>1 MB) silently ignored (Connect only).

Full changelog

https://github.com/inngest/inngest-py/compare/inngest@0.5.14...inngest@0.5.15

inngest@0.5.14

20 Jan 22:54
074c8e8

Choose a tag to compare

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

inngest@0.5.13

25 Nov 02:59
0f21e74

Choose a tag to compare

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 #309
  • Fix some tasks closing before pending requests are done by @amh4r in #311
  • Bump version to 0.5.13 by @amh4r in #312

Full Changelog: https://github.com/inngest/inngest-py/compare/inngest@0.5.12...inngest@0.5.13

inngest@0.5.12

13 Nov 20:03
5611f5d

Choose a tag to compare

Features

  • Adding a max_worker_concurrency field for Connect to allow maximum number of simultaneous requests for a worker.

What's Changed

New Contributors

Full Changelog: https://github.com/inngest/inngest-py/compare/inngest@0.5.11...inngest@0.5.12

inngest@0.5.11

27 Oct 16:35
527bb48

Choose a tag to compare

Fixes

  • Fix failed Connect handshake when concurrency scope is unspecified.

What's Changed

New Contributors

Full Changelog: https://github.com/inngest/inngest-py/compare/inngest@0.5.10...inngest@0.5.11

inngest@0.5.10

21 Oct 16:46
ef2cb26

Choose a tag to compare

Features

  • Add Server-Timing response header.

Fixes

  • Improve Connect close process.

What's Changed

New Contributors

Full Changelog: https://github.com/inngest/inngest-py/compare/inngest@0.5.9...inngest@0.5.10

inngest@0.5.9

25 Sep 19:23
fb0e35f

Choose a tag to compare

Features

  • Realtime publishing. This is still experimental but we don't expect the interface to change much

What's Changed

Full Changelog: https://github.com/inngest/inngest-py/compare/inngest@0.5.8...inngest@0.5.9