Skip to content

Releases: laravel/horizon

v2.2.1

15 Feb 16:04
Compare
Choose a tag to compare

Changed

  • Adjust configuration for 5.8 default configuration (f1f830e)

v2.2.0

12 Feb 15:39
9ecf2c8
Compare
Choose a tag to compare

Added

Fixed

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

v2.1.0

11 Feb 18:29
fa9e68f
Compare
Choose a tag to compare

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)

v2.0.3

11 Feb 18:28
104a43c
Compare
Choose a tag to compare

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)

v2.0.2

11 Feb 18:28
Compare
Choose a tag to compare

Fixed

  • Update outdated compiled assets (2a420af)

v2.0.1

11 Feb 18:28
bfad893
Compare
Choose a tag to compare

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)

v2.0.0

11 Feb 18:27
Compare
Choose a tag to compare

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)

v1.0.4

25 Sep 16:15
Compare
Choose a tag to compare
Merge pull request #149 from laravel/pr/31355

Make the snapshot command available outside console