Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.
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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [1.1.0](https://github.com/googleapis/python-dataplex/compare/v1.0.1...v1.1.0) (2022-07-15)


### Features

* add audience parameter ([741f707](https://github.com/googleapis/python-dataplex/commit/741f7075723266c9c76e0cb6fc2dc720c350c819))
* Add IAM support for Explore content APIs ([#74](https://github.com/googleapis/python-dataplex/issues/74)) ([741f707](https://github.com/googleapis/python-dataplex/commit/741f7075723266c9c76e0cb6fc2dc720c350c819))
* Add support for cross project for Task ([741f707](https://github.com/googleapis/python-dataplex/commit/741f7075723266c9c76e0cb6fc2dc720c350c819))
* Add support for custom container for Task ([741f707](https://github.com/googleapis/python-dataplex/commit/741f7075723266c9c76e0cb6fc2dc720c350c819))
* Add support for custom encryption key to be used for encrypt data on the PDs associated with the VMs in your Dataproc cluster for Task ([741f707](https://github.com/googleapis/python-dataplex/commit/741f7075723266c9c76e0cb6fc2dc720c350c819))
* Add support for Latest job in Task resource ([741f707](https://github.com/googleapis/python-dataplex/commit/741f7075723266c9c76e0cb6fc2dc720c350c819))
* Support logging sampled file paths per partition to Cloud logging for Discovery event ([741f707](https://github.com/googleapis/python-dataplex/commit/741f7075723266c9c76e0cb6fc2dc720c350c819))
* User mode filter in Explore list sessions API ([741f707](https://github.com/googleapis/python-dataplex/commit/741f7075723266c9c76e0cb6fc2dc720c350c819))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([741f707](https://github.com/googleapis/python-dataplex/commit/741f7075723266c9c76e0cb6fc2dc720c350c819))
* **deps:** require grpc-google-iam-v1 >=0.12.4 ([741f707](https://github.com/googleapis/python-dataplex/commit/741f7075723266c9c76e0cb6fc2dc720c350c819))
* require python 3.7+ ([#76](https://github.com/googleapis/python-dataplex/issues/76)) ([3cd158c](https://github.com/googleapis/python-dataplex/commit/3cd158c8a3b782683b5485d28bc14dadea852deb))

## [1.0.1](https://github.com/googleapis/python-dataplex/compare/v1.0.0...v1.0.1) (2022-06-03)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
name = "google-cloud-dataplex"
description = "Dataplex API client library"
url = "https://github.com/googleapis/python-dataplex"
version = "1.0.1"
version = "1.1.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
Expand Down