| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3df0ee5 commit 862a5fd
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ | |||
| 4 | 4 | "product_documentation": "https://www.dialogflow.com/", | |
| 5 | 5 | "client_documentation": "https://googleapis.dev/python/dialogflow/latest", | |
| 6 | 6 | "issue_tracker": "https://issuetracker.google.com/savedsearches/5300385", | |
| 7 | - "release_level": "beta", | ||
| 7 | + "release_level": "ga", | ||
| 8 | 8 | "language": "python", | |
| 9 | 9 | "repo": "googleapis/dialogflow-python-client-v2", | |
| 10 | 10 | "distribution_name": "dialogflow", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -68,17 +68,16 @@ Versioning | |||
| 68 | 68 | ||
| 69 | 69 | This library follows `Semantic Versioning <http://semver.org/>`_. | |
| 70 | 70 | ||
| 71 | - This library is considered to be in **beta**. This means it is expected to be | ||
| 72 | - mostly stable while we work toward a general availability release; however, | ||
| 73 | - complete stability is not guaranteed. We will address issues and requests | ||
| 74 | - against beta libraries with a high priority. | ||
| 71 | + This library is considered to be stable. This means and that the code surface will not change in backwards-incompatible | ||
| 72 | + ways unless either absolutely necessary (e.g. because of critical security issues) or with an extensive deprecation | ||
| 73 | + period. Issues and requests against GA libraries are addressed with the highest priority. | ||
| 75 | 74 | ||
| 76 | - More Information: `Google Cloud Platform Launch Stages <https://cloud.google.com/terms/launch-stages>`_ | ||
| 75 | + More Information: `Google Cloud Python Library Support <https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability>`_ | ||
| 77 | 76 | ||
| 78 | 77 | Contributing | |
| 79 | 78 | ------------ | |
| 80 | 79 | ||
| 81 | - Contributions welcome! See the `Contributing Guide <https://github.com/googleapis/python-dialogflow/blob/master/.github/CONTRIBUTING.rst>`_. | ||
| 80 | + Contributions welcome! See the `Contributing Guide <https://github.com/googleapis/python-dialogflow/blob/master/.github/CONTRIBUTING.md>`_. | ||
| 82 | 81 | ||
| 83 | 82 | License | |
| 84 | 83 | ------- | |
@@ -88,5 +87,5 @@ Apache Version 2.0 | |||
| 88 | 87 | See `the LICENSE file <https://github.com/googleapis/python-dialogflow/blob/master/LICENSE>`_ for more information. | |
| 89 | 88 | ||
| 90 | 89 | ||
| 91 | - .. |release level| image:: https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat | ||
| 92 | - :target: https://cloud.google.com/terms/launch-stages | ||
| 90 | + .. |release level| image:: https://img.shields.io/badge/support-GA-gold.svg | ||
| 91 | + :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,7 @@ | |||
| 20 | 20 | name = "dialogflow" | |
| 21 | 21 | description = "Client library for the Dialogflow API" | |
| 22 | 22 | version = "0.8.0" | |
| 23 | - release_status = "Development Status :: 4 - Beta" | ||
| 23 | + release_status = "Development Status :: 5 - Production/Stable" | ||
| 24 | 24 | dependencies = ["google-api-core[grpc] >= 1.14.0, < 2.0.0dev"] | |
| 25 | 25 | ||
| 26 | 26 | package_root = os.path.abspath(os.path.dirname(__file__)) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments