# Changelog of GitHub Activity Stream — AI Agent Dev Monitoring API (`logiover/github-activity-stream`) Actor

- **URL**: https://apify.com/logiover/github-activity-stream/changelog.md
- **Full Actor documentation**: https://apify.com/logiover/github-activity-stream.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-08-01

- Completed the August 2026 full health check: verified empty/programmatic default, Console UI default, and two source-informed alternative inputs on Apify.
- Confirmed successful live execution, non-empty structured output, dataset-field/type integrity, and logical sample quality within the 5-minute quality window.

### 2026-07-18

- Billing clarity — each event row is charged automatically via Apify's per-result event; removed a redundant manual charge that logged a misleading warning while the real per-item charge already applied. No change to fetching logic or output fields.
- Maintenance & reliability pass — re-verified end-to-end against live data within the 5-minute quality window.

### 2026-07-16 — v1.2 (reliability)

- **Fresh IP per attempt:** every GitHub request now rotates through a new Apify Proxy session id, so a throttled/blocked IP is rotated away instead of retried 6× on the same dead IP. Directly targets GitHub's keyless 60-req/hr/IP limit on the shared platform egress pool (the #1 cause of silent empty runs).
- **Loud fail on a total block:** if the run attempts GitHub requests but not one succeeds (every attempt 403/429/5xx after rotation) and nothing is delivered, it now FAILS with a clear message (enable Apify Proxy / RESIDENTIAL, or set a GitHub token) instead of returning an empty SUCCESS. A genuinely-empty-but-fetched result still exits as a friendly empty success.
- **Billing errors surface:** a failed `Actor.charge` is now logged once instead of being swallowed silently, so any event-key misconfiguration is visible in the run log.

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

- **Zero-config runs:** no field is required anymore. Empty input `{}` now returns recent activity for a popular default repo (`microsoft/vscode`) instead of erroring. Org/user modes also fall back to sensible defaults (`vercel` / `torvalds`) when their target is missing.
- **Dropdown for event types:** `Event types` is now a multi-select (Commits / Pull requests / Issues / Releases) instead of free text.
- **Time budget:** repo/org/bulk runs stop starting new repos after ~4 min and exit successfully with everything collected so far.
- Proxy label corrected to Apify AUTO group (no forced datacenter) and honors optional proxy groups. Pay-per-result event unchanged.

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

- Initial release: 4 modes (repo/org/user/bulk), 4 event types (commits/pulls/issues/releases + user events), since window, pagination, optional ghToken, proxy IP rotation. Pay-per-result.
