Explorar el Código

chore: update retainer app version && changes

firest hace 2 años
padre
commit
a258ef32e5
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 1 1
      apps/emqx_retainer/src/emqx_retainer.app.src
  2. 2 0
      changes/ce/feat-10782.en.md

+ 1 - 1
apps/emqx_retainer/src/emqx_retainer.app.src

@@ -2,7 +2,7 @@
 {application, emqx_retainer, [
     {description, "EMQX Retainer"},
     % strict semver, bump manually!
-    {vsn, "5.0.12"},
+    {vsn, "5.0.13"},
     {modules, []},
     {registered, [emqx_retainer_sup]},
     {applications, [kernel, stdlib, emqx, emqx_ctl]},

+ 2 - 0
changes/ce/feat-10782.en.md

@@ -0,0 +1,2 @@
+Added a new `deliver_rate` option to the retainer configuration, which can limit the maximum delivery rate per session in the retainer.
+