Skip to content

google-cloud-api@5.0.0

Choose a tag to compare

@unional unional released this 03 Oct 20:20
· 97 commits to main since this release

Major Changes

  • 13e7538: Add missing status in the data structure:

    {
      error: {
        code: number,
        status: string, // new
        message: string,
        details: Details[]
      }
    }

    This status is mentioned in the Google Cloud APIs documentation (example) but was not added before.

    Since this change adds a new required/expected field. This is a breaking change.