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-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.133.0
Choose a base ref
...
head repository: googleapis/java-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.133.1
Choose a head ref
  • 7 commits
  • 12 files changed
  • 4 contributors

Commits on Jun 8, 2021

  1. chore: release 1.133.1-SNAPSHOT (#1365)

    🤖 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 Jun 8, 2021
    Configuration menu
    Copy the full SHA
    f7eb319 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac8e898 View commit details
    Browse the repository at this point in the history
  3. chore: regenerate README (#1367)

    This PR was generated using Autosynth. 🌈
    
    
    <details><summary>Log from Synthtool</summary>
    
    ```
    2021-06-08 19:35:39,135 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquery/.github/readme/synth.py.
    On branch autosynth-readme
    nothing to commit, working tree clean
    2021-06-08 19:35:40,678 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.
    
    ```
    </details>
    
    Full log will be available here:
    https://source.cloud.google.com/results/invocations/5d253c17-a368-49f7-90c2-51ab60246653/targets
    
    - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
    yoshi-automation authored Jun 8, 2021
    Configuration menu
    Copy the full SHA
    16580cb View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    dab6e48 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. fix: handle specific exceptions (#1370)

    * Extending BaseService to create BIGQUERY_EXCEPTION_HANDLER with retry
    
    * Replacing EXCEPTION_HANDLER with BIGQUERY_EXCEPTION_HANDLER with retry logic
    
    * Adding retryOn java.net.UnknownHostException
    
    * Adding License Information
    
    * Reverting to EXCEPTION_HANDLER for create method, using BigQueryBaseService.BIGQUERY_EXCEPTION_HANDLER for listDataset
    
    * Using BigQueryBaseService.BIGQUERY_EXCEPTION_HANDLER for query method
    
    * Reverting back to EXCEPTION_HANDLER for create method
    
    * Updating to "Copyright 2021"
    
    * Fixed formatting
    
    * Fixed formatting
    prash-mi authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    68808e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    d064b7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8da5ba9 View commit details
    Browse the repository at this point in the history
Loading