chore: add changelog for api_key.bootstrap_file

This commit is contained in:
Zhongwen Deng 2023-01-10 19:15:01 +08:00
parent 5d4a1933a2
commit 21dbc21dc8
3 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,8 @@
-module(emqx_packet). -module(emqx_packet).
-elvis([{elvis_style, no_spec_with_records, disable}]).
-include("emqx.hrl"). -include("emqx.hrl").
-include("emqx_mqtt.hrl"). -include("emqx_mqtt.hrl").

View File

@ -0,0 +1,3 @@
Introduce `api_key.bootstrap_file` to initialize the api key at boot time.
Deprecate `dashboard.bootstrap_users_file`.
limit the maximum number of api keys to 100 instead of 30.

View File

@ -0,0 +1,3 @@
引入 `api_key.bootstrap_file`用于启动时初始化api密钥。
废弃 `dashboard.boostrap_users_file`
将 API 密钥的最大数量限制提升为 100原来为30