Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 12, 2025. 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-bigquery-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: googleapis/python-bigquery-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.0
Choose a head ref
  • 5 commits
  • 21 files changed
  • 7 contributors

Commits on Jul 1, 2021

  1. chore(deps): update dependency google-auth to v1.32.1 (#226)

    [![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) | `==1.32.0` -> `==1.32.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-auth/1.32.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-auth/1.32.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-auth/1.32.1/compatibility-slim/1.32.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-auth/1.32.1/confidence-slim/1.32.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/google-auth-library-python</summary>
    
    ### [`v1.32.1`](https://togithub.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#&#8203;1321-httpswwwgithubcomgoogleapisgoogle-auth-library-pythoncomparev1320v1321-2021-06-30)
    
    [Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v1.32.0...v1.32.1)
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    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-bigquery-storage).
    renovate-bot authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    4e3437f View commit details
    Browse the repository at this point in the history
  2. feat: add always_use_jwt_access (#223)

    * chore: use gapic-generator-python 0.50.3
    
    fix: disable always_use_jwt_access
    
    Committer: @busunkim96
    PiperOrigin-RevId: 382142900
    
    Source-Link: googleapis/googleapis@513440f
    
    Source-Link: googleapis/googleapis-gen@7b1e2c3
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md
    
    * fix: require google-api-core >= 1.26.0
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Bu Sun Kim <[email protected]>
    3 people authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    fd82417 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8a8c78 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. feat: read_session optional to ReadRowsStream.rows() (#228)

    * feat: `read_session` optional to `ReadRowsStream.rows()`
    
    The schema from the first `ReadRowsResponse` message can be used to decode
    messages, instead.
    
    Note: `to_arrow()` and `to_dataframe()` do not work on an empty stream unless a
    `read_session` has been passed in, as the schema is not available. This should
    not affect `google-cloud-bigquery` and `pandas-gbq`, as those packages use the
    lower-level message->dataframe/arrow methods.
    
    * revert change to comment
    
    * use else for empty arrow streams in try-except block
    
    Co-authored-by: Tres Seaver <[email protected]>
    
    * update docstring to reflect that readsession and readrowsresponse can be used interchangeably
    
    * update arrow deserializer, too
    
    Co-authored-by: Tres Seaver <[email protected]>
    tswast and tseaver authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    4f56029 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a309380 View commit details
    Browse the repository at this point in the history
Loading