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

Releases: googleapis/python-dataproc

v5.6.0

21 Sep 21:51
d43e0c3
Compare
Choose a tag to compare

5.6.0 (2023-09-15)

Features

  • Add optional parameters (tarball_gcs_dir, diagnosis_interval, jobs, yarn_application_ids) in DiagnoseClusterRequest (#560) (59b00aa)

v5.5.1

14 Sep 13:47
cbae958
Compare
Choose a tag to compare

5.5.1 (2023-09-13)

Documentation

v5.5.0

06 Sep 13:50
1ada5ab
Compare
Choose a tag to compare

5.5.0 (2023-08-23)

Features

  • Support min_num_instances for primary worker and InstanceFlexibilityPolicy for secondary worker (#555) (8ab7c71)

v5.4.3

03 Aug 17:49
89e2fdb
Compare
Choose a tag to compare

5.4.3 (2023-08-02)

Documentation

v5.4.2

05 Jul 14:47
f070edc
Compare
Choose a tag to compare

5.4.2 (2023-07-04)

Bug Fixes

  • Add async context manager return types (#539) (7c081a6)

v5.4.1

27 Mar 15:29
e9122d5
Compare
Choose a tag to compare

5.4.1 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring (#528) (c7806f5)

v5.4.0

23 Feb 18:43
45a4246
Compare
Choose a tag to compare

5.4.0 (2023-02-17)

Features

  • Add support for new Dataproc features (67bc8a2)
  • Add TrinoJob (67bc8a2)
  • Add UsageMetrics (67bc8a2)
  • Add UsageSnapshot (67bc8a2)
  • Enable "rest" transport in Python for services supporting numeric enums (#519) (f1a9ba7)

v5.3.0

23 Jan 15:31
5167436
Compare
Choose a tag to compare

5.3.0 (2023-01-23)

Features

  • Add SPOT to Preemptibility enum (8d5e6d8)

Bug Fixes

  • Add context manager return types (8d5e6d8)

Documentation

  • Add documentation for enums (8d5e6d8)

v5.2.0

10 Jan 19:11
5c5435a
Compare
Choose a tag to compare

5.2.0 (2023-01-10)

Features

v5.1.0

09 Jan 16:22
6ca3905
Compare
Choose a tag to compare

5.1.0 (2023-01-07)

Features

  • Add support for google.cloud.dataproc.__version__ (b3b13c4)
  • Add typing to proto.Message based class attributes (b3b13c4)
  • Added node groups API protos (b3b13c4)

Bug Fixes

  • Add dict typing for client_options (b3b13c4)
  • deps: Require google-api-core >=1.34.0, >=2.11.0 (b3b13c4)
  • Drop usage of pkg_resources (b3b13c4)
  • Fix timeout default values (b3b13c4)

Documentation

  • samples: Snippetgen handling of repeated enum field (b3b13c4)
  • samples: Snippetgen should call await on the operation coroutine before calling result (b3b13c4)