> 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-hant/api-documentation/introduction/changelog.md).

# 更新日誌

Phalcon Compliance API 的所有重要更改都在此記錄。條目按反向時間順序列出。

## 2026-07-16

引入 `riskProfile` 欄位作為風險數據的單一來源，取代多個舊版欄位。

### Added

| 欄位 / Schema                                                                                                           | 適用於                                              | 描述                                                                  |
| --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ | ------------------------------------------------------------------- |
| `riskProfile`                                                                                                         | `AddressScreenResult`, `TransactionScreenResult` | 結構化風險摘要，包含 `entityRisks`、`interactionRisks` 和 `behaviorRisks`。始終返回。 |
| `taskId`                                                                                                              | 同步筛查響應                                           | 地址和交易同步響應現在都返回 `taskId`。                                            |
| `note`                                                                                                                | `AddressScreenResult`, `TransactionScreenResult` | 用戶為地址或交易定義的備註。                                                      |
| `RiskProfile`, `EntityRisk`, `InteractionRisk`, `ExposurePart`, `ExposureTotal`, `BehaviorRisk`, `BehaviorRiskFields` | 新 Schema                                         | `riskProfile` 結構的支持 Schema。                                         |

### Deprecated

{% hint style="warning" %}
以下欄位定於 **2026-08-31** 移除。請在此日期前遷移至 `riskProfile`。
{% endhint %}

| 欄位                                                                             | 適用於                       | 遷移                                                           |
| ------------------------------------------------------------------------------ | ------------------------- | ------------------------------------------------------------ |
| `includeDetails`                                                               | 請求參數                      | 不再需要 — `riskProfile` 始終返回。                                   |
| `alerts[].riskDetail`                                                          | 響應                        | 改用 `riskProfile`。                                            |
| `isBlacklisted`, `blacklistedInfo`, `isWhitelisted`, `whitelistedInfo`         | `AddressScreenResult`     | 改用 `riskProfile.entityRisks` 且類型為 `blacklist` / `whitelist`。 |
| `fromIsBlacklisted`, `toIsBlacklisted`, `fromIsWhitelisted`, `toIsWhitelisted` | `TransactionScreenResult` | 改用 `riskProfile.entityRisks`。                                |

### Removed

| 欄位                  | 描述             |
| ------------------- | -------------- |
| `enableReScreening` | 請求參數已從文檔中完全移除。 |

***

## 2026-04-29

棄用地址重新筛查參數並移除相關狀態欄位。

### Deprecated

| 欄位                  | 適用於                  | 描述                |
| ------------------- | -------------------- | ----------------- |
| `enableReScreening` | `AddressScreen` 請求參數 | 為了向後兼容而接受，但無任何效果。 |

### Removed

| 欄位                  | 描述                              |
| ------------------- | ------------------------------- |
| `reScreeningStatus` | 已從 `AddressScreenResult` 響應中移除。 |

***

## 2026-03-30

添加對多輸入 BTC 交易的支持。

### Added

| 欄位              | 適用於                   | 描述                         |
| --------------- | --------------------- | -------------------------- |
| `fromAddresses` | `TransactionTransfer` | BTC 交易的源地址列表，其中轉賬可由多個輸入資助。 |

### Changed

| 欄位                                | 描述                                                      |
| --------------------------------- | ------------------------------------------------------- |
| `TransactionScreen.transferIndex` | 可單獨使用或與 `toAddress` 一起使用。對於 BTC 交易，表示 `toAddressIndex`。 |
