Skip to content

Commit 43f7c10

Browse files
committed
Update CHANGELOG.md
1 parent 866b6df commit 43f7c10

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ This file is a running track of new features and fixes to each version of the pa
33

44
This 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.

0 commit comments

Comments
 (0)