# Changelog of eCFR Regulations Scraper — Codified Federal Rules (`devilscrapes/ecfr-regulations-scraper`) Actor

- **URL**: https://apify.com/devilscrapes/ecfr-regulations-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/devilscrapes/ecfr-regulations-scraper.md

## eCFR Regulations Scraper — Changelog

### 0.1.0 — 2026-09-04

- Real fetch-parse-emit loop: per-`{title, part}` target, resolves the
  in-force date via `titles.json`, fetches the GPO full-part XML, and
  parses every `DIV8 TYPE="SECTION"` (including subject-group-nested
  ones) into one `ResultRow` per section.
- Fault isolation per target (REQ-4) — a bad title/part, a transport
  failure exhausted after retries, or a parse error skips only that
  target; the run still finishes SUCCEEDED.
- Retry/backoff on `408`/`429`/`503` honouring `Retry-After`; explicit
  `Accept-Encoding` header (the endpoint 406s without one).
- PPE pricing set to the fleet standard: `actor-start` $0.20, `result`
  $0.002 (~$2.20 / 1 000 results).

### 0.0.1 — 2026-09-01

- Initial scaffolded release. Boots, validates input, pushes one
  placeholder dataset row.
