# 更新日志

helodata 产品、API、本文档站点的重要变更。最新在前。

实时服务事故与维护窗口见 [status.helodata.com](https://status.helodata.com)。

## 2026-05-28

**文档站上线。** 本文档覆盖住宅、移动、ISP 三款产品的全部内容，REST API 完整参考，主流爬虫栈集成指南，以及故障排查手册。

## 路线图

下列顺序不构成承诺，**就绪即发布**。

### 2026 Q3

* **数据中心代理** 正式开放。按 GB 共享 + 按 IP 独享两档；首发覆盖美国 / 欧洲 / 亚太 POP。
* **Web Unblocker** 从 beta 到 GA。托管 JS 渲染、验证码处理、重试。可直接替换住宅端点。
* **Webhook 投递**：订单、批次、流量、KYC 事件。

### 2026 Q4

* **Scraping API** beta。首发 Google Search、Amazon、Walmart 结构化 JSON，按季度扩展目标。
* **沙箱环境** `api-test.helodata.com`，配测试模式 API Token。
* **报表 v2**：多表 join、查询引擎更快。

### 2027

* **专属移动 POP**：超低首字节延迟。
* **合规包** — SOC 2 Type II 报告、HIPAA BAA、ISO 27001。
* **多区域 API 副本**：满足非美国数据驻留。

## 版本管理

REST API 通过 URL `/v1/...` 版本管理。破坏性变更以新主版本发布并提供 **6 个月并行**，之后停掉旧版本。非破坏新增直接打入当前主版本，本日志附日期备注。

## 如何获取更新

| 渠道                | 用途                               |
| ----------------- | -------------------------------- |
| 本页                | 全部变更                             |
| 状态页               | 事故与计划维护                          |
| 邮件（可选）            | API 废弃、安全公告 —— 在 **设置 → 通知** 中开启 |
| RSS               | 本日志 `helodata.com/changelog.xml` |
| Slack（Enterprise） | 专属频道，向你的 CSM 申请                  |

## 历史条目

新发布——表格随上线积累。未来条目模板：

```
### YYYY-MM-DD

**标题。** 简要描述。

- 详情 1
- 详情 2

**API 变更：** 新增或修改的端点
**破坏性：** 需用户介入的事项
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helodata.com/helodata-zh/zi-yuan/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
