Skip to content
This repository was archived by the owner on May 8, 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-bigtable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.75.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.76.0
Choose a head ref
  • 9 commits
  • 58 files changed
  • 8 contributors

Commits on Mar 27, 2026

  1. chore(main): release 2.75.2-SNAPSHOT (#2855)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    1e00ef2 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. feat(bigtable): classic direct access checker and it's implementation (

    …#2840)
    
    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).
    sushanb authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    c2ccda1 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. fix: logic to suppress failed metric export during client shutdown (#…

    …2858)
    
    Otel will try to do a final export when its shutting down, however that request can be rejected by the monitoring api due to rate limits. So previously we added an option to suppress the scary log warning. Unfortunately it had a logic bug that prevented it from working. This fixes it
    
    Change-Id: Id62af7fadc8beea41f5bfd011f7bc7c0899198ab
    
    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 1, 2026
    Configuration menu
    Copy the full SHA
    ae0f0ef View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. chore: remove test main class (#2859)

    Change-Id: Iac91ed94cbd7c7ce7ca9a1f6f65759d57bd97078
    
    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).
    mutianf authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    787e513 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. Configuration menu
    Copy the full SHA
    3926275 View commit details
    Browse the repository at this point in the history
  2. chore: Update generation configuration at Tue Apr 7 03:10:38 UTC 2026 (

    …#2845)
    
    This pull request is generated with proto changes between [googleapis/googleapis@6f8a554](https://togithub.com/googleapis/googleapis/commit/6f8a554039638f4a9ca78d5f0c964281a16f4166) (exclusive) and [googleapis/googleapis@cd09084](https://togithub.com/googleapis/googleapis/commit/cd090841ab172574e740c214c99df00aef9c0dee) (inclusive).
    
    BEGIN_COMMIT_OVERRIDE
    BEGIN_NESTED_COMMIT
    fix(deps): update the Java code generator (gapic-generator-java) to 2.68.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    chore: update the libraries_bom version to 26.79.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    feat: add locations field to AutomatedBackupPolicy
    docs: A comment for field `retention_period` in message `.google.bigtable.admin.v2.Table` is changed
    docs: A comment for field `frequency` in message `.google.bigtable.admin.v2.Table` is changed
    
    PiperOrigin-RevId: 888234464
    
    Source Link: [googleapis/googleapis@5993bc6](https://togithub.com/googleapis/googleapis/commit/5993bc685e72fbda796378c146533f7ef6e95d8a)
    END_NESTED_COMMIT
    END_COMMIT_OVERRIDE
    cloud-java-bot authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    9345b35 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. feat(bigtable): enable direct access by default (#2857)

    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).
    sushanb authored Apr 8, 2026
    Configuration menu
    Copy the full SHA
    bffd892 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2026

  1. deps: manually update dependency com.google.cloud:sdk-platform-java-c…

    …onfig to v3.59.0 (#2865)
    
    * deps: update dependency com.google.cloud:sdk-platform-java-config to v3.59.0
    
    * deps: temporarily workaroundversion mismatch be grpc-otel and shared deps
    
    Change-Id: Ib63198c66ab5139c8fbe7c6d95f07b3d49801860
    
    * rollback graal images for testing, new tags have not been created
    
    Change-Id: Ie0757e3ba155649cba929232ad48434ddc16993d
    
    * revert unmanaged dep check to prev version as a new one hasnt been tagged
    
    Change-Id: I48ed0516445c15e5da1c01ac221fe5f983644235
    
    ---------
    
    Co-authored-by: Mend Renovate <bot@renovateapp.com>
    igorbernstein2 and renovate-bot authored Apr 9, 2026
    Configuration menu
    Copy the full SHA
    21c1833 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.76.0 (#2856)

    * chore(main): release 2.76.0
    
    * chore: generate libraries at Thu Apr  9 02:27:04 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 Apr 9, 2026
    Configuration menu
    Copy the full SHA
    9fcae33 View commit details
    Browse the repository at this point in the history
Loading