diff --git a/.repo-metadata.json b/.repo-metadata.json index abb086a..47c29b8 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/eventarc/", "client_documentation": "https://cloud.google.com/nodejs/docs/reference/eventarc/latest", "issue_tracker": "https://github.com/googleapis/nodejs-eventarc/issues", - "release_level": "beta", + "release_level": "ga", "language": "nodejs", "repo": "googleapis/nodejs-eventarc", "distribution_name": "@google-cloud/eventarc", diff --git a/README.md b/README.md index a25f6e3..d58d5f0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # [Eventarc: Node.js Client](https://github.com/googleapis/nodejs-eventarc) -[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages) +[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages) [![npm version](https://img.shields.io/npm/v/@google-cloud/eventarc.svg)](https://www.npmjs.org/package/@google-cloud/eventarc) [![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-eventarc/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-eventarc) @@ -121,11 +121,12 @@ _Legacy Node.js versions are supported as a best effort:_ This library follows [Semantic Versioning](http://semver.org/). +This library is considered to be **General Availability (GA)**. This means it +is stable; the code surface will not change in backwards-incompatible ways +unless absolutely necessary (e.g. because of critical security issues) or with +an extensive deprecation period. Issues and requests against **GA** libraries +are addressed with the highest priority. -This library is considered to be in **beta**. This means it is expected to be -mostly stable while we work toward a general availability release; however, -complete stability is not guaranteed. We will address issues and requests -against beta libraries with a high priority.