Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 9859e40

Browse filesBrowse files
chore(main): release 1.9.0
1 parent bd4ef44 commit 9859e40
Copy full SHA for 9859e40

File tree

Expand file treeCollapse file tree

7 files changed

+29
-6
lines changed
Filter options
Expand file treeCollapse file tree

7 files changed

+29
-6
lines changed

‎.release-please-manifest.json

Copy file name to clipboard
+1-1Lines 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

Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines 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 >=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

Copy file name to clipboardExpand all lines: google/cloud/webrisk/gapic_version.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: google/cloud/webrisk_v1/gapic_version.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: google/cloud/webrisk_v1beta1/gapic_version.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: samples/generated_samples/snippet_metadata_google.cloud.webrisk.v1.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: samples/generated_samples/snippet_metadata_google.cloud.webrisk.v1beta1.json
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.