github hatchet-dev/hatchet py/1.37.3
Python SDK 1.37.3

latest releases: v0.103.0, v0.102.5, v0.102.4...
4 hours ago

Overview

Fixed

  • Correctly passes TLS config through to the API client
  • Passes the configured TLS server name (SNI) through to the REST client
  • Removes a call to asyncio.to_thread that was causing durable callback ordering to end up out-of-ordering, causing non-determinism errors.
  • Fixes a possible memory leak with satisfied (pending) durable callbacks not being removed when invocations get stale

Installation

Install the SDK using pip:

pip install hatchet-sdk

Or using poetry:

poetry add hatchet-sdk

Documentation

For detailed documentation, examples, and best practices, visit:

What's Changed?

  • feat: Add VIEWER role (#4690) by @juliusgeo
  • feat: add per-member canViewPayloads for payload visibility (#4718) by @grutt
  • fix(python): rest client ssl/tls creds, memory leak, durable callback ordering, improved shutdown behavior (#4723) by @mrkaye97

Don't miss a new hatchet release

NewReleases is sending notifications on new releases.