Skip to content

Commit

Permalink
Merge pull request #10495 from lafirest/fix/add_limiter_api_back
Browse files Browse the repository at this point in the history
fix(api): add limiter API back which deleted by mistake
  • Loading branch information
lafirest committed Apr 24, 2023
2 parents 22d6a2e + 6110aad commit 1ef1eb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/emqx_management/src/emqx_management.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{application, emqx_management, [
{description, "EMQX Management API and CLI"},
% strict semver, bump manually!
{vsn, "5.0.19"},
{vsn, "5.0.20"},
{modules, []},
{registered, [emqx_management_sup]},
{applications, [kernel, stdlib, emqx_plugins, minirest, emqx, emqx_ctl]},
Expand Down
1 change: 1 addition & 0 deletions apps/emqx_management/src/emqx_mgmt_api_configs.erl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<<"alarm">>,
<<"sys_topics">>,
<<"sysmon">>,
<<"limiter">>,
<<"log">>,
<<"persistent_session_store">>,
<<"zones">>
Expand Down
1 change: 1 addition & 0 deletions changes/ce/fix-10495.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add the limiter API `/configs/limiter` which was deleted by mistake back.

0 comments on commit 1ef1eb0

Please sign in to comment.