-
Notifications
You must be signed in to change notification settings - Fork 96
Comparing changes
Open a pull request
base repository: googleapis/java-bigtable
base: v2.50.0
head repository: googleapis/java-bigtable
compare: v2.51.0
- 7 commits
- 71 files changed
- 7 contributors
Commits on Dec 13, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for bb96c3e - Browse repository at this point
Copy the full SHA bb96c3eView commit details
Commits on Dec 16, 2024
-
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).
Configuration menu - View commit details
-
Copy full SHA for cec010a - Browse repository at this point
Copy the full SHA cec010aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 825e717 - Browse repository at this point
Copy the full SHA 825e717View commit details
Commits on Dec 17, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for a5444a5 - Browse repository at this point
Copy the full SHA a5444a5View commit details -
chore(main): release 2.50.1-SNAPSHOT (#2447)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4843af4 - Browse repository at this point
Copy the full SHA 4843af4View commit details -
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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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 ([#​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 ([#​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 ([#​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 ([#​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==-->
Configuration menu - View commit details
-
Copy full SHA for 8cd798b - Browse repository at this point
Copy the full SHA 8cd798bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 260ce69 - Browse repository at this point
Copy the full SHA 260ce69View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.50.0...v2.51.0