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/java-bigquerystorage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.43.0
Choose a base ref
...
head repository: googleapis/java-bigquerystorage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.44.0
Choose a head ref
  • 9 commits
  • 26 files changed
  • 7 contributors

Commits on Oct 6, 2023

  1. feat: Add in-stream retry logic for retryable and quota errors (#2243)

    * Add retry logic.  TODO: get exponential retry algorithm setup
    
    * Attach exponential retry strategy to each AppendRequestAndResponse
    
    * Add changes to fake server to facilitate retry tests
    
    * Add basic default and exclusive internal/quota error retries
    
    * fix responsesToIgnore bug, add tests, remove logs
    
    * Add more tests, reformat
    
    * Add more tests
    
    * Fix schema error test, retry config
    
    * Cleanup changes, add back logs
    
    * Add newline at EOF
    
    * Run format
    
    * PR feedback
    
    * PR feedback
    
    * Use RetrySettings in StreamWriter
    
    * Add RetrySettings to JsonStreamWriter
    
    * Run format
    
    * Update clirr ignored differences; new additions never shipped
    
    * Disable retry during multiplexing
    
    * Throw exception if connection pool is enabled and retry settings are provided.
    
    * Run format
    
    * Combine retriable error checks
    
    * Add comments, make retry settings non-static
    
    * Set retry fields to final
    
    * Run format
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Evan Greco <egreco@google.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6435a04 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    0449132 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:google-cloud-bigquery…

    …storage to v2.43.0 (#2257)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-bigquerystorage to v2.43.0
    
    * 🦉 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>
    renovate-bot and gcf-owl-bot[bot] authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5222018 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency com.google.cloud:libraries-bom to v26.…

    …24.0 (#2259)
    
    * chore(deps): update dependency com.google.cloud:libraries-bom to v26.24.0
    
    * 🦉 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>
    renovate-bot and gcf-owl-bot[bot] authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5d3e99c View commit details
    Browse the repository at this point in the history
  4. deps: update dependency com.google.cloud:google-cloud-bigquery to v2.…

    …33.1 (#2258)
    
    * deps: update dependency com.google.cloud:google-cloud-bigquery to v2.33.1
    
    * 🦉 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>
    renovate-bot and gcf-owl-bot[bot] authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f6cbea2 View commit details
    Browse the repository at this point in the history
  5. deps: bumping google-cloud-shared-config to v1.5.8 (#2269)

    * deps: bumping google-cloud-shared-config to v1.5.8
    
    * chore: adding version line
    ddixit14 authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fb6e38d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    827aaf7 View commit details
    Browse the repository at this point in the history
  7. chore(main): release 2.43.1-SNAPSHOT (#2256)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    29b62d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. chore(main): release 2.44.0 (#2270)

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