Skip to content

Commit

Permalink
chore: bump version && update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lafirest committed Jan 9, 2024
1 parent d1234e3 commit 4e046ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/emqx_dashboard/src/emqx_dashboard.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{application, emqx_dashboard, [
{description, "EMQX Web Dashboard"},
% strict semver, bump manually!
{vsn, "5.0.31"},
{vsn, "5.0.32"},
{modules, []},
{registered, [emqx_dashboard_sup]},
{applications, [
Expand Down
4 changes: 2 additions & 2 deletions apps/emqx_dashboard/test/emqx_swagger_parameter_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ t_public_ref(_Config) ->
ExpectRefs = [
#{
<<"public.limit">> => #{
description => <<"Results per page(max 1000)">>,
description => <<"Results per page(max 10000)">>,
in => query,
name => limit,
example => 50,
schema => #{
default => 100,
maximum => 1000,
maximum => 10000,
minimum => 1,
type => integer
}
Expand Down
1 change: 1 addition & 0 deletions changes/ce/feat-12278.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
In the REST API, the maximum limit of page queries is adjusted to 10,000.

0 comments on commit 4e046ea

Please sign in to comment.