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-bigtable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.70.1
Choose a base ref
...
head repository: googleapis/java-bigtable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.71.0
Choose a head ref
  • 12 commits
  • 447 files changed
  • 8 contributors

Commits on Dec 12, 2025

  1. fix(bigtable): add handling for gauge metrics (#2719)

    * fix(bigtable): add handling for gauge metrics
    
    * add it
    
    * chore: generate libraries at Tue Nov 25 20:15:38 UTC 2025
    
    ---------
    
    Co-authored-by: cloud-java-bot <[email protected]>
    sushanb and cloud-java-bot authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    87aa4d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. chore(main): release 2.70.2-SNAPSHOT (#2736)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    9ce46b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62ffd1b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. test: Add missing test table cleanup for MaterializedViewIT (#2721)

    Change-Id: I1281568894ac2d04f0aafe0aa7f4efa7570ae58a
    
    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://togithub.com/googleapis/java-bigtable/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)
    - [ ] Rollback plan is reviewed and LGTMed
    - [ ] All new data plane features have a completed end to end testing plan
    
    Fixes #<issue_number_goes_here> ☕️
    
    If you write sample code, please follow the [samples format](
    https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
    trollyxia authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    6b66289 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. tests: Migrate usage of GeneratedMessageV3 to Message (#2745)

    * tests: Migrate usage of GeneratedMessageV3 to Message
    
    * chore: generate libraries at Mon Dec 22 22:29:53 UTC 2025
    
    ---------
    
    Co-authored-by: cloud-java-bot <[email protected]>
    blakeli0 and cloud-java-bot authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    b3cadab View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. fix: create stub with BigtableClientContext so otels are closed (#2747)

    * fix: create stub with BigtableClientContext so otels are closed
    
    * address comment
    mutianf authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    3d0a6d9 View commit details
    Browse the repository at this point in the history
  2. test: Reduce ExecuteQueryIT flakiness with a retry loop (#2748)

    Change-Id: I4171e5b11d2278a8b3dc19d2dec3f03d784759ce
    trollyxia authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    be9bba9 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2026

  1. fix: use the same background executor in otel reader and monitoring c… (

    #2746)
    
    * fix: use the same background executor in otel reader and monitoring client
    
    * add public api doc
    
    * fix tests
    
    * close background executor
    
    * fix test
    
    * address comments
    
    * fix
    mutianf authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    3a58f9b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

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

Commits on Jan 15, 2026

  1. Configuration menu
    Copy the full SHA
    be54ef6 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.71.0 (#2737)

    * chore(main): release 2.71.0
    
    * chore: generate libraries at Thu Jan 15 16:06:19 UTC 2026
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: cloud-java-bot <[email protected]>
    release-please[bot] and cloud-java-bot authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    f775b2a View commit details
    Browse the repository at this point in the history
Loading