KEMBAR78
Comparing v2.45.0...v2.46.0 · googleapis/java-bigquerystorage · GitHub
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.45.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.46.0
Choose a head ref
  • 10 commits
  • 31 files changed
  • 6 contributors

Commits on Nov 7, 2023

  1. fix: add comment/documentation for setRetrySettings (#2309)

    * fix: add retry setting documentation
    
    * .
    
    * .
    
    * 🦉 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>
    yirutang and gcf-owl-bot[bot] authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    664b550 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. feat: Add integration tests with RetrySettings enabled. (#2275)

    * Add integration tests with RetrySettings enabled.
    
    Initially, these tests are not run automatically as the running Service Account requires permissions on special GCP projects that inject instream errors into streams to test retries.  There will be a following nightly build that will run these tests.
    
    ---------
    
    Co-authored-by: Evan Greco <egreco@google.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    179193a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. feat: enable 20MB request limit, this feature is allowlist only. (#2311)

    * feat: add enableLargerRequestLimit option
    
    * .
    
    * .
    
    * add multiplexing test
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * 🦉 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>
    yirutang and gcf-owl-bot[bot] authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    75c2552 View commit details
    Browse the repository at this point in the history
  2. fix: Create next attempt after first attempt to initialize exponentia…

    …l backoff settings. (#2316)
    
    ---------
    
    Co-authored-by: Evan Greco <egreco@google.com>
    egreco12 and Evan Greco authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e5884cc View commit details
    Browse the repository at this point in the history
  3. feat: add new configuration for nightly retry-related tests. (#2319)

    ---------
    
    Co-authored-by: Evan Greco <egreco@google.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e78b841 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. deps: update actions/github-script action to v7 (#2317)

    * deps: update actions/github-script action to v7
    
    * 🦉 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 Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f68064f View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:libraries-bom to v26.…

    …27.0 (#2315)
    
    * chore(deps): update dependency com.google.cloud:libraries-bom to v26.27.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 Nov 15, 2023
    Configuration menu
    Copy the full SHA
    334c2da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d8c368 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 2.45.1-SNAPSHOT (#2310)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    962790d View commit details
    Browse the repository at this point in the history
  5. chore(main): release 2.46.0 (#2322)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.46.0](https://togithub.com/googleapis/java-bigquerystorage/compare/v2.45.0...v2.46.0) (2023-11-15)
    
    
    ### Features
    
    * Add integration tests with RetrySettings enabled. ([#2275](https://togithub.com/googleapis/java-bigquerystorage/issues/2275)) ([179193a](https://togithub.com/googleapis/java-bigquerystorage/commit/179193a18ba31c4c82946dc48671512fdac335c8))
    * Add new configuration for nightly retry-related tests. ([#2319](https://togithub.com/googleapis/java-bigquerystorage/issues/2319)) ([e78b841](https://togithub.com/googleapis/java-bigquerystorage/commit/e78b84151d1e7f9a4cfc6f252b6215fce4cec670))
    * Enable 20MB request limit, this feature is allowlist only. ([#2311](https://togithub.com/googleapis/java-bigquerystorage/issues/2311)) ([75c2552](https://togithub.com/googleapis/java-bigquerystorage/commit/75c2552a2ece47a8e14ad4932d4fcc36c8005cbe))
    
    
    ### Bug Fixes
    
    * Add comment/documentation for setRetrySettings ([#2309](https://togithub.com/googleapis/java-bigquerystorage/issues/2309)) ([664b550](https://togithub.com/googleapis/java-bigquerystorage/commit/664b550258dbe6037972b4a94eb41acd254849c5))
    * Create next attempt after first attempt to initialize exponential backoff settings. ([#2316](https://togithub.com/googleapis/java-bigquerystorage/issues/2316)) ([e5884cc](https://togithub.com/googleapis/java-bigquerystorage/commit/e5884cc0a28a5b3fc6aab6854c6b435431524d42))
    * Enable request limit e2e test. ([#2320](https://togithub.com/googleapis/java-bigquerystorage/issues/2320)) ([9d8c368](https://togithub.com/googleapis/java-bigquerystorage/commit/9d8c36859d5dd39f2e5fad26b692aa95308b1f5e))
    
    
    ### Dependencies
    
    * Update actions/github-script action to v7 ([#2317](https://togithub.com/googleapis/java-bigquerystorage/issues/2317)) ([f68064f](https://togithub.com/googleapis/java-bigquerystorage/commit/f68064f2991768656fdefdce7e089313ee0f1e7e))
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    30d5eaa View commit details
    Browse the repository at this point in the history
Loading