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

Commit 45a4246

Browse files
chore(main): release 5.4.0 (#520)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 67bc8a2 commit 45a4246

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
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-
".": "5.3.0"
2+
".": "5.4.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
[1]: https://pypi.org/project/google-cloud-dataproc/#history
66

7+
## [5.4.0](https://github.com/googleapis/python-dataproc/compare/v5.3.0...v5.4.0) (2023-02-17)
8+
9+
10+
### Features
11+
12+
* Add support for new Dataproc features ([67bc8a2](https://github.com/googleapis/python-dataproc/commit/67bc8a2a9b36b62c3006ee1eb873eda101624e55))
13+
* Add TrinoJob ([67bc8a2](https://github.com/googleapis/python-dataproc/commit/67bc8a2a9b36b62c3006ee1eb873eda101624e55))
14+
* Add UsageMetrics ([67bc8a2](https://github.com/googleapis/python-dataproc/commit/67bc8a2a9b36b62c3006ee1eb873eda101624e55))
15+
* Add UsageSnapshot ([67bc8a2](https://github.com/googleapis/python-dataproc/commit/67bc8a2a9b36b62c3006ee1eb873eda101624e55))
16+
* Enable "rest" transport in Python for services supporting numeric enums ([#519](https://github.com/googleapis/python-dataproc/issues/519)) ([f1a9ba7](https://github.com/googleapis/python-dataproc/commit/f1a9ba72ff14ad7d64bfb9829d1fb4d674fa1b50))
17+
718
## [5.3.0](https://github.com/googleapis/python-dataproc/compare/v5.2.0...v5.3.0) (2023-01-23)
819

920

google/cloud/dataproc/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__ = "5.3.0" # {x-release-please-version}
16+
__version__ = "5.4.0" # {x-release-please-version}

google/cloud/dataproc_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__ = "5.3.0" # {x-release-please-version}
16+
__version__ = "5.4.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.dataproc.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-dataproc",
11-
"version": "0.1.0"
11+
"version": "5.4.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)