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.72.0
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.73.0
Choose a head ref
  • 7 commits
  • 34 files changed
  • 6 contributors

Commits on Feb 3, 2026

  1. chore: clean fallback for skipping trailers (#2770)

    * chore: clean fallback for skipping trailers
    
    This feature is no longer experimental
    
    Change-Id: I0685f78dae580111f52edf6783ba2a118768ca29
    
    * chore: generate libraries at Mon Feb  2 23:09:09 UTC 2026
    
    ---------
    
    Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
    igorbernstein2 and cloud-java-bot authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    871e6a3 View commit details
    Browse the repository at this point in the history
  2. test: deflake stub test (#2769)

    Now the server tags the server contexts by method, which should prevent the priming context from leaking
    
    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).
    igorbernstein2 authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    ca85655 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. chore: remove api-bigtable-partners (#2772)

    * chore: remove api-bigtable-partners
    
    b/481375128
    suztomo authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    49fe769 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. feat: Add methods to wait for consistency with a token (#2762)

    * feat: Add methods to wait for consistency with a token
    
    This change adds support for checking consistency using a provided token, enabling distributed workflows. It also adds convenience methods to BigtableTableAdminClient for generating and waiting for a token automatically.
    
    This addresses the Consistency Tokens CUJ.
    
    Tracking Bug: b/475820272
    
    * chore: generate libraries at Mon Jan 26 21:09:41 UTC 2026
    
    * fix: address comments
    
    * fix: address feedback
    
    ---------
    
    Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
    jinseopkim0 and cloud-java-bot authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    b4a90b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33a6d8a View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.72.1-SNAPSHOT (#2767)

    * chore(main): release 2.72.1-SNAPSHOT
    
    * chore: generate libraries at Fri Feb  6 20:22:42 UTC 2026
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
    release-please[bot] and cloud-java-bot authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    e0b2d6c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. chore(main): release 2.73.0 (#2774)

    * chore(main): release 2.73.0
    
    * chore: generate libraries at Fri Feb  6 22:02:43 UTC 2026
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
    release-please[bot] and cloud-java-bot authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    d36e897 View commit details
    Browse the repository at this point in the history
Loading