From fedd0fec477c4465772f52db35b1b10d39913940 Mon Sep 17 00:00:00 2001 From: Ali Ijaz Sheikh Date: Wed, 12 Jul 2017 17:25:49 -0700 Subject: [PATCH] betas for logging-{winston,bunyan}, error-reporting These modules can now be declared in beta. --- packages/error-reporting/README.md | 3 +-- packages/logging-bunyan/README.md | 2 +- packages/logging-winston/README.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/error-reporting/README.md b/packages/error-reporting/README.md index a7c4bb137c7..a47d30dd017 100644 --- a/packages/error-reporting/README.md +++ b/packages/error-reporting/README.md @@ -3,8 +3,7 @@ [![NPM Version][npm-image]][npm-url] [![Known Vulnerabilities][snyk-image]][snyk-url] -> This module is experimental, and should be used by early adopters. -> This module uses APIs that may be undocumented and are subject to change without notice. +> **Beta** *This is a Beta release of the Stackdriver Error Reporting libraries for Node.js. These libraries might be changed in backward-incompatible ways and are not subject to any SLA or deprecation policy.* This module provides Stackdriver Error Reporting support for Node.js applications. [Stackdriver Error Reporting](https://cloud.google.com/error-reporting/) is a feature of diff --git a/packages/logging-bunyan/README.md b/packages/logging-bunyan/README.md index 42dd0b64b46..39eaa0920e6 100644 --- a/packages/logging-bunyan/README.md +++ b/packages/logging-bunyan/README.md @@ -5,7 +5,7 @@ This module provides an easy to use, higher-level layer for working with Stackdr For lower-level access to the Stackdriver Logging API, see [@google-cloud/logging][@google-cloud/logging]. -> *This module is experimental and should be used by early adopters. This module uses APIs that may be undocumented and subject to change without notice.* +> **Beta** *This is a Beta release of the Stackdriver Logging libraries for Node.js. These libraries might be changed in backward-incompatible ways and are not subject to any SLA or deprecation policy.* ``` sh $ npm install --save @google-cloud/logging-bunyan diff --git a/packages/logging-winston/README.md b/packages/logging-winston/README.md index f38af0a711b..2fddd8b0be8 100644 --- a/packages/logging-winston/README.md +++ b/packages/logging-winston/README.md @@ -5,7 +5,7 @@ This module provides an easy to use, higher-level layer for working with Stackdr For lower-level access to the Stackdriver Logging API, see [@google-cloud/logging][@google-cloud/logging]. -> *This module is experimental and should be used by early adopters. This module uses APIs that may be undocumented and subject to change without notice.* +> **Beta** *This is a Beta release of the Stackdriver Logging libraries for Node.js. These libraries might be changed in backward-incompatible ways and are not subject to any SLA or deprecation policy.* ``` sh $ npm install --save @google-cloud/logging-winston