Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions docs/zh/10-release-notes/02-release-timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ permalink: /release-notes/release-timeline

| Branch | Tag | LTS | Release | End Of Life |
| ------ | ------- | ----- | -------------- | ------------------ |
| main | | | 2025-12-24 (E) | |
| | 7.1.7 | | 2025-12-10 (E) | |
| | 7.1.6 | | 2025-11-26 (E) | |
| | 7.1.5 | | 2025-11-12 (E) | |
| | 7.1.4 | | 2025-10-29 (E) | |
| | 7.1.3 | | 2025-10-15 (E) | |
| main | | | 2025-12-25 (E) | |
| | 7.1.8 | | 2025-12-18 (E) | |
| | 7.1.7 | | 2025-12-11 (E) | |
| | 7.1.6 | | 2025-12-04 (E) | |
| | 7.1.5 | | 2025-11-20 | |
| | 7.1.4 | | 2025-11-06 | |
| | 7.1.3 | | 2025-10-21 | |
| | 7.1.2 | | 2025-09-25 | |
| | 7.1.1 | | 2025-09-11 | |
| | 7.1.0 | | 2025-08-26 | |
Expand Down
28 changes: 26 additions & 2 deletions docs/zh/10-release-notes/03-ce-7.1-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,34 @@ title: v7.1 CE Release Notes
permalink: /release-notes/release-7.1-ce
---

# v7.1.3 [TBD]
# v7.1.6 [TBD]

- AutoTracing
- 响应方向协议推断失败时不再记录 retry 次数,避免大响应造成 Agent 协议解析被自动禁用,[文档](../configuration/agent/#processors.request_log.application_protocol_inference.inference_max_retries)
- 支持同一个进程、同一个服务端端口号下承载多种应用协议的场景,常见于容器 Sidecar 场景,[文档](../configuration/agent/#processors.request_log.application_protocol_inference.inference_whitelist)。
- 支持在同一个调用中提取多个 TraceID,以实现多追踪机制共存场景下的全链路追踪。
- Agent
- 支持子功能粒度的内核 Bug 局部熔断能力。

# v7.1.5 [2025/11/20]

- AutoTracing
- HTTP 异常调用日志自动将 Header、Payload 保存至 attribute 字段中,[文档](../configuration/agent/#processors.request_log.tag_extraction.raw)。
- 调用日志中增加异步标识(`is_async`)。
- 支持 Nginx 静态编译 OpenSSL 库时的 HTTPS 调用追踪。

# v7.1.4 [2025/11/06]

- AutoTracing
- 支持将 APM TraceID 转存一份到 attribute 字段中,[文档](../configuration/agent/#processors.request_log.tag_extraction.tracing_tag.copy_apm_trace_id)。
- Agent
- eBPF 采集能力适配 Rocky Linux 9 操作系统发行版。

# v7.1.3 [2025/10/21]

- AutoTracing
- 响应方向协议推断失败时不再记录 retry 次数,避免大响应造成 Agent 协议解析被自动禁用,[文档](../configuration/agent/#processors.request_log.application_protocol_inference.inference_max_retries)。
- AutoTagging
- 支持同步腾讯公有云、AWS 的 RDS 和 Redis 资源。

# v7.1.2 [2025/09/25]

Expand Down
41 changes: 39 additions & 2 deletions docs/zh/10-release-notes/04-ee-7.1-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,22 @@ permalink: /release-notes/release-7.1-ee

## 业务观测

- AutoTracing
- 支持解析 ISO 8583、ISO 20022、IBM WebSphere MQ 协议。
- 调用日志中增加如下字段:
- `sys_response_code`:`response_code` 表示业务返回码,`sys_response_code` 表示系统返回码。
- `biz_code`:标识业务类型。
- `biz_scenario`:标识业务场景。
- 支持在同一个调用中提取多个 TraceID,以实现多追踪机制共存场景下的全链路追踪。
- AutoMetrics
- 支持展示业务响应率、业务成功率指标。
- AutoTagging
- 允许用户基于云资产、容器资产定义业务服务。
- 告警
- 业务拓扑图上增加告警事件时间轴,便于快速发现业务异常。
- 易用性
- 允许用户指定在业务拓扑是显示的指标所在的观测点。
- 支持在页面配置私有协议解析和业务字段提取策略。

## 应用观测

Expand All @@ -21,16 +35,24 @@ permalink: /release-notes/release-7.1-ee
- 支持聚合文件读写事件为指标数据。
- Kafka 协议解析增强,[文档](../features/l7-protocols/mq/#kafka)。
- 响应方向协议推断失败时不再记录 retry 次数,避免大响应造成采集器协议解析被自动禁用,[文档](../configuration/agent/#processors.request_log.application_protocol_inference.inference_max_retries)
- HTTP 异常调用日志自动将 Header、Payload 保存至 attribute 字段中,[文档](../configuration/agent/#processors.request_log.tag_extraction.raw)。
- 调用日志中增加异步标识(`is_async`)。
- 支持采集 SQL Insert 语句中的 TraceID,[文档](../configuration/agent/#processors.request_log.tag_extraction.custom_field_policies)。
- 支持同一个进程、同一个服务端端口号下承载多种应用协议的场景,常见于容器 Sidecar 场景,[文档](../configuration/agent/#processors.request_log.application_protocol_inference.inference_whitelist)。
- 支持 Nginx 静态编译 OpenSSL 库时的 HTTPS 调用追踪。
- 支持 Envoy mTLS 模式下的 HTTPS 调用追踪。
- 易用性
- 支持设置调用链追踪的范围,在大规模环境下可以限定仅在单个 Region 内搜索 Span。
- 支持在个人设置页面配置调用链追踪区域范围、追踪算法等参数。
- 调用链追踪瀑布图支持快捷展开、收起。
- 支持在调用链追踪页面关联查看实例和 TraceID 对应的应用日志。

## 代码观测

- AutoMetrics
- 支持聚合生成 1s 粒度的 eBPF 剖析指标数据,加速剖析指标的查询。
- 易用性
- 在剖析火焰图页面展示函数名称的解释信息。
- 持续剖析页面增加配置说明,引导用户配置。

# 基础设施
Expand All @@ -41,17 +63,24 @@ N/A

## 网络观测

N/A
- 易用性
- 分发策略、PCAP 策略列表支持展示每条策略的异常状态和异常原因。

## 流量分发

N/A

## 日志中心

- 易用性
- 优化日志详情页的长标签展示。

# 自定义

## 视图

N/A
- 搜索
- 支持指标值的过滤能力。

# 其他

Expand All @@ -66,8 +95,10 @@ N/A
## 资源列表

- AutoTagging
- 支持同步腾讯公有云、AWS 的 RDS 和 Redis 资源。
- 支持在页面上录入 cloud.tag 自定义标签。
- 进程同步黑名单配置简化,[文档](../configuration/agent/#inputs.proc.process_blacklist)。
- 支持为 K8s HostNetwork 类型的 Pod 同步服务信息,IP 地址使用 Pod 所在节点的地址。
- 适配 K8s v1.32+ API。

## 系统管理
Expand All @@ -82,3 +113,9 @@ N/A
- Core 文件检测机制适配使用 `abrt` 和 `apport` 工具管理的运行环境。
- 支持配置是否启用 eBPF fentry 特性,[文档](../configuration/agent/#inputs.ebpf.socket.tunning.fentry_enabled)。
- 优化 eBPF Memory Profile 的性能。
- Server
- 支持使用达梦数据库替代 MySQL。
- 账号
- 支持同步云管平台账号实现 SSO,支持同步云管平台租户权限信息,支持融入云管平台页面风格。
- 易用性
- 采集器页面增加安装说明,引导用户自行安装。
Loading