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.8.4
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.9.0
Choose a head ref
  • 11 commits
  • 26 files changed
  • 6 contributors

Commits on Feb 4, 2022

  1. chore(main): release 2.8.5-SNAPSHOT (#1510)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    1d8a2e2 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.8.4 (#1512)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-bigquerystorage to v2.8.4
    
    * 🦉 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>
    renovate-bot and gcf-owl-bot[bot] authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    ba8b26e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. build(deps): update dependency org.apache.maven.plugins:maven-project…

    …-info-reports-plugin to v3.2.1 (#1513)
    renovate-bot authored Feb 5, 2022
    Configuration menu
    Copy the full SHA
    4c532b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. fix: add a DATE type e2e test (#1511)

    * fix:Add a DATE type test
    
    * fix:Add a DATE type test
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 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>
    yirutang and gcf-owl-bot[bot] authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    5eaf38e View commit details
    Browse the repository at this point in the history
  2. feat: add a indicator of how much time a request is waiting for infli…

    …ght limit (#1514)
    
    
    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-bigquerystorage/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> ☕️
    yirutang authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    54874be View commit details
    Browse the repository at this point in the history
  3. chore: enable auto release in java (#1349) (#1518)

    * chore: fix auto-release
    
    * chore: remove codecov.yml
    
    * chore: update license headers for yaml files
    Source-Link: googleapis/synthtool@5b77727
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:ebc2104854c5b81c6fd72ca79400a2e20e0d510c5e0654fd1a19e5c9be160ca6
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    dc7292c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

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

    …3.0 (#1523)
    
    * chore(deps): update dependency com.google.cloud:libraries-bom to v24.3.0
    
    * 🦉 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>
    renovate-bot and gcf-owl-bot[bot] authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    a5b80ff View commit details
    Browse the repository at this point in the history
  3. docs(tutorials): Add IT to JsonWriteDefaultStream tutorial (#1522)

    Includes two small code fixes:
    
    - Change a field name in the schema.
    - Detect schema updates while streaming.
    VeronicaWasson authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    9fd7aca View commit details
    Browse the repository at this point in the history
  4. feat: temp workaround for omg/48020 (#1521)

    This should only be used by customer who is affected by omg/48020 (connection stuck after 10MB) using JsonWriter directly, before fix finished rolling out on Friday 2/11. It can be enabled by calling JsonWriter.setReconnectOnStuck(true). 
    
    The write performance will be impacted by this change, but it can work around the stuckness.
    yirutang authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    ff28f65 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 2.9.0 (#1517)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.9.0](v2.8.4...v2.9.0) (2022-02-08)
    
    
    ### Features
    
    * add a indicator of how much time a request is waiting for inflight limit ([#1514](#1514)) ([54874be](54874be))
    * temp workaround for omg/48020 ([#1521](#1521)) ([ff28f65](ff28f65))
    
    
    ### Bug Fixes
    
    * add a DATE type e2e test ([#1511](#1511)) ([5eaf38e](5eaf38e))
    
    
    ### Documentation
    
    * **tutorials:** Add IT to JsonWriteDefaultStream tutorial ([#1522](#1522)) ([9fd7aca](9fd7aca))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    bea434f View commit details
    Browse the repository at this point in the history
Loading