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
- Add laravel-assets for publishing by @driesvints in #83
- 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
- Adds Laravel 10.x support by @nunomaduro in #82
v1.6.0 - 2023-01-03
- Uses PHP Native Type Declarations 🐘 by @nunomaduro in #81
v1.5.3 - 2022-08-19
- Support a custom manifest vapor file by @FelipeOAlbert in #77
- Enable "font-display: swap " to avoid showing invisible text (#67)
- Remove Preparing to boot Octane message (#66)
- Laravel 9 support (#65)
- Add flexible route configuration (#63)
- PHP 8.1 support (#60)
- Logs/Show link should be a , not a (#55)
- Add symfony/yaml (7d77dd4)
- Support for multiple queues (#50)
- Ignores Vapor internal message from logs tab (7c5a8e4)
- Supports environments that switched to docker runtime (#42)
- Retrying failed jobs with retryUntil (#39)
- Endless searching for non-existing entries (#33)
- Support for PHP 8 (#29)
- Support for log records "output" key (#30)
- Customizable Middleware stack (#23)
- Wrong serialization of date objects while using CloudWatch API (#21)
- Usage of dashboard with different backend timezone config (3d7d269)
- Removes "testing" environment from authorized environments by default (482f23c)
- Message on missing environment variables (160c68b)
- Improved troubleshooting messages on "Server Error" (c27cbed)
- Carbon parsing unexpected date formats (89c4581)
- Missing
web
middleware (10cc37b)
Initial release