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.50.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.51.0
Choose a head ref
  • 7 commits
  • 71 files changed
  • 7 contributors

Commits on Dec 13, 2024

  1. feat: introduce java.time (#2415)

    This PR introduces `java.time` alternatives to existing `org.threeten.bp.*` methods, as well as switching internal variables (if any) to `java.time`
    
    The main constraint is to keep the changes backwards compatible, so for each existing threeten method "`method1(org.threeten.bp.Duration)`" we will add an alternative with a _Duration_ (or _Timestamp_ when applicable) suffix: "`method1Duration(java.time.Duration)`".
    
    For most cases, the implementation will be held in the `java.time` method and the old threeten method will just delegate the call to it. However, for the case of abstract classes, the implementation will be kept in the threeten method to avoid breaking changes (i.e. users that already overloaded the method in their user code).
    
    Note: https://cloud.google.com/bigtable/docs/reference/sql/data-types#timestamp_type implies that nanosecond precision will be ignored.
    diegomarquezp authored Dec 13, 2024
    Copy the full SHA
    bb96c3e View commit details

Commits on Dec 16, 2024

  1. fix: move resource detection to the first export to avoid slow start (#…

    …2450)
    
    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).
    mutianf authored Dec 16, 2024
    Copy the full SHA
    cec010a View commit details
  2. Copy the full SHA
    825e717 View commit details

Commits on Dec 17, 2024

  1. chore: Update generation configuration at Sat Dec 14 02:27:56 UTC 2024 (

    #2443)
    
    * chore: Update generation configuration at Wed Dec  4 02:29:45 UTC 2024
    
    * chore: generate libraries at Wed Dec  4 02:30:21 UTC 2024
    
    * chore: Update generation configuration at Thu Dec  5 02:29:53 UTC 2024
    
    * chore: Update generation configuration at Fri Dec  6 02:29:21 UTC 2024
    
    * chore: generate libraries at Fri Dec  6 02:29:58 UTC 2024
    
    * chore: Update generation configuration at Sat Dec  7 02:28:39 UTC 2024
    
    * chore: Update generation configuration at Tue Dec 10 02:30:19 UTC 2024
    
    * chore: Update generation configuration at Wed Dec 11 02:29:32 UTC 2024
    
    * chore: Update generation configuration at Thu Dec 12 02:29:28 UTC 2024
    
    * chore: Update generation configuration at Fri Dec 13 02:29:53 UTC 2024
    
    * chore: Update generation configuration at Sat Dec 14 02:27:56 UTC 2024
    
    * update workflow script
    
    * update renovate
    
    ---------
    
    Co-authored-by: Joe Wang <joewa@google.com>
    cloud-java-bot and JoeWang1127 authored Dec 17, 2024
    Copy the full SHA
    a5444a5 View commit details
  2. chore(main): release 2.50.1-SNAPSHOT (#2447)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Dec 17, 2024
    Copy the full SHA
    4843af4 View commit details
  3. chore(deps): update dependency com.google.cloud:google-cloud-bigtable…

    … to v2.50.0 (#2442)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-bigtable](https://redirect.github.com/googleapis/java-bigtable) | `2.48.0` -> `2.50.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-bigtable/2.50.0?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.50.0?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.48.0/2.50.0?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.48.0/2.50.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-bigtable (com.google.cloud:google-cloud-bigtable)</summary>
    
    ### [`v2.50.0`](https://redirect.github.com/googleapis/java-bigtable/blob/HEAD/CHANGELOG.md#2500-2024-12-06)
    
    [Compare Source](https://redirect.github.com/googleapis/java-bigtable/compare/v2.49.0...v2.50.0)
    
    ##### Features
    
    -   Add support for Row Affinity app profiles ([#&#8203;2341](https://redirect.github.com/googleapis/java-bigtable/issues/2341)) ([cb4d60e](https://redirect.github.com/googleapis/java-bigtable/commit/cb4d60e8ce2079a270739ad91efb05cbb1ff74f8))
    
    ### [`v2.49.0`](https://redirect.github.com/googleapis/java-bigtable/blob/HEAD/CHANGELOG.md#2490-2024-12-03)
    
    [Compare Source](https://redirect.github.com/googleapis/java-bigtable/compare/v2.48.0...v2.49.0)
    
    ##### Features
    
    -   Add support for table deletion protection ([#&#8203;2430](https://redirect.github.com/googleapis/java-bigtable/issues/2430)) ([687b6df](https://redirect.github.com/googleapis/java-bigtable/commit/687b6df14b743358e8207cda26022dfc75338d55))
    
    ##### Bug Fixes
    
    -   Allow factory to export to different projects ([#&#8203;2374](https://redirect.github.com/googleapis/java-bigtable/issues/2374)) ([06b912c](https://redirect.github.com/googleapis/java-bigtable/commit/06b912cc5d63436757008e79edfa8286b2ccac18))
    -   Send priming requests on the channel directly ([#&#8203;2435](https://redirect.github.com/googleapis/java-bigtable/issues/2435)) ([b76698d](https://redirect.github.com/googleapis/java-bigtable/commit/b76698dfb2c8552185f34e01e924ecc80798ba4f))
    
    </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-bigtable).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    renovate-bot authored Dec 17, 2024
    Copy the full SHA
    8cd798b View commit details
  4. chore(main): release 2.51.0 (#2453)

    * chore(main): release 2.51.0
    
    * chore: generate libraries at Tue Dec 17 13:45:27 UTC 2024
    
    * chore: generate libraries at Tue Dec 17 13:53:39 UTC 2024
    
    ---------
    
    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>
    Co-authored-by: Mattie Fu <mattiefu@google.com>
    3 people authored Dec 17, 2024
    Copy the full SHA
    260ce69 View commit details
Loading