Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Latest commit

 

History

History
197 lines (100 loc) · 7.05 KB

CHANGELOG.md

File metadata and controls

197 lines (100 loc) · 7.05 KB

Release Notes

v1.7.4 - 2023-04-07

  • Removes environment file decryption messages by @jasonfah in #91

v1.7.3 - 2023-03-23

  • Updates job retry and delete to use dispatch_sync by @joedixon in #90

v1.7.2 - 2023-02-16

  • Removes INIT_START message by @nunomaduro in #87

v1.7.1 - 2023-02-01

Changed

  • Add laravel-assets for publishing by @driesvints in #83

Fixed

  • Fix queue name is displayed as array #84 by @mo7zayed in #85
  • Fix the queues key to be string not object by @mo7zayed in #86

v1.7.0 - 2023-01-10

Added

  • Adds Laravel 10.x support by @nunomaduro in #82

v1.6.0 - 2023-01-03

Changed

  • Uses PHP Native Type Declarations 🐘 by @nunomaduro in #81

v1.5.3 - 2022-08-19

Changed

  • Support a custom manifest vapor file by @FelipeOAlbert in #77

Changed

  • Enable "font-display: swap " to avoid showing invisible text (#67)

Fixed

  • Remove Preparing to boot Octane message (#66)

Changed

  • Laravel 9 support (#65)

Added

  • Add flexible route configuration (#63)

Added

  • PHP 8.1 support (#60)

Added

Fixed

  • Logs/Show link should be a , not a (#55)

Fixed

Added

  • Support for multiple queues (#50)

Fixed

  • Ignores Vapor internal message from logs tab (7c5a8e4)

Changed

  • Supports environments that switched to docker runtime (#42)

Fixed

  • Retrying failed jobs with retryUntil (#39)

Fixed

  • Endless searching for non-existing entries (#33)

Added

  • Support for PHP 8 (#29)

Added

  • Support for log records "output" key (#30)

Added

  • Customizable Middleware stack (#23)

Fixed

  • Wrong serialization of date objects while using CloudWatch API (#21)

Fixed

  • Usage of dashboard with different backend timezone config (3d7d269)

Changed

  • Removes "testing" environment from authorized environments by default (482f23c)

Added

Changed

  • Message on missing environment variables (160c68b)

Added

  • Improved troubleshooting messages on "Server Error" (c27cbed)

Fixed

  • Typo on "still searching" text (2e88395)
  • Truncates exception classe names (e592f44)

Fixed

  • Carbon parsing unexpected date formats (89c4581)

Fixed

v0.0.1 (2020-09-02)

Initial release