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

Releases: googleapis/python-dataproc

v3.3.1

05 Apr 17:57
783390d
Compare
Choose a tag to compare

3.3.1 (2022-04-05)

Bug Fixes

  • deps: require google-api-core >= 1.31.5, >= 2.3.2 on v3 release (#363) (7125581)

v2.6.1

04 Apr 14:57
5c6d21e
Compare
Choose a tag to compare

2.6.1 (2022-04-01)

Bug Fixes

  • deps: require google-api-core >= 1.31.5, >= 2.3.2 on v2 release (#364) (88823d8)

v1.1.2

04 Apr 16:44
78f5b6b
Compare
Choose a tag to compare

1.1.2 (2022-04-01)

Bug Fixes

  • deps: require google-api-core >= 1.31.5, >= 2.3.2 on v1 release (#365) (0aee998)

v4.0.1

07 Mar 16:14
98d7508
Compare
Choose a tag to compare

4.0.1 (2022-03-05)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#357) (3c66f42)
  • deps: require proto-plus>=1.15.0 (3c66f42)

v4.0.0

01 Mar 15:03
136b5e6
Compare
Choose a tag to compare

4.0.0 (2022-02-26)

⚠ BREAKING CHANGES

  • add support for Virtual Dataproc cluster running on GKE cluster (#344)

Features

  • add support for Virtual Dataproc cluster running on GKE cluster (#344) (116077b)

Bug Fixes

  • move GkeClusterConfig to google.cloud.dataproc_v1.types.shared (116077b)
  • remove namespaced_gke_deployment_target (116077b)

v3.3.0

24 Feb 19:39
4344dfa
Compare
Choose a tag to compare

3.3.0 (2022-02-18)

Features

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file (452460f)

Documentation

v3.2.0

18 Jan 16:00
5c73efb
Compare
Choose a tag to compare

3.2.0 (2022-01-17)

Features

  • add Spark runtime versioning for Spark batches (#318) (f2e35d9)
  • auto-diagnostic of failed Spark batches (f2e35d9)
  • custom image containers for Spark batches (f2e35d9)
  • local SSD NVME interface support for GCE clusters (f2e35d9)

v3.1.1

02 Nov 20:03
f544cc9
Compare
Choose a tag to compare

Bug Fixes

  • deps: drop packaging dependency (d4919c0)
  • deps: require google-api-core >= 1.28.0 (d4919c0)

Documentation

  • list oneofs in docstring (d4919c0)

v3.1.0

26 Oct 15:20
a6b0b3f
Compare
Choose a tag to compare

Features

  • add context manager support in client (#285) (b54fb76)
  • add Dataproc Serverless for Spark Batches API (#290) (f0ed26c)
  • Add support for dataproc BatchController service (#291) (24a6f7d)
  • add support for python 3.10 (#289) (229f919)

v3.0.0

05 Oct 10:35
306732c
Compare
Choose a tag to compare

Features

  • delete deprecated Dataproc v1beta2 API client (3bdeaa7)

Bug Fixes

  • add 'dict' annotation type to 'request' (be5c115)
  • improper types in pagers generation (1ae784b)

Miscellaneous Chores

Documentation