|
|
@@ -107,25 +107,23 @@
|
|
|
|
|
|
- [#10323](https://github.com/emqx/emqx/pull/10323) 出于安全原因,API 示例中 `password` 字段的值被替换为 `******`。
|
|
|
|
|
|
-- [#10410](https://github.com/emqx/emqx/pull/10410) 针对由`emqx.conf` 配置的网关,修复配置检查失败问题。
|
|
|
- 此问题最早在 v5.0.22版本中由 [#10278](https://github.com/emqx/emqx/pull/10278)引入,启动时缺少配置检查。
|
|
|
+- [#10410](https://github.com/emqx/emqx/pull/10410) 针对由`emqx.conf` 配置的网关,修复配置检查失败问题。
|
|
|
+ 此问题最早在 v5.0.22版本中由 [#10278](https://github.com/emqx/emqx/pull/10278)引入,启动时缺少配置检查。
|
|
|
|
|
|
-- [#10533](https://github.com/emqx/emqx/pull/10533) 修复可能导致日志中的出现无害的噪音的问题。
|
|
|
+- [#10533](https://github.com/emqx/emqx/pull/10533) 修复可能导致日志中的出现无害的噪音的问题。
|
|
|
|
|
|
- 在对数据桥接进行同步调用时,一些迟到的回复可能会发送到不再期待回复的连接进程,导致产生错误日志,如:
|
|
|
+ 在对数据桥接进行同步调用时,一些迟到的回复可能会发送到不再期待回复的连接进程,导致产生错误日志,如:
|
|
|
|
|
|
- 2023-04-19T18:24:35.350233+00:00 [error] msg: unexpected_info,
|
|
|
- mfa: emqx_channel:handle_info/2, line: 1278, peername:
|
|
|
- 172.22.0.1:36384, clientid: caribdis_bench_sub_1137967633_4788,
|
|
|
- info:
|
|
|
- {#Ref<0.408802983.1941504010.189402>,{ok,200,[{<<"cache-control">>,<<"max-age=0,
|
|
|
- ...">>}}
|
|
|
+ ```
|
|
|
+ 2023-04-19T18:24:35.350233+00:00 [error] msg: unexpected_info, mfa: emqx_channel:handle_info/2, line: 1278, peername: 172.22.0.1:36384, clientid: caribdis_bench_sub_1137967633_4788, info: {#Ref<0.408802983.1941504010.189402>,{ok,200,[{<<"cache-control">>,<<"max-age=0, ...">>}}
|
|
|
+ ```
|
|
|
|
|
|
- 这些日志是无害的,但它们可能会泛滥成灾,引起用户不必要的担心。
|
|
|
+ 这些日志是无害的,但它们可能会泛滥成灾,引起用户不必要的担心。
|
|
|
|
|
|
- [#10449](https://github.com/emqx/emqx/pull/10449) 在通过 HTTP 服务(`authn_http`)创建身份验证时,将进行 `ssl_options` 和 `header` 配置验证。在此修复前,用户通过错误的 ssl 配置也可成功创建身份验证,但该验证整体不生效。
|
|
|
|
|
|
-- [#10548](https://github.com/emqx/emqx/pull/10548) 修复了HTTP驱动程序在竞争条件下会导致错误而不去重试的问题。 相关的驱动程序修复: [emqx/ehttpc#45](https://github.com/emqx/ehttpc/pull/45)`
|
|
|
+- [#10548](https://github.com/emqx/emqx/pull/10548) 修复了 HTTP 驱动程序在竞争条件下会导致错误而不去重试的问题。
|
|
|
+ 相关的驱动程序修复:[emqx/ehttpc#45](https://github.com/emqx/ehttpc/pull/45)
|
|
|
|
|
|
- [#10201](https://github.com/emqx/emqx/pull/10201) 在 TDengine 数据桥接中,移除 SQL 模板中冗余的数据库名称。
|
|
|
|
|
|
@@ -135,8 +133,6 @@
|
|
|
|
|
|
- [#10438](https://github.com/emqx/emqx/pull/10438) 修复 DynamoDB 数据桥接中的部分术语使用错误:
|
|
|
|
|
|
- 将 `database` 修改为 `table`
|
|
|
-
|
|
|
- 将 `username` 修改为 `aws_access_key_id`
|
|
|
-
|
|
|
- 将 `password` 修改为 `aws_secret_access_key`
|
|
|
+ - 将 `database` 修改为 `table`
|
|
|
+ - 将 `username` 修改为 `aws_access_key_id`
|
|
|
+ - 将 `password` 修改为 `aws_secret_access_key`
|