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

Commits on May 16, 2025

  1. fix: remove setup.cfg configuration for creating universal wheels (#601)

    Co-authored-by: Daniel Sanche <sanche@google.com>
    parthea and daniel-sanche authored May 16, 2025
    Configuration menu
    Copy the full SHA
    df72901 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. chore: Update gapic-generator-python to 1.25.0 (#608)

    * chore: Update gapic-generator-python to 1.24.0
    
    PiperOrigin-RevId: 747419463
    
    Source-Link: googleapis/googleapis@340579b
    
    Source-Link: googleapis/googleapis-gen@e8997ec
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTg5OTdlYzUxMzZlY2I2ZWQ5YTk2OWE0YzJmMTNiM2FiNmExN2MxMiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: Update gapic-generator-python to 1.24.1
    
    PiperOrigin-RevId: 748739072
    
    Source-Link: googleapis/googleapis@b947e52
    
    Source-Link: googleapis/googleapis-gen@8c5821a
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGM1ODIxYWE2NWE5MjFkNTliM2Y3NjUzZDZmMzdjOWM2NzQxMGMyZiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: Update gapic-generator-python to 1.25.0
    
    PiperOrigin-RevId: 755914147
    
    Source-Link: googleapis/googleapis@97a83d7
    
    Source-Link: googleapis/googleapis-gen@a9977ef
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTk5NzdlZmVkYzgzNmNjZWNlMWYwMWQ1MjliMDMxNWUxZWZlNTJhZCJ9
    
    * 🦉 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>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored May 21, 2025
    Configuration menu
    Copy the full SHA
    34f6b27 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

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

Commits on Nov 11, 2025

  1. chore(python): Add support for Python 3.14 (#644)

    This PR adds support for Python 3.14 to the library.
    
    Key changes include:
    - Update to `.github/workflows` files to account for Python runtimes
    both 3.14 and 3.8.
    - Adding Python 3.14 to the test matrix in
    `.github/workflows/unittest.yml`, etc.
    - Updating `.github/sync-repo-settings.yaml` to include 3.14 unit tests
    in required checks.
    - Update to `.kokoro/presubmit` files to update the system test and
    `presubmit.cfg`
    - Adding `testing/constraints-3.14.txt`.
    - Updates `CONTRIBUTING.rst` to list Python 3.14 as a supported version.
    - Updates `mypy.ini` to suppress several known type hinting errors in
    two files.
    - Updating `noxfile.py` to include 3.14 sessions.
    - Updates to `owlbot.py` to include Python 3.14.
    - Updating `setup.py` to include the Python 3.14 classifier and add
    conditional dependencies for `grpcio`.
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    f1eedbf View commit details
    Browse the repository at this point in the history
  2. chore: Update gapic-generator-python to 1.26.2 (#642)

    - [ ] Regenerate this pull request now.
    
    fix: Deprecate credentials_file argument
    chore: Update gapic-generator-python to 1.28.0
    
    PiperOrigin-RevId: 816753840
    
    Source-Link:
    googleapis/googleapis@d06cf27
    
    Source-Link:
    googleapis/googleapis-gen@a524e73
    Copy-Tag:
    eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTUyNGU3MzEwODgyYmJiOTliZmUxMzk5YjE4YmVkMzI4OTc5MjExYyJ9
    
    BEGIN_NESTED_COMMIT
    chore: Update gapic-generator-python to 1.26.2
    PiperOrigin-RevId: 802200836
    
    Source-Link:
    googleapis/googleapis@d300b15
    
    Source-Link:
    googleapis/googleapis-gen@a1ff0ae
    Copy-Tag:
    eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTFmZjBhZTcyZGRjYjY4YTI1OTIxNWQ4Yzc3NjYxZTJjZGJiOWIwMiJ9
    END_NESTED_COMMIT
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    2dc9afc View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. chore(librarian): onboard to librarian (#646)

    This PR onboards `google-cloud-datastore` to the librarian system.
    
    Towards googleapis/librarian#2458
    
    ---------
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    ohmayr and parthea authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    117793c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. chore(tests): update kokoro continuous test config (#655)

    The continuous kokoro test should use the [same configuration as the
    pre-submit](https://github.com/googleapis/python-datastore/blob/main/.kokoro/presubmit/presubmit.cfg)
    daniel-sanche authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    66c1e47 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. chore: librarian release pull request: 20251212T152033Z (#656)

    PR created by the Librarian CLI to initialize a release. Merging this PR
    will auto trigger a release.
    
    Librarian Version: v0.7.0
    Language Image:
    us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:ce48ed695c727f7e13efd1fd68f466a55a0d772c87b69158720cec39965bc8b2
    <details><summary>google-cloud-datastore: 2.22.0</summary>
    
    ##
    [2.22.0](v2.21.0...v2.22.0)
    (2025-12-12)
    
    ### Bug Fixes
    
    * remove setup.cfg configuration for creating universal wheels (#601)
    ([df72901](df729015))
    
    </details>
    chalmerlowe authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    84f880b View commit details
    Browse the repository at this point in the history
Loading