Auto-detecting breaking changes

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • mypy_primer

    Run mypy and pyright over millions of lines of code

    I'm pretty sure it's happening for changes in Go. I have one concrete example outside the Go world, this is this tool : https://github.com/hauntsaninja/mypy_primer - every mypy PR executes the updated version against many opensource projects they'd like to stay compatible with.

  • modver

    Compare two versions of a Go module to check the version-number change required (major, minor, or patchlevel), according to semver rules.

    Please check out Modver, which can compare two versions of your module and tell you whether you need to update its patchlevel, minor version, or major version number: https://github.com/bobg/modver

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts