Skip to content
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
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ The following client libraries have **alpha** support:
- `Google Cloud DNS`_ (`DNS README`_)
- `Google Cloud IoT`_ (`IoT README`_)
- `Google Cloud Memorystore for Redis`_ (`Redis README`_)
- `Google Cloud Recommender`_ (`Recommender README`_)
- `Google Cloud Resource Manager`_ (`Resource Manager README`_)
- `Google Cloud Runtime Configuration`_ (`Runtime Config README`_)
- `Google Cloud Security Scanner`_ (`Security Scanner README`_ )
Expand Down Expand Up @@ -141,6 +142,8 @@ The following client libraries have **alpha** support:
.. _IoT README: https://github.com/googleapis/google-cloud-python/tree/master/iot
.. _Google Cloud Memorystore for Redis: https://pypi.org/project/google-cloud-redis/
.. _Redis README: https://github.com/googleapis/google-cloud-python/tree/master/redis
.. _Google Cloud Recommender: https://pypi.org/project/google-cloud-recommender/
.. _Recommender README: https://github.com/googleapis/google-cloud-python/tree/master/recommender
.. _Google Cloud Resource Manager: https://pypi.org/project/google-cloud-resource-manager/
.. _Resource Manager README: https://github.com/googleapis/google-cloud-python/tree/master/resource_manager
.. _Google Cloud Runtime Configuration: https://pypi.org/project/google-cloud-runtimeconfig/
Expand Down
13 changes: 13 additions & 0 deletions recommender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

[PyPI History][1]

[1]: https://pypi.org/project/google-cloud-recommender/#history

## 0.1.0

09-27-2019 12:20 PDT

### New Features
- initial release of v1beta1 ([#9257](https://github.com/googleapis/google-cloud-python/pull/9257))