Skip to content

Conversation

@chalmerlowe
Copy link
Contributor

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

google-cloud-datastore: 2.22.0

2.22.0 (2025-12-12)

Bug Fixes

@chalmerlowe chalmerlowe requested review from a team as code owners December 12, 2025 20:20
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: datastore Issues related to the googleapis/python-datastore API. labels Dec 12, 2025
@gemini-code-assist
Copy link

Summary of Changes

Hello @chalmerlowe, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request is an automated release preparation for the google-cloud-datastore library, bumping its version to 2.22.0. The primary change in this version is a bug fix related to Python package wheel creation. Merging this PR will trigger the automated release pipeline, making the updated library available.

Highlights

  • New Release: This pull request initiates the release of google-cloud-datastore version 2.22.0.
  • Bug Fix Included: The new release incorporates a bug fix that removes the setup.cfg configuration for creating universal wheels, addressing issue fix: remove setup.cfg configuration for creating universal wheels #601.
  • Version Bumps: All relevant __version__ strings across the google-cloud-datastore and google-cloud-datastore_admin client libraries have been updated from 2.21.0 to 2.22.0.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request is an automated release PR from the Librarian CLI, bumping the version of google-cloud-datastore to 2.22.0. The changes correctly update the version number across multiple files. I've identified an issue in the CHANGELOG.md where the newly added links for version 2.22.0 are inconsistent with the rest of the file, pointing to a different repository and using a long-form commit hash. I've provided a suggestion to correct these links for consistency. The other changes appear to be in order for the release.

Comment on lines +7 to +12
## [2.22.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-datastore-v2.21.0...google-cloud-datastore-v2.22.0) (2025-12-12)


### Bug Fixes

* remove setup.cfg configuration for creating universal wheels (#601) ([df729015149bd69e9d6dbced260d97c8eed77d4f](https://github.com/googleapis/google-cloud-python/commit/df729015149bd69e9d6dbced260d97c8eed77d4f))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The links in the new changelog entry are inconsistent with previous entries. They point to the google-cloud-python monorepo instead of this python-datastore repository, and the compare URL uses a different tag format. Additionally, the full commit hash is used for the link text, whereas previous entries use a short hash for brevity. The links should be updated to maintain consistency within the file.

Suggested change
## [2.22.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-datastore-v2.21.0...google-cloud-datastore-v2.22.0) (2025-12-12)
### Bug Fixes
* remove setup.cfg configuration for creating universal wheels (#601) ([df729015149bd69e9d6dbced260d97c8eed77d4f](https://github.com/googleapis/google-cloud-python/commit/df729015149bd69e9d6dbced260d97c8eed77d4f))
## [2.22.0](https://github.com/googleapis/python-datastore/compare/v2.21.0...v2.22.0) (2025-12-12)
### Bug Fixes
* remove setup.cfg configuration for creating universal wheels (#601) ([df72901](https://github.com/googleapis/python-datastore/commit/df729015149bd69e9d6dbced260d97c8eed77d4f))

@daniel-sanche daniel-sanche merged commit 84f880b into main Dec 15, 2025
30 checks passed
@daniel-sanche daniel-sanche deleted the librarian-20251212T152033Z branch December 15, 2025 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: datastore Issues related to the googleapis/python-datastore API. release:done size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants