Skip to content

Commit

Permalink
chore(main): release 3.10.0 (#462)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
release-please[bot] and parthea authored Dec 15, 2022
1 parent 43efcd0 commit 4a0c970
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-dlp/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.9.2"
".": "3.10.0"
}
24 changes: 24 additions & 0 deletions packages/google-cloud-dlp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@

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

## [3.10.0](https://github.com/googleapis/python-dlp/compare/v3.9.2...v3.10.0) (2022-12-15)


### Features

* Add support for `google.cloud.dlp.__version__` ([bf3e815](https://github.com/googleapis/python-dlp/commit/bf3e8155d4a56b3016e9313c6b543f2d356eab6b))
* Add typing to proto.Message based class attributes ([bf3e815](https://github.com/googleapis/python-dlp/commit/bf3e8155d4a56b3016e9313c6b543f2d356eab6b))
* ExcludeByHotword added as an ExclusionRule type ([bf3e815](https://github.com/googleapis/python-dlp/commit/bf3e8155d4a56b3016e9313c6b543f2d356eab6b))
* NEW_ZEALAND added as a LocationCategory value ([bf3e815](https://github.com/googleapis/python-dlp/commit/bf3e8155d4a56b3016e9313c6b543f2d356eab6b))


### Bug Fixes

* Add dict typing for client_options ([bf3e815](https://github.com/googleapis/python-dlp/commit/bf3e8155d4a56b3016e9313c6b543f2d356eab6b))
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([2e9826d](https://github.com/googleapis/python-dlp/commit/2e9826d20e10916a07be781c5098caf47a0b0b10))
* Drop usage of pkg_resources ([2e9826d](https://github.com/googleapis/python-dlp/commit/2e9826d20e10916a07be781c5098caf47a0b0b10))
* Fix timeout default values ([2e9826d](https://github.com/googleapis/python-dlp/commit/2e9826d20e10916a07be781c5098caf47a0b0b10))


### Documentation

* **samples:** Snippetgen handling of repeated enum field ([bf3e815](https://github.com/googleapis/python-dlp/commit/bf3e8155d4a56b3016e9313c6b543f2d356eab6b))
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([2e9826d](https://github.com/googleapis/python-dlp/commit/2e9826d20e10916a07be781c5098caf47a0b0b10))

## [3.9.2](https://github.com/googleapis/python-dlp/compare/v3.9.1...v3.9.2) (2022-10-07)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.9.2" # {x-release-please-version}
__version__ = "3.10.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.9.2" # {x-release-please-version}
__version__ = "3.10.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dlp",
"version": "0.1.0"
"version": "3.10.0"
},
"snippets": [
{
Expand Down

0 comments on commit 4a0c970

Please sign in to comment.