# Changelog

Notable changes to helodata products, the API, and this documentation. Most recent first.

For real-time service incidents and maintenance windows, see [status.helodata.com](https://status.helodata.com).

## 2026-05-28

**Docs launch.** This documentation site goes live with full coverage of Residential, Mobile, and ISP products, the REST API, integrations for major scraping stacks, and troubleshooting playbooks.

## Upcoming (roadmap)

The order below isn't binding; we ship when ready.

### Q3 2026

* **Datacenter proxies** general availability. Pay-per-GB shared and pay-per-IP dedicated tiers; US / EU / APAC POPs at launch.
* **Web Unblocker** beta → GA. Managed JS rendering, CAPTCHA handling, retries. Drop-in replacement for residential endpoint.
* **Webhook deliveries** for order, batch, traffic, KYC events.

### Q4 2026

* **Scraping API** beta. Structured JSON for Google Search, Amazon, Walmart at launch; more targets quarterly.
* **Sandbox environment** at `api-test.helodata.com` with test-mode API tokens.
* **Reports v2** with multi-table joins and faster query engine.

### 2027

* **Dedicated mobile-only POPs** for very low first-byte latency.
* **Compliance pack** — SOC 2 Type II report, HIPAA-ready BAA, ISO 27001.
* **Multi-region API replicas** for non-US data residency.

## Versioning

The REST API uses `/v1/...` URL versioning. Breaking changes ship as a new major version with **6 months of overlap** before the older version is decommissioned. Non-breaking additions are made to the current major version with a dated note in this changelog.

## How to follow

| Channel            | Use for                                                                         |
| ------------------ | ------------------------------------------------------------------------------- |
| This page          | All changes                                                                     |
| Status page        | Incidents and planned maintenance                                               |
| Email (opt-in)     | API deprecations, security advisories — opt in via **Settings → Notifications** |
| RSS                | This changelog at `helodata.com/changelog.xml`                                  |
| Slack (Enterprise) | Dedicated channel — request from your CSM                                       |

## Past entries

This is a fresh launch — the table grows as we ship. Future entries follow this shape:

```
### YYYY-MM-DD

**Title.** Short description.

- Detail 1
- Detail 2

**API changes:** any new or modified endpoints
**Breaking:** anything that requires user action
```


---

# 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/resources/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.
