Gabe Ruttner
Gabe Ruttner
# Description Inserts unique event keys into new table and fixes list query to not use distinct ## Type of change - [x] Bug fix (non-breaking change which fixes an...
# Description Adds support for sdk runtime information such as sdk version, runtime versions, and os info which can be helpful for debugging. ## Type of change - [x] New...
# Description Removes double sent event and adds a helpful ack type ## Type of change - [x] Bug fix (non-breaking change which fixes an issue)
# Description SQL optimizations to improve concurrency performance for Step Run operations. ## Type of change - [x] Refactor (non-breaking changes to code which doesn't change any behaviour) ## What's...
# Description Adds decipher for AI session analytics ## Type of change - [x] Chore (changes which are not directly related to any business logic)
# Description Simple example to share how to use Hatchet within Nestjs Fixes #1581 ## Type of change - [x] Documentation change (pure documentation change)
# Description Fixes 404 if cron is not found ## Type of change - [x] Bug fix (non-breaking change which fixes an issue)
Replaying a task does not reset it's sticky state configuration. This prevents new assignment for `STICKY.HARD` strategy. Link: https://hatchet-co.slack.com/archives/C084F5YLRHT/p1744678496282749
I still think this is not a solution. Forcing the sdk users to extend this new interface `WorkflowInputType` just to add the missing index signature (as discussed in #1453 )...
# Description It is often desirable to perform transformations to the input or output of a task or all task on a client. For example: 1. payload thinning 2. encryption...