KEMBAR78
Comparing v2.39.5...v2.40.0 · googleapis/java-bigtable · GitHub
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.39.5
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.40.0
Choose a head ref
  • 15 commits
  • 319 files changed
  • 7 contributors

Commits on Jun 10, 2024

  1. fix: Add getServiceName() to EnhancedBigTableStubSettings (#2256)

    Adds a duplicate `getServiceName()` implementation to EnhancedBigTableStubSettings. This is similar to https://togithub.com/googleapis/java-bigtable/blob/de639bc7869dc5a25029367b8fc470fcd089667d/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/BigtableStubSettings.java#L171-L174, but is re-implemented as EnhancedBigTableStubSettings does not implement BigtableStubSettings
    lqiu96 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    da703db View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. test: deflake metrics unit tests (#2253)

    * test: deflake metrics unit tests
    
    Change-Id: I65774cd89908b986600bba8feff609090aa74dc3
    
    * fixed off by one error & re-added checks for name collisions
    
    Change-Id: Ib971f7ac7c117fde274b66ea8b2845cfbdd62b0f
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * remove unnecessary variables
    
    Change-Id: If60e63dfd13edc85750de36f9f547d7ffc5abce8
    
    * better diagnostic message
    
    Change-Id: I796e1234e7cebd3408e227b9e876a19ddb3a6b6a
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    igorbernstein2 and gcf-owl-bot[bot] authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e62c969 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. test: reduce test noise (#2257)

    * test: reduce noise by properly closing stubs
    
    Change-Id: I50f954be0d6a0c5b4db6377e3403c81f3b14a167
    
    * test: fix some of the noise during builds and test runs
    
    - make sure to close stubs to avoid grpc warnings
    - add missing plugin versions
    - fix deprecated syntax in pom.xml
    - filter out useless "Connecting to the Bigtable emulator..." log lines
    - configure logs to be on a single line
    
    Change-Id: Iacbd41c953ef0f3f726ef041dde0093d8bc2c6e6
    
    * cleanup
    
    Change-Id: I6cbd1c5d194112c7587f58337d7a810f81375ba7
    igorbernstein2 authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    eea4eb0 View commit details
    Browse the repository at this point in the history
  2. test: deflake flow control test (#2259)

    Change-Id: I222078817739f8190faefffe405bd01af9c96df9
    
    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 Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7247c32 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. chore(deps): update dependency com.google.cloud:google-cloud-bigtable…

    … to v2.39.5 (#2255)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-bigtable to v2.39.5
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9a2db83 View commit details
    Browse the repository at this point in the history
  2. test: ensure that directpath is enabled for direct path tests (#2263)

    This should unblock #2033 which disables directpath by default
    igorbernstein2 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    bc81478 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. fix: remove grpclb (#2033)

    * fix: remove grpclb
    
    * fix: remove grpclb
    
    * fix: remove grpclb
    
    * fix: remove grpclb
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Igor Bernstein <igorbernstein@google.com>
    3 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7355375 View commit details
    Browse the repository at this point in the history
  2. feat: Add String type with Utf8Raw encoding to Bigtable API (#2191)

    * feat: Add String type with Utf8Raw encoding to Bigtable API
    
    Bigtable will allow users to configure the type of a column family with string type
    
    PiperOrigin-RevId: 636631633
    
    Source-Link: googleapis/googleapis@89a8364
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/d7767007eae0fe87755b21cfe569b8779f02151c
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDc3NjcwMDdlYWUwZmU4Nzc1NWIyMWNmZTU2OWI4Nzc5ZjAyMTUxYyJ9
    
    chore: update copyright year for auto-generated protos
    
    PiperOrigin-RevId: 631538781
    
    Source-Link: googleapis/googleapis@3597f7d
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/8021fdf8d66f6005519c044d5834124b677dc919
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODAyMWZkZjhkNjZmNjAwNTUxOWMwNDRkNTgzNDEyNGI2NzdkYzkxOSJ9
    
    fix(deps): Update the Java code generator (gapic-generator-java) to 2.39.0
    
    PiperOrigin-RevId: 626430774
    
    Source-Link: googleapis/googleapis@835b84e
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/43f369d90f19d09ac18720151ab106042beb811b
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDNmMzY5ZDkwZjE5ZDA5YWMxODcyMDE1MWFiMTA2MDQyYmViODExYiJ9
    
    build: Update protobuf to 25.3 in WORKSPACE
    
    PiperOrigin-RevId: 624989428
    
    Source-Link: googleapis/googleapis@caf600a
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/cc580b8ea4c07f774093d0f8c4afedd2eae6e856
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2M1ODBiOGVhNGMwN2Y3NzQwOTNkMGY4YzRhZmVkZDJlYWU2ZTg1NiJ9
    
    feat: publish Automated Backups protos
    
    PiperOrigin-RevId: 620381983
    
    Source-Link: googleapis/googleapis@a70aa2c
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/e3fb57f9dd4a10b6c20359ec92a72e87631991b8
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTNmYjU3ZjlkZDRhMTBiNmMyMDM1OWVjOTJhNzJlODc2MzE5OTFiOCJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e7f03fc View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.39.6-SNAPSHOT (#2254)

    🤖 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 25, 2024
    Configuration menu
    Copy the full SHA
    4535a4a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. deps: update dependency org.junit.vintage:junit-vintage-engine to v5.…

    …10.3 (#2269)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.junit.vintage:junit-vintage-engine](https://junit.org/junit5/) ([source](https://togithub.com/junit-team/junit5)) | `5.10.2` -> `5.10.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.junit.vintage:junit-vintage-engine/5.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.junit.vintage:junit-vintage-engine/5.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.junit.vintage:junit-vintage-engine/5.10.2/5.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.junit.vintage:junit-vintage-engine/5.10.2/5.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-bigtable).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    renovate-bot authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    69fef96 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    61014ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fed434a View commit details
    Browse the repository at this point in the history
  3. test(deps): update dependency com.google.truth:truth to v1.4.3 (#2270)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.truth:truth](https://togithub.com/google/truth) | `1.4.2` -> `1.4.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.truth:truth/1.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.truth:truth/1.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.truth:truth/1.4.2/1.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.truth:truth/1.4.2/1.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>google/truth (com.google.truth:truth)</summary>
    
    ### [`v1.4.3`](https://togithub.com/google/truth/releases/tag/v1.4.3): 1.4.3
    
    -   Added more nullness information to our APIs (in the form of [JSpecify](https://jspecify.dev/) annotations). This could lead to additional warnings (or even errors) for users of Kotlin and other nullness checkers. Please [report any problems](https://togithub.com/google/truth/issues/new). ([`ee680cb`](https://togithub.com/google/truth/commit/ee680cbaf))
    -   Deprecated `Subject.Factory` methods for Java 8 types. We won't remove them, but you can simplify your code by migrating off them: Just replace `assertAbout(foos()).that(foo)` with `assertThat(foo)` (or `about(foos()).that(foo)` with `that(foo)`). ([`59e7a50`](https://togithub.com/google/truth/commit/59e7a5065))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-bigtable).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    renovate-bot authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    59af3db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4573220 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. chore(main): release 2.40.0 (#2267)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d7a803a View commit details
    Browse the repository at this point in the history
Loading