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/google-cloud-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bigquery/v1.35.0
Choose a base ref
...
head repository: googleapis/google-cloud-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bigquery/v1.36.0
Choose a head ref
  • 16 commits
  • 368 files changed
  • 9 contributors

Commits on Jul 11, 2022

  1. feat(bigtable): adds autoscaling target storage per node (#6317)

    * feat: adds autoscaling target storage per node
    
    * test: adds tests
    telpirion authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    5eab4c3 View commit details
    Browse the repository at this point in the history
  2. chore(storage): gRPC ComposeObject implementation (#6283)

    Adds implementation in gRPC and HTTP for client.ComposeObject
    as well as an emulator test.
    
    Required a bit of refactoring around method signature and params
    but hopefully this makes it clearer what is going on.
    tritone authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    3c038ec View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    49f9549 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f29db2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75d2873 View commit details
    Browse the repository at this point in the history
  4. chore(beyondcorp): start generating apiv1 (#6326)

    feat(beyondcorp/appconnectors): start generating apiv1
    
    feat(beyondcorp/appgateways): start generating apiv1
    
    feat(beyondcorp/clientconnectorservices): start generating apiv1
    
    feat(beyondcorp/clientgateways): start generating apiv1
    quartzmo authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    7066fed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    989cd0e View commit details
    Browse the repository at this point in the history
  6. testing(bigquery/storage/managewriter): confirm packed behaviors with…

    … normalization (#6327)
    
    * testing(bigquery/storage/managewriter): confirm packed behaviors with normalization
    
    It turns out that packed repeated values are backwards compatible, so
    reading values doesn't require parity with the packed option in the
    writer.
    
    This PR adds tests for normalizing a proto3 descriptor of the various
    repeated scalar types, and adds a validation test to ensure packing
    behavior is as expected.
    shollyman authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    6d1e9fe View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. feat(storage): add Custom Placement Config Dual Region Support (#6294)

    * feat(storage): support Custom Dual Regions with CustomPlacementConfig
    
    * fix typo
    
    * add comments
    
    * address pr comments
    
    * new sublink
    cojenco authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    5a8c607 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. feat(bigquery/storage/managedwriter/adapt): support packed field opti…

    …on (#6312)
    
    * feat(bigquery/storage/managedwriter/adapt): support packed field option
    
    This PR adds the "packed" field option for repeated numeric scalar types
    when converting from table schema to proto descriptor.  For large
    repetitions, this can yield wire size encoding benefits.
    
    This option is only relevant for proto2 descriptors; proto3 packs by
    default.
    shollyman authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    fc3417b View commit details
    Browse the repository at this point in the history
  2. chore: update go version to 1.17 (#6342)

    This does not affect the version of Go we support. More details
    here: googleapis/go-genproto#859
    codyoss authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    f95a0e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. chore(all): auto-regenerate gapics (#6337)

    This is an auto-generated regeneration of the gapic clients by
    cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is
    submitted, genbot will update this PR with a newer dependency to the newer
    version of genproto and assign reviewers to this PR.
    
    If you have been assigned to review this PR, please:
    
    - Ensure that the version of genproto in go.mod has been updated.
    - Ensure that CI is passing. If it's failing, it requires your manual attention.
    - Approve and submit this PR if you believe it's ready to ship.
    
    Corresponding genproto PR: googleapis/go-genproto#857
    
    Changes:
    
    feat(bigquery/migration): Add Presto dialect to bigquerymigration v2 client library
      PiperOrigin-RevId: 460797158
      Source-Link: googleapis/googleapis@46f2598
    yoshi-automation authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    89a049a View commit details
    Browse the repository at this point in the history
  2. fix(bigquery/storage/managedwriter): improve network reconnection (#6338

    )
    
    * fix(bigquery/storage/managedwriter): improve network reconnection
    
    Issuing a sufficiently large single append request is enough to trigger
    the server backend to close an existing grpc stream.  This PR addresses
    the problem by allowing a failed request to signal that subsequent
    requests should request a new grpc stream connection.
    
    This PR also adds an integration test that induces the failure by
    issuing a large request, and ensures subsequent requests succeed.
    
    Towards: #6321
    shollyman authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    085a038 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. fix(pubsub): make receipt modack call async (#6335)

    * fix(pubsub): make receipt modack call async
    
    * dont propagate modack errors
    
    * update comment on why errors are not checked
    hongalex authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    d12ca07 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. chore(all): auto-regenerate gapics (#6347)

    This is an auto-generated regeneration of the gapic clients by
    cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is
    submitted, genbot will update this PR with a newer dependency to the newer
    version of genproto and assign reviewers to this PR.
    
    If you have been assigned to review this PR, please:
    
    - Ensure that the version of genproto in go.mod has been updated.
    - Ensure that CI is passing. If it's failing, it requires your manual attention.
    - Approve and submit this PR if you believe it's ready to ship.
    
    Corresponding genproto PR: googleapis/go-genproto#861
    
    Changes:
    
    feat(dataplex): Add IAM support for Explore content APIs feat: Add support for custom container for Task feat: Add support for cross project for Task feat: Add support for custom encryption key to be used for encrypt data on the PDs associated with the VMs in your Dataproc cluster for Task feat: Add support for Latest job in Task resource feat: User mode filter in Explore list sessions API feat: Support logging sampled file paths per partition to Cloud logging for Discovery event
      PiperOrigin-RevId: 461116673
      Source-Link: googleapis/googleapis@9af1b9b
    yoshi-automation authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    8b17366 View commit details
    Browse the repository at this point in the history
  2. chore(main): release bigquery 1.36.0 (#6343)

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