You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
New Features
We've added support for non-retryable errors to the Hatchet SDKs: you can read more here
We've made major improvements to documentation, with almost all pages migrated from v0 to v1.
Bug Fixes
Concurrency strategies will no longer drain gracefully between different workflow versions to prevent instances of high blocking on queues (#1477)
We've fixed an issue on the Python SDK where the HATCHET_CLIENT_TOKEN environment variable was previously required when importing the Hatchet package (this is no longer the case) (#1483)
Fixes an issue on the Go SDK where step run failed was automatically prepended to error strings in on-failure steps (#1482)