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.77.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.77.1
Choose a head ref
  • 5 commits
  • 20 files changed
  • 4 contributors

Commits on Apr 10, 2026

  1. chore(main): release 2.77.1-SNAPSHOT (#2874)

    * chore(main): release 2.77.1-SNAPSHOT
    
    * fix: prevent regeneration of Version.java
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Diego Marquez <diegomarquezp@google.com>
    release-please[bot] and diegomarquezp authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    7a97d94 View commit details
    Browse the repository at this point in the history
  2. fix: bump reported admin versions (#2876)

    Last release had a bug in the release automation that caused admin Version.java files to report 0.0.0-SNAPSHOT. This was fixed  in the SNAPSHOT commit. This commit is only meant to trigger release-please.
    
    Change-Id: Ib1d9e4ac8409f9ea8132d4e9934a835984a64ead
    
    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 Apr 10, 2026
    Configuration menu
    Copy the full SHA
    cb56060 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. fix: fix translate exception in compat layer (#2879)

    Change-Id: I23d2c4103d4459f4d5cdceab22cae8d5ba5cd64d
    mutianf authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    2742460 View commit details
    Browse the repository at this point in the history
  2. test: add support for channel configurators to session client (#2880)

    Change-Id: Iff9040f0ed03754f2424ffafb143752f69e0d8a6
    
    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 Apr 13, 2026
    Configuration menu
    Copy the full SHA
    5c4a2c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

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