Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit eaa1c1f

Browse files
chore(main): release 1.9.0 (#239)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent bd4ef44 commit eaa1c1f

File tree

7 files changed

+29
-6
lines changed

7 files changed

+29
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.8.4"
2+
".": "1.9.0"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
[PyPI History][1]
44

55
[1]: https://pypi.org/project/google-cloud-webrisk/#history
6+
## [1.9.0](https://github.com/googleapis/python-webrisk/compare/v1.8.4...v1.9.0) (2022-12-14)
7+
8+
9+
### Features
10+
11+
* Add SOCIAL_ENGINEERING_EXTENDED_COVERAGE threat type ([#238](https://github.com/googleapis/python-webrisk/issues/238)) ([5b785de](https://github.com/googleapis/python-webrisk/commit/5b785de91aacef1129d9e220e9c707c223f00410))
12+
* Add support for `google.cloud.webrisk.__version__` ([64b1ef3](https://github.com/googleapis/python-webrisk/commit/64b1ef39dba3d568e5468e06ab026e500a346fae))
13+
* Add typing to proto.Message based class attributes ([64b1ef3](https://github.com/googleapis/python-webrisk/commit/64b1ef39dba3d568e5468e06ab026e500a346fae))
14+
15+
16+
### Bug Fixes
17+
18+
* Add dict typing for client_options ([64b1ef3](https://github.com/googleapis/python-webrisk/commit/64b1ef39dba3d568e5468e06ab026e500a346fae))
19+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([bd4ef44](https://github.com/googleapis/python-webrisk/commit/bd4ef44fc20254a7a0b0cfb3f7cd7923ecd885e0))
20+
* Drop usage of pkg_resources ([bd4ef44](https://github.com/googleapis/python-webrisk/commit/bd4ef44fc20254a7a0b0cfb3f7cd7923ecd885e0))
21+
* Fix timeout default values ([bd4ef44](https://github.com/googleapis/python-webrisk/commit/bd4ef44fc20254a7a0b0cfb3f7cd7923ecd885e0))
22+
23+
24+
### Documentation
25+
26+
* **samples:** Snippetgen handling of repeated enum field ([64b1ef3](https://github.com/googleapis/python-webrisk/commit/64b1ef39dba3d568e5468e06ab026e500a346fae))
27+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([bd4ef44](https://github.com/googleapis/python-webrisk/commit/bd4ef44fc20254a7a0b0cfb3f7cd7923ecd885e0))
28+
629
## [1.8.4](https://github.com/googleapis/python-webrisk/compare/v1.8.3...v1.8.4) (2022-10-07)
730

831

google/cloud/webrisk/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.8.4" # {x-release-please-version}
16+
__version__ = "1.9.0" # {x-release-please-version}

google/cloud/webrisk_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.8.4" # {x-release-please-version}
16+
__version__ = "1.9.0" # {x-release-please-version}

google/cloud/webrisk_v1beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.8.4" # {x-release-please-version}
16+
__version__ = "1.9.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.webrisk.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-webrisk",
11-
"version": "0.1.0"
11+
"version": "1.9.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.webrisk.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-webrisk",
11-
"version": "0.1.0"
11+
"version": "1.9.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)