Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
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: v2.59.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: v2.60.0
Choose a head ref
  • 9 commits
  • 30 files changed
  • 6 contributors

Commits on Feb 19, 2026

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

Commits on Feb 20, 2026

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

Commits on Feb 21, 2026

  1. feat(jdbc): add retry mechanism for storage api (#4100)

    * feat(jdbc): add retry mechanism for Arrow result streams
    
    * chore: fix logging and address gemini review comments
    
    * chore: remove extra log
    
    * fix: retry for specific exceptions
    
    * chore: address gemini feedback
    
    * chore: address pr review feedback
    
    * refactor: retry connection for arrow and json
    
    * chore: add fix for silent truncation
    
    * chore: remove redundant exception thrown
    
    * chore: change log levels
    
    * chore: remove retry from json api
    
    * fix: add exceptions throwing to not swallow errors
    
    * chore: refactor try-catch blocks by using `Uninterruptibles`
    keshavdandeva authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    776caa1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. chore: replace old partner teams with new ones (Wave 2) (#4113)

    * chore: replace old partner teams with new ones (Wave 2)
    
    b/478003109
    suztomo authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    e1d22aa View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.59.1-SNAPSHOT (#4104)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    895f7ef View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. feat(jdbc): enforce strict JDBC URL parsing and sync DataSource pro…

    …perties (#4107)
    
    * feat(jdbc): enforce strict JDBC URL parsing and validation
    
    * feat(jdbc): sync DataSource properties with BigQueryConnection
    
    * test: update tests for strict parsing
    
    * chore: fix failing tests
    
    * chore: throw original `BigQueryJdbcRuntimeException`
    
    * chore: add url encoding to appendProperties to prevent injection vulnerabilites
    
    * chore: refactor `parseAndRemovePartnerTokenProperty()`
    
    * fix: use "ProjectId" instead of "Project_Id" in tests
    
    * chore: add error message sanitization
    
    * chore: address pr feedback
    
    * fix: regex for partnerToken
    
    * chore: use `Joiner` and copy of map when setting properties
    keshavdandeva authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    0b0c1ce View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

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

    …storage-bom to v3.22.0 (#4117)
    
    Co-authored-by: Lawrence Qiu <lawrenceqiu@google.com>
    renovate-bot and lqiu96 authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    182b4c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. chore(main): release 2.60.0 (#4115)

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