Skip to content

Conversation

@suztomo
Copy link
Member

@suztomo suztomo commented Nov 5, 2025

🤖 I have created a release beep boop

2.59.3 (2025-11-05)

Bug Fixes

  • (2.59.x) fix release-please-manifest and versions.txt (#3983) (ca1156d)
  • (branch 2.59.x)empty changes in README.md to trigger a test release (#3980) (c940671)

This PR was generated with Release Please. See documentation.

@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Nov 5, 2025
@gemini-code-assist
Copy link

Summary of Changes

Hello @suztomo, 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 automates the release of version 2.59.1 for the project. It updates numerous version references across configuration files, build scripts, and documentation from development (-SNAPSHOT) to stable release versions. The release was specifically triggered by a minor change to README.md to facilitate a test release, ensuring all versioning is correctly aligned for the new stable release.

Highlights

  • Release Version 2.59.1: This pull request officially releases version 2.59.1 of the project, moving various components from development (SNAPSHOT) versions to stable release versions.
  • Version Updates Across Project Files: Numerous configuration files, build scripts, and dependency declarations, including pom.xml files, Cloud Build YAMLs, and Dockerfiles, have been updated to reflect the new stable version numbers for gapic-generator-java, api-common, gax, google-cloud-core, proto-google-common-protos, proto-google-iam-v*, and google-cloud-shared-dependencies.
  • Changelog and Release Manifest Updates: The CHANGELOG.md has been updated to include the 2.59.1 release notes, which mention a 'test release' triggered by an empty change to README.md. The .release-please-manifest.json and versions.txt files have also been updated to reflect the new release.
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 for version 2.59.1. The changes primarily consist of version bumps in various configuration files, which is standard for a release. I've found one significant inconsistency in the versioning of the gax-httpjson artifact that should be addressed.

versions.txt Outdated
api-common:2.50.1:2.50.1
gax:2.67.1:2.67.1
gax-grpc:2.67.1:2.67.1
gax-httpjson:0.152.1:0.152.1

Choose a reason for hiding this comment

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

high

There appears to be a version inconsistency for gax-httpjson. This file specifies version 0.152.1, but other files like gax-java/gax-httpjson/pom.xml are being updated to version 2.67.1 (inherited from gax). This is likely due to a misconfiguration in release-please where pom.xml files are updated using gax's version ({x-version-update:gax:current}), but versions.txt has a separate versioning scheme for gax-httpjson.

To resolve this, gax-httpjson should be consistently versioned. Given that POMs are being updated to 2.67.1, this file should reflect that as well.

gax-httpjson:2.67.1:2.67.1 
@suztomo suztomo changed the title chore(2.59.x): release 2.59.1 chore(2.59.x): release 2.60.0 Nov 5, 2025
@suztomo suztomo force-pushed the release-please--branches--2.59.x branch from c2fe18c to 22ecf71 Compare November 5, 2025 19:15
@product-auto-label product-auto-label bot added size: l Pull request size is large. and removed size: m Pull request size is medium. labels Nov 5, 2025
@suztomo suztomo changed the title chore(2.59.x): release 2.60.0 chore(2.59.x): release 2.59.1 Nov 5, 2025
@suztomo suztomo force-pushed the release-please--branches--2.59.x branch from 22ecf71 to 04d97d4 Compare November 5, 2025 19:17
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: l Pull request size is large. labels Nov 5, 2025
The manifest value comes from the previous release being 2.59.0. The 2.59.2 was already made on the main branch: https://github.com/googleapis/sdk-platform-java/tree/v2.59.2
@suztomo suztomo changed the title chore(2.59.x): release 2.59.1 chore(2.59.x): release 2.59.3 Nov 5, 2025
@suztomo suztomo enabled auto-merge (squash) November 5, 2025 20:19
@suztomo suztomo merged commit 19bf28e into googleapis:2.59.x Nov 5, 2025
41 of 46 checks passed
@release-please
Copy link
Contributor

release-please bot commented Nov 5, 2025

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: tagged size: m Pull request size is medium.

2 participants