evaluate
The engine under every knitted R document reached 1.0 by making evaluation behave like the console.
A side-by-side editorial comparison of gh and Knock — release velocity, themes, recent moves, and the top alternatives to consider.
| Feature | gh | Knock |
|---|---|---|
| Sector | Infra & APIs | Infra & APIs |
| Velocity score | 2.5 | 6.3 |
| Sparks · 30d | 0 | 1 |
| Top themes | github-api, http-client, pagination, token-handling | notification infrastructure, data sources, agent interface, internal alerting |
| Last editorial update | 1h ago | 4h ago |
| Website | Visit → | — |
gh spent its last two releases making failures and interruptions recoverable.
The GitHub API client rebuilt on httr2 in 1.4.0, then took a security-driven breaking change in 1.5.0: response headers are no longer stored in returned objects, because they can carry sensitive information. The 1.6.0 release made interrupted pagination recoverable and downgraded personal access token format validation from an error to a warning.
Knock keeps absorbing customer data sources, puts an agent on top, and now aims at internal alerts.
The recent window splits into three strands: data sources (Clay, Amplitude) that remove the sync layer customers normally write between product data and messaging; workflow primitives (wait-for-event, branch rebasing) that make notification sequences behave like state machines; and an agent that reads the resulting message data in plain language. The newest addition points somewhere else — connecting a team's own Slack workspace to send to internal channels and recipients rather than to end users.
The GitHub API client rebuilt on httr2 in 1.4.0, then took a security-driven breaking change in 1.5.0: response headers are no longer stored in returned objects, because they can carry sensitive information. The 1.6.0 release made interrupted pagination recoverable and downgraded personal access token format validation from an error to a warning.
The direction is tolerance for partial and unusual outcomes rather than new endpoint coverage. Interrupting a paginated call now raises a classed condition carrying the records already fetched; a 304 Not Modified returns an empty response with headers intact instead of erroring; an unrecognised token format warns and proceeds. A fake_github_app() built on webfakes ships for testing, and is offered to other package authors.
Token format handling is now configurable rather than fixed, so the next likely work is following GitHub's credential formats as they change, not expanding the client surface.
The recent window splits into three strands: data sources (Clay, Amplitude) that remove the sync layer customers normally write between product data and messaging; workflow primitives (wait-for-event, branch rebasing) that make notification sequences behave like state machines; and an agent that reads the resulting message data in plain language. The newest addition points somewhere else — connecting a team's own Slack workspace to send to internal channels and recipients rather than to end users.
The pattern is consistent: whatever a customer would otherwise build around Knock, Knock absorbs. Sync code became data sources, report building became the agent, and internal alerting — usually a separate webhook or a homegrown Slack app — becomes another recipient type. The management surfaces landing alongside it (categories, tags, saved views) are the housekeeping that accumulation forces.
More internal-destination work is the likely next step, extending the same use case beyond Slack, alongside further data sources following the Clay and Amplitude pattern.
Other Infra & APIs products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either gh or Knock.
The engine under every knitted R document reached 1.0 by making evaluation behave like the console.
carrier's 0.3.0 quietly rewrites how crated functions see each other — and breaks code that relied on the old rules.
watcher is a thin filesystem-events binding whose releases are mostly build work.
checkhelper grew from a check wrapper into a CRAN pre-submission auditor.
dockerfiler's 1.0.0 changes what its generated Dockerfiles actually contain.
Crane is turning into the table-and-plot layer for Roche's clinical output stack.
Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.
They serve adjacent needs but don't currently overlap on shipped themes. Knock is currently shipping more aggressively (velocity 6.3 vs 2.5), with 1 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.
Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. Knock is currently shipping more aggressively (velocity 6.3 vs 2.5), with 1 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Infra & APIs products to evaluate alongside.
Top gh alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "gh alternatives" section above for the current picks, or visit /alternatives/gh for the full list with editorial commentary on each.
Top Knock alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "Knock alternatives" section above for the current picks, or visit /alternatives/knock for the full list with editorial commentary on each.