# Changelog of App Review Monitor — App Store & Google Play Review Tracker (`mfapitools/app-review-monitor`) Actor

- **URL**: https://apify.com/mfapitools/app-review-monitor/changelog.md
- **Full Actor documentation**: https://apify.com/mfapitools/app-review-monitor.md

## Changelog

All notable changes to this actor will be documented here.

Format: `YYYY-MM-DD | version | description | author`

***

2026-07-24 | 0.1.0 | Initial build — dual-platform (App Store + Google Play) review monitor with KVS-based diff engine. Apple RSS JSON feed parsing with pagination. Google Play SSR HTML via AF\_initDataCallback extraction. Detects new, edited, and deleted reviews. Pay-per-event: review-checked + review-changed. Webhook delivery. minRating filter. | builder-agent
2026-07-25 | 0.1.2 | Agent-consumability audit (LLM-as-tool-caller pass): `maxReviewsPerApp` default lowered 200 → 50, since cost scales as `apps.length x maxReviewsPerApp` and the old default made a multi-app naive call unexpectedly expensive; brought in line with the ~50-item default used across the rest of the portfolio. Platform `exampleRunInput` was the unedited Apify CLI placeholder (`{"helloWorld": 123}`) — replaced via direct API call with a runnable example. Note: README's input table still documents the old default of 200 and needs a follow-up edit (out of scope for this session — README ownership belongs to another agent per repo convention). | Claude (agent-consumability audit)
