Skip to content

Tags: hatchet-dev/hatchet

Tags

v0.83.4

Toggle v0.83.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add more detailed logging to in memory advisory lock, configurable ti… …meout (#3408) * initial commit * fix integration test * add timing to error messages * address comment

vscode/v0.1.2

Toggle vscode/v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: vs code readme images (#3392) * fix: absolute image path * feat: auto release and bump version

vscode/v0.1.1

Toggle vscode/v0.1.1's commit message
update package.json 

v0.83.3

Toggle v0.83.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
(fix): Make sure sqlc generates TotalReads as int64 (#3404) 

v0.83.2

Toggle v0.83.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add in memory, keyed, locking queue to protect RunConcurrencyStrategy ( …#3384) * initial commit * make KeyedTimeoutLocks lock also ordered with a timeout * add go integration test * cleanup * fix lint * release normal lock if fail to acquire parent lock * address comments * check whether we actually acquired the lock when checking is active, enhance python test error message * lint * fix names in contention test * switch to mutex * adjust timeout again * address copilot comments * lint

v0.83.1

Toggle v0.83.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use inserted at for proper indexing in DAG replay queries (#3399) * use inserted at for proper indexing in DAG replay queries * no unnest rn * fix comment * min dag inserted at * use dag ids slice directly * use the unnest pattern * min dag inserted at not required * rebase older renamings * comment * useless if branch

v0.83.1-alpha.0

Toggle v0.83.1-alpha.0's commit message
add configurable polling interval for workflow runs 

v0.83.0

Toggle v0.83.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: enable tenant-scoped logs view (#3381) * feat: enable tenant-scoped logs view * remove index * different strategy for migration * just remove feature flag * just drop parent

v0.82.3

Toggle v0.82.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
hide log-level view (#3374) 

v0.82.2

Toggle v0.82.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: write engine spans to lookup table (#3371)