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.75.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.75.1
Choose a head ref
  • 3 commits
  • 17 files changed
  • 3 contributors

Commits on Mar 24, 2026

  1. chore(main): release 2.75.1-SNAPSHOT (#2852)

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

Commits on Mar 26, 2026

  1. fix: ensure that EnvInfo stays constant between metric exports (#2853)

    The previous metrics refactor accidentally recomputed the uuid for metrics labels for each export, causing each export to create a new stream
    
    Change-Id: I14e7cfb691750c4017b65e09c58bf8b729e625c3
    
    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 Mar 26, 2026
    Configuration menu
    Copy the full SHA
    cfc616d View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.75.1 (#2854)

    * chore(main): release 2.75.1
    
    * chore: generate libraries at Thu Mar 26 19:05:23 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 Mar 26, 2026
    Configuration menu
    Copy the full SHA
    181480a View commit details
    Browse the repository at this point in the history
Loading