You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@ This file is a running track of new features and fixes to each version of the pa
3
3
4
4
This project follows [Semantic Versioning](http://semver.org) guidelines.
5
5
6
+
## v0.7.0-beta.4 (Derelict Dermodactylus)
7
+
### Fixed
8
+
*`[beta.3]` — Fixes a bug with the default environment file that was causing an inability to perform a fresh install when running package discovery.
9
+
*`[beta.3]` — Fixes an edge case caused by the Laravel 5.5 upgrade that would try to perform an in_array check aganist a null value.
10
+
*`[beta.3]` — Fixes a bug that would cause an error when attempting to create a new user on the Panel.
11
+
*`[beta.3]` — Fixes error handling of the settings service provider when no migrations have been run.
12
+
6
13
## v0.7.0-beta.3 (Derelict Dermodactylus)
7
14
### Fixed
8
15
*`[beta.2]` — Fixes a bug that would cause an endless exception message stream in the console when attemping to setup environment settings in certain instances.
@@ -12,15 +19,17 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
12
19
*`[beta.2]` — Fixes bug that caused incorrect rendering of CPU usage on server graphs due to missing variable.
13
20
*`[beta.2]` — Fixes bug causing schedules to be un-deletable.
14
21
*`[beta.2]` — Fixes bug that prevented the deletion of nodes due to an allocation deletion cascade issue with the SQL schema.
22
+
*`[beta.2]` — Fixes a bug causing eggs not extending other eggs to fail validation.
15
23
16
24
### Changed
17
25
* Revoking the administrative status for an admin will revoke all authentication tokens currently assigned to their account.
18
26
* Updated core framework to Laravel 5.5. This includes many dependency updates.
19
27
* Certain AWS specific environment keys were changed, this should have minimal impact on users unless you specifically enabled AWS specific features. The renames are: `AWS_KEY -> AWS_ACCESS_KEY_ID`, `AWS_SECRET -> AWS_SECRET_ACCESS_KEY`, `AWS_REGION -> AWS_DEFAULT_REGION`
28
+
* API keys have been changed to only use a single public key passed in a bearer token. All existing keys can continue being used, however only the first 32 characters should be sent.
20
29
21
30
### Added
22
31
* Added star indicators to user listing in Admin CP to indicate users who are set as a root admin.
23
-
*Settings are now editable via the Admin CP and override config values where possible.
32
+
*Creating a new node will now requires a SSL connection if the Panel is configured to use SSL as well.
0 commit comments