Comparing v2.60.0...v2.61.0 · googleapis/java-bigtable · GitHub | Latest TMZ Celebrity News & Gossip | Watch TMZ Live
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.60.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.61.0
Choose a head ref
  • 12 commits
  • 28 files changed
  • 8 contributors

Commits on Jun 9, 2025

  1. chore(main): release 2.60.1-SNAPSHOT (#2596)

    🤖 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 Jun 9, 2025
    Configuration menu
    Copy the full SHA
    6be14fa View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. feat: add getter for universe domain in JwtCredentialsWithAudience (#…

    …2598)
    
    * feat: add getter for universe domain in JwtCredentialsWithAudience
    mpeddada1 authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    9ad66b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Configuration menu
    Copy the full SHA
    108125b View commit details
    Browse the repository at this point in the history
  2. chore: integrate channel pool fixes (#2599)

    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/2601) 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)
    - [ ] Rollback plan is reviewed and LGTMed
    - [ ] All new data plane features have a completed end to end testing plan
    
    Fixes #2601 ☕️
    
    If you write sample code, please follow the [samples format](
    https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
    nicholsl authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    a3bb43d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

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

Commits on Jun 18, 2025

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

Commits on Jun 20, 2025

  1. tests(bigtable): fix mv tests zone (#2609)

    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).
    ron-gal authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    9096e70 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. ci: allow nonexistent profile in google-cloud-bigtable (#2611)

    Our new release job script specifies profiles that might not exist in all Java projects in our release pipeline. The requireProfileIdsExist enforcer rule fails in that case.
    
    ```
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (enforce-valid-profile) on project google-cloud-bigtable: 
    [ERROR] Rule 0: org.apache.maven.enforcer.rules.RequireProfileIdsExist failed with message:
    [ERROR] The requested profile doesn't exist: release-staging-repository
    ```
    
    Therefore, let's disable the requireProfileIdsExist rule during the release. This change created a profile that does that:
    
    ```
        <profile>
          <id>enable-enforcer-rules</id>
          <activation>
            <property>
              <!-- By default, Maven runs the enforcer rules. The shared release script
                may pass profile name that doesn't exist in this project. Let's ignore
                the enforcer rule (requireProfileIdsExist) in that case, leveraging
                the presence of the performRelease property. -->
              <name>!performRelease</name>
            </property>
    ...
    ```
    suztomo authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    3424cb5 View commit details
    Browse the repository at this point in the history
  2. ci: add name elements for the POM.xml files (#2612)

    This should resolve the dry-run error:
    
    ```
    {
      "pkg:maven/com.google.cloud/google-cloud-bigtable-emulator-core@0.198.0": [
        "Project name is missing"
      ],
      "pkg:maven/com.google.cloud/google-cloud-bigtable-deps-bom@2.61.0": [
        "Project name is missing"
      ]
    }
    ```
    
    b/427182301
    suztomo authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    a873719 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

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

Commits on Jun 27, 2025

  1. Configuration menu
    Copy the full SHA
    4cc7246 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.61.0 (#2600)

    * chore(main): release 2.61.0
    
    * chore: generate libraries at Fri Jun 27 15:32:48 UTC 2025
    
    ---------
    
    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 Jun 27, 2025
    Configuration menu
    Copy the full SHA
    56d4c25 View commit details
    Browse the repository at this point in the history
Loading

TMZ Celebrity News – Breaking Stories, Videos & Gossip

Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.

Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.

🎥 Watch TMZ Live

TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.