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
base: v2.27.1
Choose a base ref
...
head repository: googleapis/java-bigtable
compare: v2.27.2
Choose a head ref
  • 14 commits
  • 33 files changed
  • 4 contributors

Commits on Sep 12, 2023

  1. chore(main): release 2.27.2-SNAPSHOT (#1909)

    🤖 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] committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e7c8af4 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:google-cloud-bigtable…

    … to v2.27.1 (#1910)
    
    [![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.cloud:google-cloud-bigtable](https://togithub.com/googleapis/java-bigtable) | `2.27.0` -> `2.27.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-bigtable/2.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:google-cloud-bigtable/2.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:google-cloud-bigtable/2.27.0/2.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:google-cloud-bigtable/2.27.0/2.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-bigtable (com.google.cloud:google-cloud-bigtable)</summary>
    
    ### [`v2.27.1`](https://togithub.com/googleapis/java-bigtable/blob/HEAD/CHANGELOG.md#2271-2023-09-12)
    
    [Compare Source](https://togithub.com/googleapis/java-bigtable/compare/v2.27.0...v2.27.1)
    
    ##### Bug Fixes
    
    -   Aggregate batching throttling latency per attempt and reset it between ([#&#8203;1905](https://togithub.com/googleapis/java-bigtable/issues/1905)) ([e6cc5f6](https://togithub.com/googleapis/java-bigtable/commit/e6cc5f615630d15b717df1056ceed98f21f2297b))
    -   Make sure to propagate the response when throttling is enabled ([#&#8203;1908](https://togithub.com/googleapis/java-bigtable/issues/1908)) ([f743187](https://togithub.com/googleapis/java-bigtable/commit/f7431871ba4ea64351fc5710089f8308e91d7978))
    
    ##### Dependencies
    
    -   Update the Java code generator (gapic-generator-java) to 2.25.0 ([#&#8203;1902](https://togithub.com/googleapis/java-bigtable/issues/1902)) ([f4fe6a0](https://togithub.com/googleapis/java-bigtable/commit/f4fe6a054194f68da1d7a548dec7a1cec68c1a2c))
    
    </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 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:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    renovate-bot committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    6208c90 View commit details
    Browse the repository at this point in the history
  3. fix: check that all bulk mutation entries are accounted for (#1907)

    Add a fail safe that marks missing entries in a response as permanent errors. Previously the client assumed that all entries were present and only looked for errors
    
    Change-Id: Ie3f294fd6bb19ec17662b58bfe9c75a3eed81097
    
    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)
    
    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 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9ad8a00 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    96f2690 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d446856 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfc4231 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    957abbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0560e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ea16f2 View commit details
    Browse the repository at this point in the history
  7. fix: add feature flag for improved mutate rows throttling (#1912)

    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 565090488
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/e8a136feaca2547dd5566ef79841d28f76a80eb5
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/9a8dcca0fb2117628a1a6a6c3625a6aa32fc2f75
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWE4ZGNjYTBmYjIxMTc2MjhhMWE2YTZjMzYyNWE2YWEzMmZjMmY3NSJ9
    gcf-owl-bot[bot] committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c5c3211 View commit details
    Browse the repository at this point in the history
  8. chore: migrate to gapic-libraries-bom (#1914)

    Change-Id: I14ac3a23adb0d137d72ac620884c00aee7095f70
    
    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)
    
    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 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8843813 View commit details
    Browse the repository at this point in the history
  9. fix: set wait timeout on watchdog (#1913)

    And add wait timeout on CDC settings.
    
    Copy of https://togithub.com/googleapis/java-bigtable/pull/1898 with lower cdc timeouts
    igorbernstein2 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f8ba6fe View commit details
    Browse the repository at this point in the history
  10. chore: migrate to improved batch throttling feature flag (#1915)

    Change-Id: Ia6d01f61361d48915708e168d5dbed26faa9e7e7
    
    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)
    
    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 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0a67c19 View commit details
    Browse the repository at this point in the history
  11. chore(main): release 2.27.2 (#1911)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.27.2](https://togithub.com/googleapis/java-bigtable/compare/v2.27.1...v2.27.2) (2023-09-13)
    
    
    ### Bug Fixes
    
    * Check that all bulk mutation entries are accounted for ([#1907](https://togithub.com/googleapis/java-bigtable/issues/1907)) ([9ad8a00](https://togithub.com/googleapis/java-bigtable/commit/9ad8a00ec4f10a75952fa566a7effc980936dee1))
    * Set wait timeout on watchdog ([#1913](https://togithub.com/googleapis/java-bigtable/issues/1913)) ([f8ba6fe](https://togithub.com/googleapis/java-bigtable/commit/f8ba6fe554dd02bb99fb03859cc5c8b04561b0c3))
    
    
    ### Dependencies
    
    * Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.26 ([#1896](https://togithub.com/googleapis/java-bigtable/issues/1896)) ([dfc4231](https://togithub.com/googleapis/java-bigtable/commit/dfc4231af9b74a4d5db3beaf26dd611a27cc6a67))
    * Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.26 ([#1897](https://togithub.com/googleapis/java-bigtable/issues/1897)) ([d446856](https://togithub.com/googleapis/java-bigtable/commit/d4468560db62f2102c404b3907cd5ae76d1e08b6))
    * Update shared dependencies ([#1901](https://togithub.com/googleapis/java-bigtable/issues/1901)) ([96f2690](https://togithub.com/googleapis/java-bigtable/commit/96f2690e219714e497208e8be5e46b7f38340625))
    
    ---
    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] committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ef628a4 View commit details
    Browse the repository at this point in the history