-
Notifications
You must be signed in to change notification settings - Fork 97
Comparing changes
Open a pull request
base repository: googleapis/java-bigtable
base: v2.36.0
head repository: googleapis/java-bigtable
compare: v2.37.0
- 10 commits
- 91 files changed
- 8 contributors
Commits on Mar 15, 2024
-
chore(main): release 2.36.1-SNAPSHOT (#2172)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d4d08bf - Browse repository at this point
Copy the full SHA d4d08bfView commit details
Commits on Mar 19, 2024
-
chore(deps): update dependency com.google.cloud:google-cloud-bigtable…
… to v2.36.0 (#2173) [](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.35.1` -> `2.36.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.36.0`](https://togithub.com/googleapis/java-bigtable/blob/HEAD/CHANGELOG.md#2360-2024-03-13) [Compare Source](https://togithub.com/googleapis/java-bigtable/compare/v2.35.1...v2.36.0) ##### Features - Add models for type APIs ([#​2160](https://togithub.com/googleapis/java-bigtable/issues/2160)) ([8277ea8](https://togithub.com/googleapis/java-bigtable/commit/8277ea828491d39b9c3c2e67c1a03927e2a744d9)) - Publish new bigtable APIs for types and aggregates ([#​2158](https://togithub.com/googleapis/java-bigtable/issues/2158)) ([430dffe](https://togithub.com/googleapis/java-bigtable/commit/430dffe0ff5916d9c3d7cfd7d35ca13514fd8934)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Configuration menu - View commit details
-
Copy full SHA for fa67d0f - Browse repository at this point
Copy the full SHA fa67d0fView commit details
Commits on Mar 21, 2024
-
ci: adding sample build (#2150)
* ci: adding sample build * BIGTABLE_TESTING_INSTANCE=instance * trigger build * add setup for quickstart test See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: kolea2 <[email protected]> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 79988b2 - Browse repository at this point
Copy the full SHA 79988b2View commit details
Commits on Mar 22, 2024
-
ci: specify pull request environment variable for sample builds (#2178)
The build.sh has a logic to narrow the scope of the tests when it runs on a pull request. It uses an environmental variable. # Previous Attempt https://cloud.google.com/build/docs/optimize-builds/increase-vcpu-for-builds#increase_vcpu_for_default_pools machineType: 'N1_HIGHCPU_8' [The previous build](https://togithub.com/googleapis/java-bigtable/runs/22940962946) took 24 minutes. => It turned out this didn't help.
Configuration menu - View commit details
-
Copy full SHA for 37e5e19 - Browse repository at this point
Copy the full SHA 37e5e19View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f313f14 - Browse repository at this point
Copy the full SHA f313f14View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6945e08 - Browse repository at this point
Copy the full SHA 6945e08View commit details
Commits on Mar 27, 2024
-
fix: update the accounting of partial batch mutations (#2149)
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: - [x] 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 - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) - [x] Rollback plan is reviewed and LGTMed - [x] All new data plane features have a completed end to end testing plan Fixes #1494 ☕️ 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 4158094 - Browse repository at this point
Copy the full SHA 4158094View commit details -
feat: Add admin APIs for AuthorizedView (#2175)
* feat: Add admin APIs for AuthorizedView Change-Id: Ie31eae6da61ed0d0462e029f6247924785b239bf * chore: Mark AuthorizedViewType as InternalApi Change-Id: If52e3a32c3259f652f1f7d34b013d1ec1fc0a773 * chore: Add tests and change AuthorizedViewType to InternalExtensionOnly Change-Id: I2e7f04d0f7815d014928a924d4a4f26adb2b655d * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Chore: fix a comment Change-Id: Iac28b6cbef3088e4e2d43d90655155369361c347 * setFamilySubset instead of add and use List rather than ImmutableList Change-Id: Ibdb2c8a62dc55c44059d5ec2296c57c7d430baa4 --------- Co-authored-by: Lixia Chen <[email protected]> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 13d1df3 - Browse repository at this point
Copy the full SHA 13d1df3View commit details -
feat: Support AuthorizedView in bigtable data client (#2177)
* feat: Support AuthorizedView in bigtable data client Change-Id: I1e54cab5b384d76166183ac72105a4cbac59979b chore: Address review comments Change-Id: I1d9c8bc54d204dbe6752161291cbd4158ee1d6b5 chore: Add @deprecated annotation and reformat javadoc Change-Id: I3c4a0fcbecc124a9517e48a1fc747c7b8dade40e chore: Remove ReadRow(s)Options Change-Id: Ib35bdac2cd51f302fd919671324fb2c0d630af0e chore: Minor doc and test fix Change-Id: I3c8e1fa624ec0423433eae15059b5e59e9727c70 Chore: Address comments Change-Id: I8886e907ebb797a67b36240417c2e609b6f5857a Rename SampleRowKeys to SampleRowKeysRequest Change-Id: I8dda7ee1df31b184d04938cbc2f9f984d84138b4 Add javadoc for extractTargetId and hide scopedForAuthorizedView Change-Id: I38718ae9badf24db6edc1b62fc06e4d3222faeb8 fix extractTableId to correctly handle authorized view name Change-Id: I1e66fc1440a29d3861e3ee6464911324633cc5af * Fix extractTableId() and add a unit test for it Change-Id: Icc172b2b6d369ef8ce2b77a8e69c37af6e9aa3d7 * Mark SampleRowKeysRequest#fromProto as @internalapi Change-Id: I71762fad534fe31f4bf634ca5cb227f014393e37 --------- Co-authored-by: Lixia Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b255d0 - Browse repository at this point
Copy the full SHA 4b255d0View commit details -
chore(main): release 2.37.0 (#2180)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 189ef7f - Browse repository at this point
Copy the full SHA 189ef7fView 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.36.0...v2.37.0