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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-dataproc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: googleapis/python-dataproc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.1
Choose a head ref
  • 5 commits
  • 39 files changed
  • 4 contributors

Commits on Oct 26, 2021

  1. chore(deps): update all dependencies (#292)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    renovate-bot and parthea authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    fcf4cc3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all dependencies (#295)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-auth](https://togithub.com/googleapis/google-auth-library-python) | `==2.3.1` -> `==2.3.2` | [![age](https://badges.renovateapi.com/packages/pypi/google-auth/2.3.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-auth/2.3.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-auth/2.3.2/compatibility-slim/2.3.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-auth/2.3.2/confidence-slim/2.3.1)](https://docs.renovatebot.com/merge-confidence/) |
    | [google-cloud-dataproc](https://togithub.com/googleapis/python-dataproc) | `==3.0.0` -> `==3.1.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-dataproc/3.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-dataproc/3.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-dataproc/3.1.0/compatibility-slim/3.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-dataproc/3.1.0/confidence-slim/3.0.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/google-auth-library-python</summary>
    
    ### [`v2.3.2`](https://togithub.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#&#8203;232-httpswwwgithubcomgoogleapisgoogle-auth-library-pythoncomparev231v232-2021-10-26)
    
    [Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v2.3.1...v2.3.2)
    
    </details>
    
    <details>
    <summary>googleapis/python-dataproc</summary>
    
    ### [`v3.1.0`](https://togithub.com/googleapis/python-dataproc/blob/master/CHANGELOG.md#&#8203;310-httpswwwgithubcomgoogleapispython-dataproccomparev300v310-2021-10-26)
    
    [Compare Source](https://togithub.com/googleapis/python-dataproc/compare/v3.0.0...v3.1.0)
    
    ##### Features
    
    -   add context manager support in client ([#&#8203;285](https://www.togithub.com/googleapis/python-dataproc/issues/285)) ([b54fb76](https://www.github.com/googleapis/python-dataproc/commit/b54fb7647deaea64fe6ad553514c9d0ad62a0cbc))
    -   add Dataproc Serverless for Spark Batches API ([#&#8203;290](https://www.togithub.com/googleapis/python-dataproc/issues/290)) ([f0ed26c](https://www.github.com/googleapis/python-dataproc/commit/f0ed26c6ccd2e9f438d1d5f31c5512761b0e20b9))
    -   Add support for dataproc BatchController service ([#&#8203;291](https://www.togithub.com/googleapis/python-dataproc/issues/291)) ([24a6f7d](https://www.github.com/googleapis/python-dataproc/commit/24a6f7defee1e0fd2d195f934c004769d8f1a2b7))
    -   add support for python 3.10 ([#&#8203;289](https://www.togithub.com/googleapis/python-dataproc/issues/289)) ([229f919](https://www.github.com/googleapis/python-dataproc/commit/229f919e31c39bc028cd2e6062437b0a8d061556))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dataproc).
    renovate-bot authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    73b87f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. chore: use gapic-generator-python 0.53.4 (#296)

    - [ ] Regenerate this pull request now.
    
    docs: list oneofs in docstring
    fix(deps): require google-api-core >= 1.28.0
    fix(deps): drop packaging dependency
    
    committer: busunkim96@
    PiperOrigin-RevId: 406468269
    
    Source-Link: googleapis/googleapis@83d81b0
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/2ff001fbacb9e77e71d734de5f955c05fdae8526
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmZmMDAxZmJhY2I5ZTc3ZTcxZDczNGRlNWY5NTVjMDVmZGFlODUyNiJ9
    gcf-owl-bot[bot] authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    d4919c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a05df2 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    f544cc9 View commit details
    Browse the repository at this point in the history
Loading