Add missing changelog entries#10514
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the changelog to include support for secret environment variables in Cloud Run functions and project bindings for AI Logic services. Feedback was provided regarding the missing structured PR description required by the style guide and the need to rephrase the AI Logic changelog entry to use user-facing language instead of internal implementation details.
| - Added support for nested 1:Many relational batch mutations. | ||
| - Updated the Golang dependency version to 1.25.10. | ||
| - Default timeout for Dart functions is now 60 seconds when not explicitly set (#10501) | ||
| - Support secret environment variables for Cloud Run functions (#10489) |
There was a problem hiding this comment.
The pull request description is empty. According to the repository style guide (GEMINI.md, line 53), the PR description should follow a structured format including ### Description, ### Scenarios Tested, and ### Sample Commands to provide context for the changes.
References
- The pull request description should follow a structured format including Description, Scenarios Tested, and Sample Commands as per the repository's best practices. (link)
| - Updated the Golang dependency version to 1.25.10. | ||
| - Default timeout for Dart functions is now 60 seconds when not explicitly set (#10501) | ||
| - Support secret environment variables for Cloud Run functions (#10489) | ||
| - Set requiredProjectBindings in AI Logic services (#10503) |
There was a problem hiding this comment.
The changelog entry "Set requiredProjectBindings in AI Logic services" uses internal implementation details (requiredProjectBindings). Changelog entries should be written for end-users and describe the impact or feature in a way they understand.
| - Set requiredProjectBindings in AI Logic services (#10503) | |
| - Automatically configure necessary IAM permissions for AI Logic triggers (#10503) |
No description provided.