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

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.13.2
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.14.0
Choose a head ref
  • 7 commits
  • 53 files changed
  • 6 contributors

Commits on Jun 7, 2022

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

    * chore(deps): update all dependencies
    
    * revert protobuf
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    renovate-bot and parthea authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    b545980 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. chore: add prerelease nox session (#463)

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

Commits on Jun 13, 2022

  1. chore(python): add missing import for prerelease testing (#464)

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

Commits on Jun 24, 2022

  1. fix: handle AttributeError in bigquery_storage writer (#414)

    * fix: resolve AttributeError in bigquery_storage writer
    
    * 🦉 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
    
    * handle AttributeError to avoid race condition
    
    * actually catch AttributeError
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Steffany Brown <[email protected]>
    3 people authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    2cb641a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. fix: require python 3.7+ (#468)

    * chore(python): drop python 3.6
    
    Source-Link: googleapis/synthtool@4f89b13
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e7bb19d47c13839fe8c147e50e02e8b6cf5da8edd1af8b82208cd6f66cc2829c
    
    * require python 3.7+ in setup.py
    
    * remove python 3.6 sample configs
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    c13b1e5 View commit details
    Browse the repository at this point in the history
  2. fix(deps): require google-api-core >= 2.8.0 (#465)

    * chore: use gapic-generator-python 1.1.1
    
    PiperOrigin-RevId: 459095142
    
    Source-Link: googleapis/googleapis@4f1be99
    
    Source-Link: googleapis/googleapis-gen@ae686d9
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWU2ODZkOWNkZTRmYzNlMzZkMGFjMDJlZmI4NjQzYjE1ODkwYzFlZCJ9
    
    fix: Modify client lib retry policy for CreateWriteStream with longer backoff, more error code and longer overall time
    
    PiperOrigin-RevId: 457061436
    
    Source-Link: googleapis/googleapis@8ff130b
    
    Source-Link: googleapis/googleapis-gen@2eb0fac
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmViMGZhY2E3MTdkOWNmNDRiODM4YjdkYjVlODYyNDUxYjhhODZlZiJ9
    
    feat: add audience parameter
    
    PiperOrigin-RevId: 456827138
    
    Source-Link: googleapis/googleapis@23f1a15
    
    Source-Link: googleapis/googleapis-gen@4075a85
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDA3NWE4NTE0ZjY3NjY5MWVjMTU2Njg4YTViYmYxODNhYTk4OTNjZSJ9
    
    feat: add fields to eventually contain row level errors
    
    Committer: @gnanda
    PiperOrigin-RevId: 456324780
    
    Source-Link: googleapis/googleapis@f24b37a
    
    Source-Link: googleapis/googleapis-gen@33f9d81
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzNmOWQ4MTQwODIxMTcxMTZjNGI2OGE2ZjVhYWMzZjQyYmVjMzVjMiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix(deps): require google-api-core >= 2.8.0
    
    * regenerate pb2 files using latest grpcio tools
    
    * 🦉 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>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    346c719 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.14.0 (#466)

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