Skip to content

Commit

Permalink
chore: release 3.1.0 (#167)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [3.1.0](https://www.github.com/googleapis/python-asset/compare/v3.0.0...v3.1.0) (2021-06-07)


### Features

* add `from_service_account_info` ([34278bf](https://www.github.com/googleapis/python-asset/commit/34278bf526384296e95196f755ab983c4efeca62))
* add Cloud Asset List API, add access time as condition context in request and evaluation value in response for Cloud Asset AnalyzeIamPolicy API, add more info (folders, organizations, kms_key, create_time, update_time, state, parent_full_resource_name, parent_asset_type) in response for Cloud Asset SearchAllResources API ([#196](https://www.github.com/googleapis/python-asset/issues/196)) ([69ecd23](https://www.github.com/googleapis/python-asset/commit/69ecd237ade97257c92ba8bbe6dd7a5eca83288f))
* support self-signed JWT flow for service accounts ([d0b9b21](https://www.github.com/googleapis/python-asset/commit/d0b9b21300eb9ad233cd8f7e0c73941bebc5fe46))


### Bug Fixes

* add async client to %name_%version/init.py ([d0b9b21](https://www.github.com/googleapis/python-asset/commit/d0b9b21300eb9ad233cd8f7e0c73941bebc5fe46))
* remove v1beta1 ([#127](https://www.github.com/googleapis/python-asset/issues/127)) ([dab2d53](https://www.github.com/googleapis/python-asset/commit/dab2d539a1c89c0a5f09df4c4cab4d86f1a4ab08))
* use correct retry deadlines ([#164](https://www.github.com/googleapis/python-asset/issues/164)) ([34278bf](https://www.github.com/googleapis/python-asset/commit/34278bf526384296e95196f755ab983c4efeca62))


### Documentation

* **python:** fix intersphinx link for google-auth ([#119](https://www.github.com/googleapis/python-asset/issues/119)) ([e455c9e](https://www.github.com/googleapis/python-asset/commit/e455c9e52641cd9f13440d342c9eeb931135889c))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Jun 8, 2021
1 parent 90c589c commit 5063c14
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions packages/google-cloud-asset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@

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

## [3.1.0](https://www.github.com/googleapis/python-asset/compare/v3.0.0...v3.1.0) (2021-06-07)


### Features

* add `from_service_account_info` ([34278bf](https://www.github.com/googleapis/python-asset/commit/34278bf526384296e95196f755ab983c4efeca62))
* add Cloud Asset List API, add access time as condition context in request and evaluation value in response for Cloud Asset AnalyzeIamPolicy API, add more info (folders, organizations, kms_key, create_time, update_time, state, parent_full_resource_name, parent_asset_type) in response for Cloud Asset SearchAllResources API ([#196](https://www.github.com/googleapis/python-asset/issues/196)) ([69ecd23](https://www.github.com/googleapis/python-asset/commit/69ecd237ade97257c92ba8bbe6dd7a5eca83288f))
* support self-signed JWT flow for service accounts ([d0b9b21](https://www.github.com/googleapis/python-asset/commit/d0b9b21300eb9ad233cd8f7e0c73941bebc5fe46))


### Bug Fixes

* add async client to %name_%version/init.py ([d0b9b21](https://www.github.com/googleapis/python-asset/commit/d0b9b21300eb9ad233cd8f7e0c73941bebc5fe46))
* remove v1beta1 ([#127](https://www.github.com/googleapis/python-asset/issues/127)) ([dab2d53](https://www.github.com/googleapis/python-asset/commit/dab2d539a1c89c0a5f09df4c4cab4d86f1a4ab08))
* use correct retry deadlines ([#164](https://www.github.com/googleapis/python-asset/issues/164)) ([34278bf](https://www.github.com/googleapis/python-asset/commit/34278bf526384296e95196f755ab983c4efeca62))


### Documentation

* **python:** fix intersphinx link for google-auth ([#119](https://www.github.com/googleapis/python-asset/issues/119)) ([e455c9e](https://www.github.com/googleapis/python-asset/commit/e455c9e52641cd9f13440d342c9eeb931135889c))

## [2.2.0](https://www.github.com/googleapis/python-asset/compare/v2.1.0...v2.2.0) (2020-11-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-asset/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-asset"
description = "Cloud Asset API API client library"
version = "2.2.0"
version = "3.1.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 5063c14

Please sign in to comment.