Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.72 KB

File metadata and controls

45 lines (25 loc) · 1.72 KB

Changelog

26.4.1

New Features ✨

  • Separate push Taskworker from pull Taskworker by @evanh in #593

Internal Changes 🔧

  • (eco) Adds report_timeout_errors options to Task definitions, allows ProcessingDeadlineExceeded to be retried by @GabeVillalobos in #592
  • (store) Reorganize Migrations by @george-sentry in #596
  • (taskbroker) Flatten Imports by @george-sentry in #600

Other

  • feat(schedules) Improve schedule entry isolation by @markstory in #599

26.4.0

New Features ✨

Taskbroker

  • Add Useful Push Taskbroker Metrics by @george-sentry in #595
  • Add Claimed Status to Handle Push Failures by @george-sentry in #586

Other

  • (postgres) Change the Postgres Adapter to be Partition Aware by @george-sentry in #591

Bug Fixes 🐛

Ci

  • Fix image publishing on release branches by @hubertdeng123 in #598
  • Fix branch prefix in assemble-taskbroker-image condition by @hubertdeng123 in #597

Internal Changes 🔧

  • (store) Restructure Store Module by @george-sentry in #594

Other

  • fix(scheduler) Make schedule changes take effect immediately by @markstory in #590