Skip to content
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.11.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.12.0
Choose a head ref
  • 11 commits
  • 81 files changed
  • 7 contributors

Commits on Jan 15, 2022

  1. chore(python): update release.sh to use keystore (#381)

    Source-Link: googleapis/synthtool@69fda12
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ae600f36b6bc972b368367b6f83a1d91ec2c82a4a116b383d67d547c56fe6de3
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 15, 2022
    Configuration menu
    Copy the full SHA
    d8f9f18 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. chore(python): Noxfile recognizes that tests can live in a folder (#383)

    Source-Link: googleapis/synthtool@4760d8d
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f0e4b51deef56bed74d3e2359c583fc104a8d6367da3984fc5c66938db738828
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    59513da View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. ci(python): run lint / unit tests / docs as GH actions (#384)

    * ci(python): run lint / unit tests / docs as GH actions
    
    Source-Link: googleapis/synthtool@57be0cd
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ed1f9983d5a935a89fe8085e8bb97d94e41015252c5b6c9771257cf8624367e6
    
    * workaround bug templates; set cov_level to 98%
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    aae4d19 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

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

Commits on Jan 25, 2022

  1. feat: add api key support (#387)

    * chore: upgrade gapic-generator-java, gax-java and gapic-generator-python
    
    PiperOrigin-RevId: 423842556
    
    Source-Link: googleapis/googleapis@a616ca0
    
    Source-Link: googleapis/googleapis-gen@29b938c
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjliOTM4YzU4YzFlNTFkMDE5ZjJlZTUzOWQ1NWRjMGEzYzg2YTkwNSJ9
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    5e7b502 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. chore: use gapic-generator-python 0.62.1 (#392)

    - [x] Regenerate this pull request now.
    
    fix: resolve DuplicateCredentialArgs error when using credentials_file
    
    committer: parthea
    PiperOrigin-RevId: 425964861
    
    Source-Link: googleapis/googleapis@84b1a5a
    
    Source-Link: googleapis/googleapis-gen@4fb761b
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGZiNzYxYmJkODUwNmFjMTU2ZjQ5YmFjNWYxODMwNmFhOGViM2FhOCJ9
    gcf-owl-bot[bot] authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    16520e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. fix: remove libcst as a required dependency (#389)

    * Remove libcst dependency
    
    libcst is only used for a one-off "fixup" script. It’s not necessary to always depend on it.
    
    It caused an issue on one project as old libcst versions don't ship macOS M1 wheels, and it took time to figure this out.
    
    (Also the instructions for using the fixup script were incorrect.)
    
    * Update UPGRADING.md
    
    Co-authored-by: Tim Swast <[email protected]>
    adamchainz and tswast authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    92b503a View commit details
    Browse the repository at this point in the history
  2. doc: add region tags to customer_record.proto so it can be embedded (

    …#391)
    
    In response to customer feedback, where they had trouble finding the
    module generated from this file.
    tswast authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    cf5709e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. fix: remove bigquery.readonly auth scope (#394)

    * chore: use gapic-generator-python 0.63.2
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix!: remove bigquery.readonly auth scope
    
    PiperOrigin-RevId: 429331987
    
    Source-Link: googleapis/googleapis@4b2bd26
    
    Source-Link: googleapis/googleapis-gen@fa17f03
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmExN2YwM2I1YWU5NjMxNmNkMDJmMjk5N2YyZmQxMTk2ZTAzNGU1ZSJ9
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    docs: add generated snippets
    PiperOrigin-RevId: 427792504
    Source-Link: googleapis/googleapis@55b9e1e
    Source-Link: googleapis/googleapis-gen@bf4e86b
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmY0ZTg2Yjc1M2Y0MmNiMGVkYjFmZDUxZmJlODQwZDdkYTBhMWNkZSJ9
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Tim Swast <[email protected]>
    3 people authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    e08d2fd View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. feat: add trace_id for Read API (#396)

    * feat: add trace_id for Read API
    
    PiperOrigin-RevId: 429809867
    
    Source-Link: googleapis/googleapis@6052603
    
    Source-Link: googleapis/googleapis-gen@840dd14
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODQwZGQxNGM5MWEwZWM2NmQ5YmQxYTAyOGQwMWI1ZmQwMjljYTAyZSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    5d7f918 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.12.0 (#388)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    18592ec View commit details
    Browse the repository at this point in the history
Loading