Download Latest Version Python SDK 1.39.0 source code.zip (99.3 MB)
Email in envelope

Get an email when there's a new version of Hatchet

Home / v0.105.2
Name Modified Size InfoDownloads / Week
Parent folder
checksums.txt 2026-08-25 1.1 kB
hatchet_0.105.2_Darwin_arm64.tar.gz.sbom.json 2026-08-25 181.7 kB
hatchet_0.105.2_Darwin_x86_64.tar.gz.sbom.json 2026-08-25 181.8 kB
hatchet_0.105.2_Linux_x86_64.tar.gz.sbom.json 2026-08-25 181.7 kB
hatchet_0.105.2_Darwin_arm64.tar.gz 2026-08-25 11.8 MB
hatchet_0.105.2_Linux_arm64.tar.gz.sbom.json 2026-08-25 181.6 kB
hatchet_0.105.2_Windows_x86_64.zip.sbom.json 2026-08-25 189.9 kB
hatchet_0.105.2_Darwin_x86_64.tar.gz 2026-08-25 12.8 MB
hatchet_0.105.2_Linux_x86_64.tar.gz 2026-08-25 12.3 MB
hatchet_0.105.2_Linux_arm64.tar.gz 2026-08-25 11.3 MB
hatchet_0.105.2_Windows_x86_64.zip 2026-08-25 12.6 MB
Hatchet 0.105.2 source code.tar.gz 2026-08-25 96.1 MB
Hatchet 0.105.2 source code.zip 2026-08-25 99.2 MB
README.md 2026-08-25 8.9 kB
Totals: 14 Items   257.0 MB 0

Hatchet v0.105.2 launches workflow pause and per-member payload visibility. It also ships an early beta of embedded mode for the TypeScript and Python SDKs, and a batch of engine and SDK fixes.

Highlights

  • Workflows can now be paused: in-flight runs keep running, new runs stay queued until unpause (up to the queue TTL), and cron or scheduled triggers can either queue or drop their runs while paused. Useful for halting a workflow with a high error rate, or queueing jobs during the day and unpausing to run them overnight. See Pausing Workflows.
  • Payload visibility can now be restricted per tenant member. Combined with the read-only VIEWER role, members can view runs, workflows, workers, events, logs, and metrics without seeing payload contents or modifying anything.
  • Early beta: Hatchet Embedded now supports the TypeScript and Python SDKs, running a full Hatchet engine directly next to your workers for local development, end-to-end testing, and CI. See Embedded Mode.
  • Go SDK: stream listeners stay alive across exit races, and previously missing durable wait and webhook arguments were added.
  • hatchet-lite now hands SIGTERM through to the engine, so containers shut down gracefully instead of waiting to be killed.

Fixed

  • Engine: evicted tasks can now time out instead of hanging (#4772).
  • Engine: durable user events are isolated by scope (#4721).
  • Engine: retry backoff no longer overflows on high retry counts (#4719).
  • Engine: lookups of missing rows return NotFound instead of Internal (#4744, #4757).

What's Changed

New Contributors

Full Changelog: https://github.com/hatchet-dev/hatchet/compare/v0.101.27...v0.105.2

Source: README.md, updated 2026-08-25