File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ This file is a running track of new features and fixes to each version of the pa
33
44This project follows [ Semantic Versioning] ( http://semver.org ) guidelines.
55
6+ ## v1.11.3
7+ ### Changed
8+ * When updating a server's description through the client API, if no value is specified, the description will now remain unchanged.
9+ * When installing the Panel for the first time, the queue driver will now all default to ` redis ` instead of ` sync ` .
10+
11+ ### Fixed
12+ * ` php artisan p:environment:mail ` not correctly setting the right variable for ` MAIL_FROM_ADDRESS ` .
13+ * Fixed the conflict state rendering on the UI for a server showing ` reinstall_failed ` as ` restoring_backup ` .
14+ * Fixed the unknown column ` uuid ` error when jobs fail, causing them not to get stored correctly.
15+ * Fixed the server task endpoints in the client API not allowing ` sequence_id ` and ` continue_on_failure ` to be set.
16+
617## v1.11.2
718### Changed
819* Telemetry no longer sends a map of Egg and Nest UUIDs to the number of servers using them.
You can’t perform that action at this time.
0 commit comments