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.19.1
Choose a base ref
...
head repository: googleapis/java-bigtable
compare: v2.19.2
Choose a head ref
  • 5 commits
  • 36 files changed
  • 4 contributors

Commits on Feb 16, 2023

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

    … to v2.19.1 (#1635)
    
    [![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.19.0` -> `2.19.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/2.19.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/2.19.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/2.19.1/compatibility-slim/2.19.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/2.19.1/confidence-slim/2.19.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-bigtable</summary>
    
    ### [`v2.19.1`](https://togithub.com/googleapis/java-bigtable/blob/HEAD/CHANGELOG.md#&#8203;2191-httpsgithubcomgoogleapisjava-bigtablecomparev2190v2191-2023-02-16)
    
    [Compare Source](https://togithub.com/googleapis/java-bigtable/compare/v2.19.0...v2.19.1)
    
    ##### Bug Fixes
    
    -   Change the return type of Heartbeat::getEstimatedLowWatermark to long ([#&#8203;1631](https://togithub.com/googleapis/java-bigtable/issues/1631)) ([a101494](https://togithub.com/googleapis/java-bigtable/commit/a101494909226114fd951c94348878bf38453793))
    -   Fix connectivity error count calculation ([#&#8203;1632](https://togithub.com/googleapis/java-bigtable/issues/1632)) ([0803785](https://togithub.com/googleapis/java-bigtable/commit/0803785694874001a6ffbfe3245e84a23cb905ae))
    -   **test:** Fix flaky test ([#&#8203;1633](https://togithub.com/googleapis/java-bigtable/issues/1633)) ([fc29cd3](https://togithub.com/googleapis/java-bigtable/commit/fc29cd35101fd6a6262aea8648bc06bd20ce3d10))
    
    ##### Dependencies
    
    -   Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.20 ([#&#8203;1626](https://togithub.com/googleapis/java-bigtable/issues/1626)) ([0865023](https://togithub.com/googleapis/java-bigtable/commit/08650238a806367c94072b51029010272c966148))
    -   Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.20 ([#&#8203;1627](https://togithub.com/googleapis/java-bigtable/issues/1627)) ([782e81f](https://togithub.com/googleapis/java-bigtable/commit/782e81f6e64c1d8015fddf2219d590c77217584d))
    
    </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://app.renovatebot.com/dashboard#github/googleapis/java-bigtable).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEyNS4xIn0=-->
    renovate-bot committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5a43283 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.19.2-SNAPSHOT (#1634)

    🤖 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 Feb 16, 2023
    Configuration menu
    Copy the full SHA
    612854f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. fix: Change types for Cloud Bigtable Changestream methods (#1639)

    Use org.threeten.bp.Instant for below fields:
    - startTime
    - endTime
    - commitTimestamp
    - estimatedLowWatermark
    
    Use bigtable.common.Status for CloseStream::getStatus()
    
    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).
    tengzhonger committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    908d70f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. deps: update shared deps to 3.3.0 and monitoring to 3.12.0 (#1643)

    This is a temporary manual update of dependencies until https://togithub.com/googleapis/java-bigtable/pull/1640 is merged
    kolea2 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    1a54fbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6abddc6 View commit details
    Browse the repository at this point in the history