chore: remove old changelog files

This commit is contained in:
Zaiming (Stone) Shi 2023-02-13 09:00:01 +01:00
parent 3175a80ba3
commit 4ce4cdce65
32 changed files with 0 additions and 42 deletions

View File

@ -1 +0,0 @@
Support HAProxy protocol for dashboard API.

View File

@ -1 +0,0 @@
现在 dashboard 增加了对 `HAProxy` 协议的支持。

View File

@ -1,3 +0,0 @@
Allow the placeholder to be anywhere in the topic for `authz` rules.
e.g:
`{allow, {username, "who"}, publish, ["t/foo${username}boo/${clientid}xxx"]}.`

View File

@ -1,3 +0,0 @@
允许占位符出现在 `authz` 规则中的主题里的任意位置。
例如:
`{allow, {username, "who"}, publish, ["t/foo${username}boo/${clientid}xxx"]}.`

View File

@ -1 +0,0 @@
Add `start` operation to bridges API to allow manual reconnect after failure.

View File

@ -1 +0,0 @@
在桥接 API 中增加 `start` 操作,允许失败后手动重新连接。

View File

@ -1 +0,0 @@
Stop building -alpine docker image because it's size is larger than the regular one based on debian slim

View File

@ -1 +0,0 @@
停止构建-alpine docker镜像因为它的大小比基于debian slim的普通镜像要大。

View File

@ -1 +0,0 @@
Expose the stats `live_connections.count` and `live_connections.max` to Prometheus.

View File

@ -1 +0,0 @@
将统计数据 `live_connections.count``live_connections.max` 公开给 Prometheus.

View File

@ -1 +0,0 @@
Disable disksup (part of os_mon) in releases by default.

View File

@ -1 +0,0 @@
在发行版中默认禁用diskupos_mon的一部分

View File

@ -1 +0,0 @@
Fix the exclusive topics aren't removed when the session has already been cleaned.

View File

@ -1 +0,0 @@
修复会话清除后相关的排他订阅主题没有被清理的问题。

View File

@ -1 +0,0 @@
Return `400` if a broken plugin package is uploaded from HTTP API. Also cleanup if plugin is not accepted.

View File

@ -1 +0,0 @@
当通过 HTTP API 上传一个损坏的插件包时,返回 `400`,且删除该插件包。

View File

@ -1,2 +0,0 @@
Fix MQTT bridge fails to verify TLS wildcard server certificate.

View File

@ -1 +0,0 @@
修复MQTT桥接器无法验证TLS通配符服务器证书的问题。

View File

@ -1 +0,0 @@
Fix the issue with the bridge resource buffer where it might become stuck if enough async queries fill the inflight window full before failing with retryable errors.

View File

@ -1 +0,0 @@
修复桥接资源缓冲区的问题,如果足够多的异步查询在失败并出现可重试错误之前将机上窗口填满,则可能会卡住。

View File

@ -1 +0,0 @@
Fix REPORT_CB/2 CRASH error logs when erros happen during boot-up or shutdown.

View File

@ -1 +0,0 @@
修复在启动和关闭过程中发生错误时,日志中的 REPORT_CB/2 CRASH 错误。

View File

@ -1 +0,0 @@
Report some egress MQTT bridge errors as recoverable, and thus retryable.

View File

@ -1 +0,0 @@
将一些出口 MQTT 网桥错误报告为可恢复,因此可重试。

View File

@ -1,3 +0,0 @@
Add back `reconnect_interval` as deprecated field for MQTT bridge.
The field was removed from v5.0.16/e5.0.0 by mistake, caused new version unable to start on old config.
Now it's added back as deprecated (config value is ignored if provided).

View File

@ -1,2 +0,0 @@
MQTT 桥接配置参数 `reconnect_interval` 在 v5.0.16/e5.0.0 中被错误删除,
导致旧版本配置在升级后无法使用。此修复把配置加回,但是值会忽略。

View File

@ -1 +0,0 @@
Propagate errors from operations (`start|stop|restart`) on bridges API if called for all nodes.

View File

@ -1 +0,0 @@
返回桥接 API 操作(`start|stop|restart`) 的多节点远程调用的错误信息。

View File

@ -1,2 +0,0 @@
Disallow subscribing with QoS 2 for ingress MQTT bridges.
Allow user to configure `clean_start` option for ingress MQTT bridges however.

View File

@ -1,2 +0,0 @@
不允许对 ingress MQTT 网桥的 QoS 2 进行订阅。
但允许用户为 ingress MQTT 桥配置 "clean_start" 选项。

View File

@ -1 +0,0 @@
Improve bridge performance

View File

@ -1 +0,0 @@
优化桥接性能