Thanks to visit codestin.com
Credit goes to github.com

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-datastore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.17.6
Choose a base ref
...
head repository: googleapis/java-datastore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.18.0
Choose a head ref
  • 14 commits
  • 25 files changed
  • 6 contributors

Commits on Nov 30, 2023

  1. chore(main): release 2.17.7-SNAPSHOT (#1249)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    443f4fe View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:google-cloud-datastor…

    …e to v2.17.6 (#1252)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-datastore](https://togithub.com/googleapis/java-datastore) | `2.17.5` -> `2.17.6` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-datastore/2.17.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:google-cloud-datastore/2.17.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:google-cloud-datastore/2.17.5/2.17.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:google-cloud-datastore/2.17.5/2.17.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-datastore (com.google.cloud:google-cloud-datastore)</summary>
    
    ### [`v2.17.6`](https://togithub.com/googleapis/java-datastore/blob/HEAD/CHANGELOG.md#2176-2023-11-30)
    
    [Compare Source](https://togithub.com/googleapis/java-datastore/compare/v2.17.5...v2.17.6)
    
    ##### Bug Fixes
    
    -   Remove deprecated `databaseId` field in DatastoreOptions ([#&#8203;1237](https://togithub.com/googleapis/java-datastore/issues/1237)) ([05e25e5](https://togithub.com/googleapis/java-datastore/commit/05e25e5d31f72f9cdedbb5efa85c64b55ccbc405))
    
    ##### Dependencies
    
    -   Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.20.0 ([#&#8203;1247](https://togithub.com/googleapis/java-datastore/issues/1247)) ([c4e3533](https://togithub.com/googleapis/java-datastore/commit/c4e3533fe357827cc25d0f029e5a83ced31db12a))
    -   Update dependency org.junit.vintage:junit-vintage-engine to v5.10.1 ([#&#8203;1230](https://togithub.com/googleapis/java-datastore/issues/1230)) ([05c7fc6](https://togithub.com/googleapis/java-datastore/commit/05c7fc69d52f5a9026a6529f638fe6164860e8f9))
    
    </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-datastore).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    renovate-bot authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    56960ed View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. ci: Update ci.yaml to introduce Java 21 unit testing (#1907) (#1254)

    Source-Link: googleapis/synthtool@c06d605
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:6f431774e11cc46619cf093fd1481193c4024031073697fa18f0099b943aab88
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    83e16b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. build(deps): bump cryptography from 41.0.3 to 41.0.6 in /synthtool/gc…

    …p/templates/java_library/.kokoro (#1908) (#1256)
    
    build(deps): bump cryptography
    
    Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.6.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@41.0.3...41.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    
    
    Source-Link: googleapis/synthtool@ea6f800
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:81f75d962cd28b7ad10740a643b8069b8fa0357cb495b782eef8560bb7a8fd65
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    3 people authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6e62444 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. chore(deps): update dependency com.google.cloud:libraries-bom to v26.…

    …28.0 (#1257)
    
    * chore(deps): update dependency com.google.cloud:libraries-bom to v26.28.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e397dab View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. chore(deps): update dependency com.google.cloud:libraries-bom to v26.…

    …29.0 (#1260)
    
    * chore(deps): update dependency com.google.cloud:libraries-bom to v26.29.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5fc7114 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. test(deps): upgrade errorprone to 2.24.0 (#1271)

    * deps: upgrade errorprone to 2.24.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    kolea2 and gcf-owl-bot[bot] authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    f4576b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da42dcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f9c961 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bd9a51 View commit details
    Browse the repository at this point in the history
  5. build(deps): update dependency org.apache.maven.plugins:maven-surefir…

    …e-plugin to v3.2.3 (#1262)
    
    * build(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.3
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    5e99278 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86cd785 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    ac253dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a6b4b6 View commit details
    Browse the repository at this point in the history
Loading