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-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.84.0
Choose a base ref
...
head repository: googleapis/java-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.85.0
Choose a head ref
  • 15 commits
  • 37 files changed
  • 8 contributors

Commits on Jan 8, 2025

  1. Configuration menu
    Copy the full SHA
    7e27aca View commit details
    Browse the repository at this point in the history
  2. feat(spanner): mTLS setup for spanner external host clients (#3574)

    * feat(spanner): mTLS setup for spanner external host clients
    
    * feat(spanner): mTLS setup for spanner clients
    
    * feat(spanner): removing isExternalHost as a data member of the builder class
    
    * feat(spanner): added spanner options method usePlainText for abstraction
    
    * feat(spanner): replaced setting channel provider with setting channel configurator
    
    * feat(spanner): added cert and key to hashCode and equals of SpannerPoolKey
    
    ---------
    
    Co-authored-by: rahul2393 <[email protected]>
    sagnghos and rahul2393 authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    f8dd152 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7af512b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. feat: add LockHint feature (#3588)

    * feat: add LockHint feature
    
    * fix typo
    
    * updated logic to make sure lockHint get propagated only for ReadWriteTransaction
    
    * add warning message when using lock hint with unsupported transaction
    rahul2393 authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    326442b View commit details
    Browse the repository at this point in the history
  2. chore: Update generation configuration at Thu Jan 9 02:35:11 UTC 2025 (

    …#3587)
    
    * chore: Update generation configuration at Wed Jan  8 17:05:33 UTC 2025
    
    * chore: Update generation configuration at Thu Jan  9 02:35:11 UTC 2025
    cloud-java-bot authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    173da64 View commit details
    Browse the repository at this point in the history
  3. deps: update dependency com.google.api.grpc:proto-google-cloud-monito…

    …ring-v3 to v3.56.0 (#3563)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.api.grpc:proto-google-cloud-monitoring-v3](https://redirect.github.com/googleapis/google-cloud-java) | `3.55.0` -> `3.56.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.api.grpc:proto-google-cloud-monitoring-v3/3.56.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.api.grpc:proto-google-cloud-monitoring-v3/3.56.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.api.grpc:proto-google-cloud-monitoring-v3/3.55.0/3.56.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.api.grpc:proto-google-cloud-monitoring-v3/3.55.0/3.56.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### 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-spanner).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    renovate-bot authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    e4d0b0f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. Configuration menu
    Copy the full SHA
    2cd4238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3daa1a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7542da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ab4c9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7893f24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f2013d View commit details
    Browse the repository at this point in the history
  7. chore(main): release 6.84.1-SNAPSHOT (#3583)

    🤖 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 Jan 10, 2025
    Configuration menu
    Copy the full SHA
    a5f9e7a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    70649dc View commit details
    Browse the repository at this point in the history
  9. chore(main): release 6.85.0 (#3597)

    * chore(main): release 6.85.0
    
    * chore: generate libraries at Fri Jan 10 10:30:23 UTC 2025
    
    ---------
    
    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 Jan 10, 2025
    Configuration menu
    Copy the full SHA
    0777f99 View commit details
    Browse the repository at this point in the history
Loading