Releases: hatchet-dev/hatchet
Releases · hatchet-dev/hatchet
v0.16.0
What's Changed
- fix(engine/health): listen before serving by @steebchen in #243
- fix(engine): do not panic on regular exit by @steebchen in #242
- fix(typescript-sdk): extract typescript sdk into separate repo by @steebchen in #239
- chore: fix typo in .gitignore by @eltociear in #252
- fix(controller): attempt to fix data race by @steebchen in #247
- feat(python-sdk): logs api endpoint by @abelanger5 in #253
- fix: deadlocks on workers and tickers by @abelanger5 in #241
New Contributors
- @eltociear made their first contribution in #252
Full Changelog: v0.15.2...v0.16.0
v0.15.2
What's Changed
- chore: add sentry support to engine by @abelanger5 in #237
- chore: add sentry to fe by @grutt in #238
- feat: doc improvements by @grutt in #222
- feat(py-sdk): async steps by @grutt in #246
- docs: multiple environments by @grutt in #248
- feat: sns integrations from frontend by @abelanger5 in #249
Full Changelog: v0.15.1...v0.15.2
v0.15.1
What's Changed
- feat: delete workflow from UI by @abelanger5 in #234
- fix: crash on typing json input by @abelanger5 in #235
- feat: display concurrency settings on the UI by @abelanger5 in #236
Full Changelog: v0.15.0...v0.15.1
v0.15.0
What's Changed
- feat: support ingestion from SNS by @abelanger5 in #231
- feat: events list filtering by status by @abelanger5 in #232
- fix: parse schema in API, not engine by @abelanger5 in #233
Full Changelog: v0.14.2...v0.15.0
v0.14.2
What's Changed
- fix: support json array types by @abelanger5 in #228
- feat(engine): improve stability of workers with terminations and disconnects by @abelanger5 in #229
- fix: schema array parsing with nested objects by @abelanger5 in #230
Full Changelog: v0.14.1...v0.14.2
v0.14.1
What's Changed
- fix: eliminate remaining race conditions by @steebchen in #220
- feat: python rest api by @abelanger5 in #223
- fix: race condition on playground inputs by @abelanger5 in #225
- fix: unicode values in input JSON break typescript SDK by @abelanger5 in #226
- chore: bump ts sdk by @abelanger5 in #227
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- fix(ticker): clean up job run timeout goroutine by @steebchen in #219
- feat(api): add healthcheck routes by @steebchen in #191
- refactor: cleanup functions in api + worker by @steebchen in #192
- test(e2e): set up env programmatically by @steebchen in #218
- fix(engine): add --no-graceful-shutdown flag for nodemon by @steebchen in #221
- feat: logging from step run executions by @abelanger5 in #217
Full Changelog: v0.13.4...v0.14.0
v0.13.4
What's Changed
- docs: playground on TS sdk by @abelanger5 in #213
- ci(workflows): run typescript sdk tests on pr only by @steebchen in #215
- fix(taskqueue): adapt error check in session creation by @steebchen in #214
- fix(dispatcher): wait for tasks to finish by @steebchen in #206
- fix(engine): cleanup dispatcher and grpc server in parallel by @steebchen in #207
- fix: job cancellations with shared ctx by @abelanger5 in #216
Full Changelog: v0.13.3...v0.13.4
v0.13.3
What's Changed
- fix(typescript-sdk): multi-workflow bugs and action collision fix by @abelanger5 in #208
- fix: nested and non string return type by @grutt in #209
- fix(engine): retry setting empty data by @abelanger5 in #212
- feat: add array to type by @grutt in #210
Full Changelog: v0.13.2...v0.13.3
v0.13.2
What's Changed
- feat: requeueing group key runs by @abelanger5 in #203
- feat: configurable scheduling timeouts by @abelanger5 in #204
- docs: update index and add self-hosted index by @abelanger5 in #205
Full Changelog: v0.13.1...v0.13.2