Fix/protocol support wrapper - #784
Closed
jinqiao0109 wants to merge 21 commits into
Closed
Conversation
* feat(设备接入): 补齐设备诊断链路追踪 透传设备消息追踪上下文并补充响应和透传处理 span。 支持协议 Monitor 在同步及响应式上下文中切换,并补充聚焦测试。 * test(协议组件): 覆盖监控上下文异常恢复 * docs(设备接入): 回填链路追踪交付信息 * fix(链路追踪): 补齐响应式日志上下文传播 通过 OpenTelemetry ContextStorageProvider 与 Micrometer ThreadLocalAccessor 共享上下文,并开启 Reactor 自动传播,修复协议诊断日志和系统日志缺少 traceId 的问题。 --------- Co-authored-by: zhou-hao <zh.sqy@qq.com>
* fix(timescaledb): 修复聚合别名 SQL 注入 * fix(tdengine): 修复聚合标识符 SQL 注入 * fix(tdengine): 修复多属性聚合结果串值 * fix(things): 修复聚合时间桶匹配与排序
* fix(设备管理): 限制物模型导入使用托管文件 Closes: jetlinks#766 * refactor(io): 统一托管文件读取入口
* fix(通知管理): 禁止远程邮件附件地址 Closes: jetlinks#770 * refactor(通知管理): 统一托管附件读取入口
* fix(docker): 加固 Compose 默认配置 生产环境不发布 PostgreSQL 与 Redis 端口,统一使用 SCRAM 认证。保留可启动的演示密码并支持通过环境变量覆盖,同时同步部署说明与默认配置。 * fix(docker): 保留 Compose 默认凭据兼容性
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix(协议管理): 补齐协议包装器方法委托