Просмотр исходного кода

chore: add changelog for api_key.bootstrap_file

Zhongwen Deng 3 лет назад
Родитель
Сommit
21dbc21dc8

+ 2 - 0
apps/emqx/src/emqx_packet.erl

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

+ 3 - 0
changes/v5.0.14/feat-9713.en.md

@@ -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.

+ 3 - 0
changes/v5.0.14/feat-9713.zh.md

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