# Changelog of URL Hygiene & Dedup API (`craigtechservicesllc/url-hygiene-dedup-api`) Actor

- **URL**: https://apify.com/craigtechservicesllc/url-hygiene-dedup-api/changelog.md
- **Full Actor documentation**: https://apify.com/craigtechservicesllc/url-hygiene-dedup-api.md

## Changelog

### 0.1.5 — 2026-08-05

- Removed internal pricing-benchmark notes from the public README.
- Removed local-development instructions that were not useful for a closed-source Store listing.
- Updated the API section to describe the published Actor rather than a future publication state.
- Replaced provisional license wording with the final Craig Technology Services LLC copyright notice.

### 0.1.4 — 2026-08-05

- Replaced the older custom `actor-start` and `normalized-url` charging hooks with Apify's synthetic `apify-actor-start` and `apify-default-dataset-item` events.
- Removed the obsolete local pay-per-event manifest so monetization is configured only in Apify Console.
- Kept the synthetic start event eligible for Apify's first-five-seconds compute waiver and aligned every dataset row with exactly one automatic result charge.
- Limited Actor memory to 256–512 MB so callers cannot select unnecessary high-memory runs that multiply start-event and platform costs.

### 0.1.3 — 2026-08-05

- Added the required Actor output schema for normalized dataset rows and the run summary.
- Linked the output schema from the Actor definition for Store, API, and MCP discovery.

### 0.1.2 — 2026-08-05

- Added the required help-text descriptions to every input-schema property.
- Revalidated the complete Actor schema against the current Apify CLI.

### 0.1.1 — 2026-08-05

- Updated string input fields for the current Apify Console editor schema.
- Corrected the external dataset schema reference in `actor.json`.
- Converted dataset `fields` into a complete JSON Schema object for current CLI validation.

### 0.1.0 — 2026-08-05

- Initial production-oriented MVP.
- Direct list, object, and Apify dataset inputs.
- Deterministic normalization and duplicate grouping.
- Pay-per-event hooks, schemas, fixture, and seven passing tests.
