diff --git a/changes/ee/feat-12016.en.md b/changes/ee/feat-12016.en.md new file mode 100644 index 000000000..36c5115f6 --- /dev/null +++ b/changes/ee/feat-12016.en.md @@ -0,0 +1,4 @@ +Enhanced license key management. + +EMQX can now load the license key from a specified file. This is enabled by setting the `license.key` configuration to a file path, which should be prefixed with `"file://"`. +Also added the ability to revert to the default trial license by setting `license.key = default`. This option simplifies the process of returning to the trial license if needed.