# Changelog of Certificate Transparency Monitor — AI Agent Recon API (`logiover/certificate-transparency-monitor`) Actor

- **URL**: https://apify.com/logiover/certificate-transparency-monitor/changelog.md
- **Full Actor documentation**: https://apify.com/logiover/certificate-transparency-monitor.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.

### 2026-07-12 — v1.1

- **Zero-config runs**: every input is now optional. Running with empty input `{}` returns all CT-log certificates for a well-known default domain (google.com) instead of erroring.
- Default mode is now `domain` (highest volume). All modes fall back to google.com when no domain is supplied; `watch`/`subdomains` no longer error on a missing domain.
- `watch` default window widened to 7 days for a fuller default result set.
- Removed the mandatory `mode` input — nothing is required now.
- Proxy: clarified as Apify AUTO group (never the dead DATACENTER-only group) and added a direct-connection fallback on the final retry, since crt.sh is a public API.
- Added a ~4-minute time budget to multi-domain (`domain`/`bulk`) runs — pushes what was collected and exits successfully.

### 2026-07-02 — v1.0

- Initial release: 4 modes (watch/subdomains/domain/bulk), crt.sh CT-log search, SAN hostnames, issuer/serial/validity, excludeExpired + dedupBySerial filters, daysBack window, proxy. Pay-per-result.
