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.55.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.56.0
Choose a head ref
  • 11 commits
  • 50 files changed
  • 8 contributors

Commits on Mar 12, 2025

  1. chore(main): release 2.55.1-SNAPSHOT (#2514)

    🤖 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 12, 2025
    Copy the full SHA
    9440b6f View commit details

Commits on Mar 13, 2025

  1. deps: sdk-platform-java-config 3.45.1 (#2517)

    RenovateBot didn't create a pull request somehow.
    suztomo authored Mar 13, 2025
    Copy the full SHA
    b2af258 View commit details
  2. test: try to deflake BuiltinMetricsTracerTest (#2516)

    Change-Id: Iad86b73ed68d026097a7cbbb65b3e968b9323203
    
    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 13, 2025
    Copy the full SHA
    966f46d View commit details
  3. feat(bigtable): Add support for Materialized Views in Admin API (#2511)

    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 Mar 13, 2025
    Copy the full SHA
    55cd719 View commit details
  4. feat(bigtable): Add support for Logical Views in Admin API (#2519)

    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 Mar 13, 2025
    Copy the full SHA
    6dac3fd View commit details
  5. chore: use 2 different exporter instances for internal and external m…

    …etrics (#2515)
    
    * chore: use 2 different exporter instances for internal and external metrics
    
    This is necessary to unblock upcoming changes that will track additional metrics and a new unified BigtableClient monitored resource.
    
    Change-Id: I3a051f1faccaba1fc17e4151d1ed85ff8e5952f6
    
    * skip export if the application resource is unsupported
    
    Change-Id: I3f3765ed816922ecf30f28ce66c2271158d9f6bf
    
    * tweaks
    
    Change-Id: Ia3f7698fb9e17c015e6d99e8599d31dd93b5efe5
    
    * ensure that exporters use the same task id
    
    Change-Id: I9e4cda1ade196cc4f22191f6284e0ec85642b482
    
    * chore: generate libraries at Thu Mar 13 02:31:04 UTC 2025
    
    * tweaks
    
    Change-Id: I145e75f3e7628decd844e61c36936cabbac7f3eb
    
    * clean up tests
    
    Change-Id: I16d2fb78e10e0a6b8ce8f89617269ed42e0a3c9f
    
    * fix clirr
    
    Change-Id: Ie971e3a06da180639d9d36d4941bbb1fd6bcebf8
    
    * fix clirr
    
    Change-Id: I23352ecfaf13a95fa2cfed165b0dba8ec4c47cfc
    
    * address fedback
    
    Change-Id: I07a36299cb0004dae4601a8fbb8d37ee93486b8f
    
    * deflake unrelated test again
    
    Change-Id: I9fa2b8fa840eae9bf434e72510f04a77b2166c74
    
    * try to deflake test
    
    Change-Id: I98ad5c58e33f35f6165db39963467b17cf7d8745
    
    ---------
    
    Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
    igorbernstein2 and cloud-java-bot authored Mar 13, 2025
    Copy the full SHA
    34f0a58 View commit details

Commits on Mar 14, 2025

  1. Copy the full SHA
    19378d2 View commit details

Commits on Mar 16, 2025

  1. Copy the full SHA
    f968429 View commit details

Commits on Mar 17, 2025

  1. Copy the full SHA
    b453f28 View commit details

Commits on Mar 18, 2025

  1. chore: Update generation configuration at Mon Mar 17 19:47:33 UTC 2025 (

    #2527)
    
    * chore: Update generation configuration at Mon Mar 17 19:47:33 UTC 2025
    
    * chore: generate libraries at Mon Mar 17 19:48:10 UTC 2025
    cloud-java-bot authored Mar 18, 2025
    Copy the full SHA
    7992af0 View commit details
  2. Copy the full SHA
    4fcfaf9 View commit details
Loading