# Changelog of IRS Tax-Exempt Organizations Database Exporter (`logiover/irs-tax-exempt-organizations-scraper`) Actor

- **URL**: https://apify.com/logiover/irs-tax-exempt-organizations-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/logiover/irs-tax-exempt-organizations-scraper.md

## Changelog

### 2026-09-01

- Fleet-wide health check. Verified against this Actor's real run history: 30-day success rate, output row counts, per-field fill rates, and peak memory against the configured memory limit.
- Reviewed for the failure patterns that have cost this fleet runs — unguarded proxy setup, retry loops that can outlast the run's own time budget, and full-page HTML parsing that can exhaust a small container.
- No change to input, output fields or scraping logic.

### 2026-08-11

- Maintenance release: refreshed the build and dependencies.
- Re-verified live execution, non-empty structured output and dataset field/type integrity.
- Reviewed reliability (retries, pagination) and output quality as part of a full-fleet QA pass.

### 1.0.0 — 2026-08-01

- Initial publish-ready implementation.
- Added all US state, Puerto Rico, international and `ALL` input support.
- Added name, city, NTEE, subsection, asset and revenue filters.
- Keeps EIN values as nine-character strings and monetary fields as numbers/null.
- Streams official IRS CSV files and saves bounded batches up to 500,000 items.
- Added complete input/output/dataset schemas and source-field documentation.
- Validated with default and alternative live IRS inputs.
