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.49.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.50.0
Choose a head ref
  • 7 commits
  • 29 files changed
  • 6 contributors

Commits on Dec 4, 2024

  1. chore(main): release 2.49.1-SNAPSHOT (#2441)

    🤖 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] authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    b7d1a75 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.48.0 (#2437)
    
    Co-authored-by: Igor Bernstein <[email protected]>
    renovate-bot and igorbernstein2 authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    012aa27 View commit details
    Browse the repository at this point in the history
  3. test(deps): update dependency com.google.protobuf:protoc to v3.25.5 (#…

    …2344)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.protobuf:protoc](https://developers.google.com/protocol-buffers/) ([source](https://redirect.github.com/protocolbuffers/protobuf)) | patch | `3.25.4` -> `3.25.5` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>protocolbuffers/protobuf (com.google.protobuf:protoc)</summary>
    
    ### [`v3.25.5`](https://redirect.github.com/protocolbuffers/protobuf/compare/v3.25.4...v3.25.5)
    
    [Compare Source](https://redirect.github.com/protocolbuffers/protobuf/compare/v3.25.4...v3.25.5)
    
    </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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMC4wLjAtc2VtYW50aWMtcmVsZWFzZSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    renovate-bot authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    7bd3a30 View commit details
    Browse the repository at this point in the history
  4. feat: add support for Row Affinity app profiles (#2341)

    * Create of methods, add unit tests
    
    Change-Id: I7cdd6c9ce85f9132c0fa3db3aa8c70abac26f12b
    
    * Add unit tests for BigtableInstanceAdminClientTests
    
    Change-Id: Id2cedefd90c52c249b2b15734eb1fbbcc5db2bf4
    
    * Add tests for Create and Update App Profile
    
    Change-Id: I01ef72617d391bdb956ae9f469f1fd5af208a2e1
    
    * Add integration test
    
    Change-Id: I9f18991cb61d99f30b811cea0988963d9e2577cd
    
    * Rename ofWithRowAffinity to withRowAffinity
    
    Change-Id: I9f88209e04cde4f628c878fbdb659c7344aa1c3c
    
    * Run mvn com.coveo:fmt-maven-plugin:format
    
    Change-Id: Ieda39f0d9825fae649755350b4f228fe0e8985e5
    
    * Remove extra test for cluster IDs - one is enough
    
    Change-Id: I6d8e7bd644ce2cd8f098c8ee37b4eec1a0d642e2
    
    * Add unit test for row affinity with set of strings
    
    Change-Id: I7b072214c8b38646058d0ec668bbb469bf16f23e
    
    * Run formatter
    
    Change-Id: Ieb04b2141c8843ff59cc4d756d736b4c00609ee2
    djyau authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    cb4d60e View commit details
    Browse the repository at this point in the history
  5. test: fix clean up of protected & cdc tables (#2445)

    Change-Id: Id15852b2b3bbb62746861d7ec02842353612ae77
    
    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).
    igorbernstein2 authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    caa622e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Configuration menu
    Copy the full SHA
    9a6602c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. chore(main): release 2.50.0 (#2444)

    * chore(main): release 2.50.0
    
    * chore: generate libraries at Fri Dec  6 00:34:58 UTC 2024
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: cloud-java-bot <[email protected]>
    release-please[bot] and cloud-java-bot authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    f98dca1 View commit details
    Browse the repository at this point in the history
Loading