Releases: github/pages-health-check
Releases · github/pages-health-check
v1.3.1
v1.3.0
v1.2.0
v1.1.2
v1.1.1
v1.1.0
v1.0.1.
v1.0.0
- The Gem now performs two types of checks:
- Domain checks, as it did previously, now via
GitHubPages::HealthCheck::Domain
- Repository checks, e.g., the status of the last build, via
GitHubPages::HealthCheck::Repository
- Domain checks, as it did previously, now via
- Even prettier pretty printer
InvalidCNAMEError
now also raises on CNAMEs pointing topages.github.com
(rather than the user's.github.io
subdomain), or directly to GitHub's Fastly CNAME- Under the hood
GitHubPages
is now a module- Both new checks are incapsulated in a
GitHubPages::HealthCheck::Site
- Error classes now all end with
Error
and are contained within theGitHubPages::HealthCheck::Errors
namespace
v0.6.1
v0.6.0
- Look for the
X-GitHub-Request-Id
to identify if a site is served by GitHub Pages, to account for e.g., CloudFlare overwriting theServer
header. (#34) - Use the existence of an NS record to determine whether a domain is an apex domain (#22)
- Upgrade to Ruby 2.1.7-github per version on GitHub Pages (#33)