# Changelog of Wikipedia Pageviews Scraper (`devilscrapes/wikipedia-pageviews-scraper`) Actor

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

## Changelog

### 0.1.0 — Initial implementation

- Real per-article fetch/parse pipeline (`src/models.py`, `src/client.py`,
  `src/parser.py`, `src/main.py`) against the keyless Wikimedia REST
  Pageviews API. curl-cffi with rotating browser impersonation (REQ-1),
  underscore-then-percent-encode title handling (REQ-2), Pydantic-validated
  input/output (REQ-3, REQ-9), per-article fault isolation on 404/429/5xx
  (REQ-5, REQ-6), and REQ-7's succeed-vs-fail zero-rows semantics.
- 54 local unit tests green; local integration run against the live API
  with the mandatory QA prefill confirmed the spec's 30-row result.
- Local tests green, not yet published.
