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

chore: update changes && bump version

firest 3 лет назад
Родитель
Сommit
606389edd2
3 измененных файлов с 7 добавлено и 3 удалено
  1. 1 1
      apps/emqx_exhook/src/emqx_exhook.app.src
  2. 2 0
      changes/v5.0.12-en.md
  3. 4 2
      changes/v5.0.12-zh.md

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

@@ -1,7 +1,7 @@
 %% -*- mode: erlang -*-
 {application, emqx_exhook, [
     {description, "EMQX Extension for Hook"},
-    {vsn, "5.0.6"},
+    {vsn, "5.0.7"},
     {modules, []},
     {registered, []},
     {mod, {emqx_exhook_app, []}},

+ 2 - 0
changes/v5.0.12-en.md

@@ -12,3 +12,5 @@
   Shared subscriptions are now part of the MQTT spec. Use `$share` instead.
 
 ## Bug fixes
+
+- Fix that the obsolete SSL files aren't deleted after the ExHook config update [#9432](https://github.com/emqx/emqx/pull/9432).

+ 4 - 2
changes/v5.0.12-zh.md

@@ -7,8 +7,10 @@
 - 删除了老的共享订阅支持方式, 不再使用 `$queue` 前缀 [#9412](https://github.com/emqx/emqx/pull/9412)。
   共享订阅自 MQTT v5.0 开始已成为协议标准,可以使用 `$share` 前缀代替 `$queue`。
 
-## 修复
-
 - 优化命令行实现, 避免输入错误指令时, 产生不必要的原子表消耗 [#9416](https://github.com/emqx/emqx/pull/9416)。
 
 - 支持在 Apple Silicon 架构下编译苹果系统的发行版本 [#9423](https://github.com/emqx/emqx/pull/9423)。
+
+## 修复
+
+- 修复 ExHook 更新 SSL 相关配置后,过时的 SSL 文件没有被删除的问题 [#9432](https://github.com/emqx/emqx/pull/9432)。