> For the complete documentation index, see [llms.txt](https://docs.compliance.phalcon.blocksec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.compliance.phalcon.blocksec.com/zh/api-documentation/introduction/changelog.md).

# 更新日志

Phalcon Compliance API 的所有显著变更都记录在这里。按时间倒序列出。

## 2026-07-16

引入 `riskProfile` 字段作为风险数据的唯一来源，替换多个遗留字段。

### 新增

| 字段 / 架构                                                                                                         | 适用于                                             | 描述                                                                  |
| --------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- | ------------------------------------------------------------------- |
| `riskProfile`                                                                                                   | `AddressScreenResult`、`TransactionScreenResult` | 结构化风险汇总，包含 `entityRisks`、`interactionRisks` 和 `behaviorRisks`。始终返回。 |
| `taskId`                                                                                                        | 同步筛查响应                                          | 地址和交易同步响应现已返回 `taskId`。                                             |
| `note`                                                                                                          | `AddressScreenResult`、`TransactionScreenResult` | 用户为地址或交易定义的备注。                                                      |
| `RiskProfile`、`EntityRisk`、`InteractionRisk`、`ExposurePart`、`ExposureTotal`、`BehaviorRisk`、`BehaviorRiskFields` | 新架构                                             | `riskProfile` 结构的支持架构。                                              |

### 已弃用

{% hint style="warning" %}
下列字段计划于 **2026-08-31** 移除。请在此日期前迁移到 `riskProfile`。
{% endhint %}

| 字段                                                                          | 适用于                       | 迁移方案                                                         |
| --------------------------------------------------------------------------- | ------------------------- | ------------------------------------------------------------ |
| `includeDetails`                                                            | 请求参数                      | 不再需要 — `riskProfile` 始终返回。                                   |
| `alerts[].riskDetail`                                                       | 响应                        | 改用 `riskProfile`。                                            |
| `isBlacklisted`、`blacklistedInfo`、`isWhitelisted`、`whitelistedInfo`         | `AddressScreenResult`     | 改用类型为 `blacklist` / `whitelist` 的 `riskProfile.entityRisks`。 |
| `fromIsBlacklisted`、`toIsBlacklisted`、`fromIsWhitelisted`、`toIsWhitelisted` | `TransactionScreenResult` | 改用 `riskProfile.entityRisks`。                                |

### 已移除

| 字段                  | 描述             |
| ------------------- | -------------- |
| `enableReScreening` | 请求参数已从文档中完全移除。 |

***

## 2026-04-29

弃用地址重新筛查参数，并移除相关状态字段。

### 已弃用

| 字段                  | 适用于                  | 描述              |
| ------------------- | -------------------- | --------------- |
| `enableReScreening` | `AddressScreen` 请求参数 | 为向后兼容保留，但无实际效果。 |

### 已移除

| 字段                  | 描述                             |
| ------------------- | ------------------------------ |
| `reScreeningStatus` | 从 `AddressScreenResult` 响应中移除。 |

***

## 2026-03-30

添加对多输入 BTC 交易的支持。

### 新增

| 字段              | 适用于                   | 描述                         |
| --------------- | --------------------- | -------------------------- |
| `fromAddresses` | `TransactionTransfer` | BTC 交易的源地址列表，其中转账可由多个输入资金。 |

### 变更

| 字段                                | 描述                                                      |
| --------------------------------- | ------------------------------------------------------- |
| `TransactionScreen.transferIndex` | 可单独使用或与 `toAddress` 配合使用。对于 BTC 交易，表示 `toAddressIndex`。 |
