← Back to home
Comparison · Infra & APIs

gh vs saros

A side-by-side editorial comparison of gh and saros — release velocity, themes, recent moves, and the top alternatives to consider.

gh vs saros: at a glance

Featureghsaros
SectorInfra & APIsInfra & APIs
Velocity score2.50.0
Sparks · 30d00
Top themesgithub-api, http-client, pagination, token-handlingsurvey-reporting, quarto, automated-narrative, ggplot2
Last editorial update5d ago1h ago
WebsiteVisit →Visit →

What is gh?

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.

Read the full gh trajectory →

What is saros?

Survey reporting automation moves past charts and starts writing the sentences about them.

saros generates survey reports semi-automatically, turning questionnaire data into the plots, tables and Quarto structure a report needs. Version 1.6.0 adds txt_from_cat_mesos_plots(), which produces textual summaries of two categorical plots and calls out where groups differ significantly, plus crowd_plots_as_tabset() to fold a set of plots into Quarto tabsets with computed heights and download links. An interactive interval plot type arrives alongside.

Read the full saros trajectory →

gh vs saros: editorial side-by-side

G
gh
INFRA · APIS
2.5

gh spent its last two releases making failures and interruptions recoverable.

◆ Current state

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.

◆ Where it's heading

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.

◆ Prediction

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.

S
saros
INFRA · APIS
0.0

Survey reporting automation moves past charts and starts writing the sentences about them.

◆ Current state

saros generates survey reports semi-automatically, turning questionnaire data into the plots, tables and Quarto structure a report needs. Version 1.6.0 adds txt_from_cat_mesos_plots(), which produces textual summaries of two categorical plots and calls out where groups differ significantly, plus crowd_plots_as_tabset() to fold a set of plots into Quarto tabsets with computed heights and download links. An interactive interval plot type arrives alongside.

◆ Where it's heading

The package consolidated its interface first and is now spending that consolidation. The embed_* family collapsed into a single makeme() generic with S3 dispatch in 1.2.0, and every output type since has been an S3 method rather than a new exported function, which is why 1.5.0 and 1.6.0 could add violin plots and interactive interval plots cheaply. The 1.6.0 notes are heavy with internal modularisation, splitting makeme() into argument setup, crowd processing, assembly and validation without touching the public API. Text generation is the newest direction and the one that changes what the package produces.

◆ Prediction

Expect the textual summary work to extend beyond the two-plot categorical case it currently handles, and the tabset and download-link helpers to spread across the remaining output types. The public surface should stay stable while the internals keep being split.

Alternatives to gh and saros

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 saros.

See all gh alternatives → · See all saros alternatives →

Recent activity from gh and saros

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 1mo agoghPagination progress bar reports true record counts
  2. 2mo agoghInterrupted pagination keeps its partial results
  3. 9mo agosarosGenerated prose summaries and Quarto tabsets join the output types
  4. 1y agosarosFixes makeme() argument handling in parent frame scopes
  5. 1y agoghResponse headers dropped from results after a security advisory
  6. 1y agosarosGroup-comparison settings, violin plots and global settings inheritance
  7. 1y agosarosmakeme() replaces the embed_* family with one S3 generic
  8. 2y agoghPagination helpers repaired and atomic file writes
  9. 2y agosarosText sizing defaults tuned for Word and HTML output
  10. 2y agosarosDevelopment snapshot of the text-size argument work
  11. 3y agoghClient rebuilt on httr2 with rate-limit controls
  12. 3y agoghLower-case methods and richer error conditions

Frequently asked questions

What is the difference between gh and saros?

They serve adjacent needs but don't currently overlap on shipped themes. gh is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 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.

Is gh better than saros?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. gh is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 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.

What are the best alternatives to gh?

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.

What are the best alternatives to saros?

Top saros alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "saros alternatives" section above for the current picks, or visit /alternatives/saros for the full list with editorial commentary on each.