Skip to content

Latest commit

 

History

History
330 lines (183 loc) · 13 KB

CHANGELOG.md

File metadata and controls

330 lines (183 loc) · 13 KB

Release Notes

Fixed

  • Use provided timezone for delay due (aa69357)

Fixed

  • Use 'default' connection as a default redis connection (#765)

Added

  • Ability to see if a job is delayed (#755)
  • Allow trimming of completed jobs (#720)

Fixed

  • Fix wrong value for failedJobs periods (#757)

Added

  • Ability to view job details in recent jobs overview (#751)
  • Another way for tags displaying & collapsible panels (#754)

Added

  • Allow Horizon to be used on a subdomain without a subfolder (#749)

Fixed

  • Revert filtering by tag (#741)

Changed

  • Reset the retryUntil value (#736)

Fixed

Removed

  • Remove unused functions (#722)

Fixed

  • Scale to the maxProcesses if timeToClearAll is zero (#718)
  • Handle js phpunserialize not working with closures (9c3a75a)

Changed

  • Set default 'tries' to 1 (#704)

Fixed

  • Prevent 'memory exhausted' when deleting monitored tag (#690, 1532f9c)
  • Set same ttl for tags as same as recent jobs (#692)

Fixed

  • Fix pagination for recent jobs (#678)

Added

  • Filter recent jobs by tag (#665)

Fixed

  • Fix worker command binding (3b53310)

Fixed

  • Fix autobalancer (#651)

Added

  • Allow custom dashboard failed jobs metric period (#644)

Fixed

  • Forcing Vue to use the X-Requested-With header, set to XMLHttpRequest (#642)

Changed

  • Updated version constraints for Laravel 6.0 (b547cb2)

Fixed

  • Correct dashboard "Failed Jobs Past 7 Days" metric (#633)

Fixed

  • Adjust auto scaling to always use the max processes (#627)

Fixed

  • Custom MasterSupervisor name breaks dashboard (#619)

Fixed

  • Reverted "Display worker CPU and memory utilization in supervisor list" (#616, #614)

Changed

  • Add app name to dashboard (#605)

Fixed

  • Properly format numeric values (#606)

Fixed

Added

  • Display worker CPU and memory utilization in supervisor list (#589)

Fixed

  • Fix for missing first failed job when searching (#593)
  • Switch to browser timezone (8ee690a, c7a4739)

Fixed

  • Fix false jobs causing front-end not to display them (#582)

Fixed

  • Fix failed jobs retrying (7d28272)

Added

Fixed

  • Add ability to configure route domain setting (#550)

Fixed

  • Fix URL for retrying jobs (#547)

Added

  • Adding horizon:status command (#545)

Fixed

Fixed

Fixed

  • Fix no failing jobs problem (#532)
  • Make Year of readableTimestamp more readable (#535)
  • Horizon::night() move to boot()(#537)

Removed

  • Remove unnecessary register method (7134324)

Added

  • New UI (#522)
  • Set the Horizon environment via command option (#523)

Changed

  • Require latest symfony/debug version (72cc3a7)
  • Require symfony/process (f2a214c)
  • Require ext-json (5a54d27)

Fixed

  • Fix deprecated process calls (#515)
  • Add missing createPayloadArray arg (#516)

Removed

  • Removed support for Laravel 5.5 & 5.6 (8a92e09)

Fixed

  • Fix breaking change with createPayload method on RedisQueue (b79bb27)

Changed

  • Adjust configuration for 5.8 default configuration (f1f830e)

Added

Fixed

  • Fix Failed Jobs page showing no results when failed jobs do exist (#511)

Added

  • Let user choose custom env (#483)

Changed

  • Expire monitored jobs (#484)
  • Updated axios to v0.18 (#491)
  • Updated laravel-mix to v4.0 (#490)
  • Updated vue-router to v3.0 (#493)
  • Optimized Horizon SVG logo (#489)

Fixed

  • Fix findFailed method (#478)
  • Fix storing floats in Redis (#477)
  • Fix incorrect processes count (#481)
  • Fix jobs per minute over estimation (#502)
  • Prevent horizontal scrolling in Dashboard supervisors section (#506)

Changed

  • Updated overview stats labels on the dashboard (#461)
  • Use router-link for recent failed jobs (#466)

Fixed

  • Check for existence of stats before calling toLocaleString (#469)

Fixed

  • Update outdated compiled assets (2a420af)

Added

  • Added memory usage to the config (#463)

Changed

  • Format numbers on the stats dashboard for better readability (#462)

Fixed

  • Fixed invalid doctype declaration (#448)

Added

  • Added horizon:install command (#422)
  • Added middleware to the config (#432)

Changed

  • Added new application level HorizonServiceProvider and authorization method for consistency with Nova and Telescope (#422)