Releases: hatchet-dev/hatchet
Releases · hatchet-dev/hatchet
v0.28.1
What's Changed
- feat: make step run replays more intuitive by @abelanger5 in #507
- fix(grpc): InvalidArgument errors for badly formatted data by @abelanger5 in #508
- fix: throw proper error when function returns a non-JSON object by @abelanger5 in #509
- fix: typo in docs by @abelanger5 in #510
- chore(auto-merge): approve PR on auto merge by @steebchen in #512
Full Changelog: v0.28.0...v0.28.1
v0.28.0
What's Changed
- chore(pre-commit): lint whitespace by @steebchen in #494
- feat: refresh timeout by @grutt in #495
- fix: error text on timeout by @abelanger5 in #504
- fix: retry deadlocks on semaphore updates by @abelanger5 in #505
- fix: minor docs issue with on failure step page by @abelanger5 in #506
Full Changelog: v0.27.2...v0.28.0
v0.27.1
What's Changed
- chore(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in #500
- fix: keep alive enforcement policy by @grutt in #499
Full Changelog: v0.27.0...v0.27.1
v0.26.2
What's Changed
- Feat add rate limit durations by @grutt in #466
- fix: branch cancelation strategy by @grutt in #467
- fix: handle last alerted null case + some logging/cleanup improvements by @abelanger5 in #468
- fix: get group key run cancellations should cancel job runs, clean up cancellation logic by @abelanger5 in #469
- fix: replace switch case with typed variants by @grutt in #470
- chore(deps): bump pnpm/action-setup from 3 to 4 by @dependabot in #462
- chore(deps): bump github.com/rabbitmq/amqp091-go from 1.9.0 to 1.10.0 by @dependabot in #471
- fix: prevent over-incrementing worker semaphore by @abelanger5 in #472
- fix: workflow run relative date by @grutt in #473
- chore: add semaphore guardrails by @abelanger5 in #475
- feat: events view for step runs by @abelanger5 in #479
- Add indexes by @mavenraven in #478
- chore(deps): bump google.golang.org/api from 0.178.0 to 0.179.0 by @dependabot in #481
- fix: remove input from index by @abelanger5 in #482
- chore(deps): bump google.golang.org/api from 0.179.0 to 0.180.0 by @dependabot in #488
- fix: handle nil input more gracefully by @abelanger5 in #486
Full Changelog: v0.25.1...v0.26.2
v0.25.1
What's Changed
- chore(deps): bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 by @dependabot in #453
- chore(deps): bump github.com/go-co-op/gocron/v2 from 2.4.0 to 2.4.1 by @dependabot in #454
- add jobs which always run on failure by @abelanger5 in #445
- feat: event and workflow run metadata by @grutt in #446
- chore(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 by @dependabot in #455
- chore(deps): bump golang.org/x/crypto from 0.22.0 to 0.23.0 by @dependabot in #456
- chore(deps): bump github.com/go-co-op/gocron/v2 from 2.4.1 to 2.5.0 by @dependabot in #457
- fix: report slot count from semaphore by @grutt in #459
- chore(deps): bump google.golang.org/api from 0.177.0 to 0.178.0 by @dependabot in #463
- feat: alerting from slack and email by @abelanger5 in #461
- feat: on failure docs by @grutt in #460
- Feat add additional meta to trigger by @grutt in #458
- fix: alerting should query for recently finished runs instead of recently created runs by @abelanger5 in #464
- feat: improved relative date component by @grutt in #465
Full Changelog: v0.23.0...v0.25.1
v0.23.0
What's Changed
- Fixes mismatch between dependency name and use. by @mavenraven in #444
- chore(deps): bump github.com/go-co-op/gocron/v2 from 2.3.0 to 2.4.0 by @dependabot in #451
- feat: improved optional product analytics by @grutt in #452
New Contributors
- @mavenraven made their first contribution in #444
Full Changelog: v0.22.4...v0.23.0
v0.22.4
What's Changed
- chore(deps): bump github.com/go-playground/validator/v10 from 10.19.0 to 10.20.0 by @dependabot in #429
- fix: small UI changes for metrics view and remove worker status by @abelanger5 in #432
- feat: send emails from postmark by @abelanger5 in #434
- feat: in app support by @grutt in #433
- fix: tenant slug by @grutt in #435
- fix: error boundary for updates by @grutt in #437
- chore(deps): bump google.golang.org/api from 0.176.1 to 0.177.0 by @dependabot in #438
- chore(deps): bump github.com/go-co-op/gocron/v2 from 2.2.10 to 2.3.0 by @dependabot in #440
- fix: semaphores increasing on manual replays by @abelanger5 in #441
- fix: don't update or cancel completed steps by @abelanger5 in #442
- fix: cron and scheduled workflow leaks by @abelanger5 in #443
Full Changelog: v0.22.0...v0.22.4
v0.22.0
What's Changed
- fix: increase duration of ticker contexts to 30 seconds by @abelanger5 in #417
- feat: toggle crons to enabled/disabled by @abelanger5 in #418
- chore(deps): bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #419
- chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.25.0 to 1.26.0 by @dependabot in #420
- chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.25.0 to 1.26.0 by @dependabot in #421
- fix: UI refresh fixes by @grutt in #407
- Feat improved visibility by @grutt in #425
- chore(deps): bump github.com/steebchen/prisma-client-go from 0.36.0 to 0.37.0 by @dependabot in #428
- fix(testutils): set correct server info by @steebchen in #426
Full Changelog: v0.21.9...v0.22.0
v0.21.9
What's Changed
- chore(deps): bump github.com/go-co-op/gocron/v2 from 2.2.9 to 2.2.10 by @dependabot in #415
- chore(deps): bump google.golang.org/api from 0.176.0 to 0.176.1 by @dependabot in #416
Full Changelog: v0.21.7...v0.21.9
v0.21.7
What's Changed
- fix: race condition in dispatcher with fast resubscribe by @abelanger5 in #414
Full Changelog: v0.21.6...v0.21.7