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.57.3
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.58.0
Choose a head ref
  • 11 commits
  • 425 files changed
  • 7 contributors

Commits on Apr 1, 2025

  1. chore(main): release 2.57.4-SNAPSHOT (#2554)

    🤖 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 Apr 1, 2025
    Configuration menu
    Copy the full SHA
    3ebe9b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. test: add config for Directpath integration tests (#2555)

    Change-Id: I575393456593975c1f6d21ed5abed7d0b25bccdb
    
    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 3, 2025
    Configuration menu
    Copy the full SHA
    1a2c3f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2025

  1. test: fix directpath tests (#2556)

    Change-Id: Ie1d14cc80ef26b4f35f6005d5d213d4cf436d950
    
    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 5, 2025
    Configuration menu
    Copy the full SHA
    a46793a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. chore: Update generation configuration at Thu Apr 24 15:08:03 UTC 2025 (

    #2563)
    
    * chore: Update generation configuration at Thu Apr 24 15:08:03 UTC 2025
    
    * chore: generate libraries at Thu Apr 24 15:08:33 UTC 2025
    
    * chore: remove old kokoro jobs
    
    ---------
    
    Co-authored-by: Diego Marquez <diegomarquezp@google.com>
    cloud-java-bot and diegomarquezp authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    43c97a3 View commit details
    Browse the repository at this point in the history
  2. chore: mark opencensus as deprecated (#2533)

    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).
    andre-sampaio authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    832e8dc View commit details
    Browse the repository at this point in the history
  3. feat(bigtable): Add integration tests for Materialized/Logical Views (#…

    …2518)
    
    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:
    - [x] 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
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    - [x] Rollback plan is reviewed and LGTMed
    - [x] 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).
    ron-gal authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    4d3a7e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. test(bigtable): disable tests (#2569)

    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:
    - [x] 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
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    - [x] Rollback plan is reviewed and LGTMed
    - [x] 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).
    ron-gal authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    acb51a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. chore: Update generation configuration at Sun Apr 27 02:31:40 UTC 2025 (

    #2566)
    
    * chore: Update generation configuration at Fri Apr 25 02:30:47 UTC 2025
    
    * chore: generate libraries at Fri Apr 25 02:31:18 UTC 2025
    
    * chore: Update generation configuration at Sat Apr 26 02:28:49 UTC 2025
    
    * chore: Update generation configuration at Sun Apr 27 02:31:40 UTC 2025
    cloud-java-bot authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    720be6c View commit details
    Browse the repository at this point in the history
  2. fix: use universe domain when creating the monitoring client (#2570)

    * fix: use universe domain when creating the monitoring client
    
    * fix Util
    mutianf authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    3b51e12 View commit details
    Browse the repository at this point in the history
  3. fix: fix retry info algorithm setting (#2562)

    Fix a bug in RetryInfo retry algorithm. 
    
    In the following scenario: error retry delay = 1, error retry delay = 2, error with no retry delay. Currently the client did not set retry delay duration which is default to 0 for the first attempt. This will cause all the subsequent attempts from the same error to not have any retry delay if the retry delay is not present.
    
    The fix sets retry delay duration to be the retry delay from the last attempt. We'll decide if we want to change this behavior later.
    
    Conformance test currently assumes that the client will reset the retry delay. So also disabling the conformance test for now.
    mutianf authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    c424ccb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0af7d03 View commit details
    Browse the repository at this point in the history
Loading