Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

feat: promote to stable #18

Merged
merged 2 commits into from
Mar 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"product_documentation": "https://cloud.google.com/dataplex/",
"client_documentation": "https://cloud.google.com/dataplex",
"issue_tracker": "https://github.com/googleapis/nodejs-dataplex/issues",
"release_level": "beta",
"release_level": "stable",
"language": "nodejs",
"repo": "googleapis/nodejs-dataplex",
"distribution_name": "@google-cloud/dataplex",
"api_id": "dataplex.googleapis.com",
"default_version": "v1",
"requires_billing": true
"requires_billing": true,
"library_type": "GAPIC_AUTO"
}

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [Cloud Dataplex: Node.js Client](https://github.com/googleapis/nodejs-dataplex)

[![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-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/@google-cloud/dataplex.svg)](https://www.npmjs.org/package/@google-cloud/dataplex)


Expand Down Expand Up @@ -122,11 +122,11 @@ This library follows [Semantic Versioning](http://semver.org/).



This library is considered to be **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 **stable** 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.



Expand Down