Conversation
There was a problem hiding this comment.
Pull request overview
Updates all generated bindings and build metadata to use bindings version 2.0.24 instead of 2.0.23, aligning SDKs and docs with the new release.
Changes:
- Bump shared
package_versioninscripts/common.shto2.0.24so future generation uses the new binding version. - Update Ruby, Python, and Java client library versions (code, build config, and README instructions) from
2.0.23to2.0.24. - Adjust User-Agent strings and SDK version strings in the Python and Java clients to reflect
2.0.24.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/common.sh | Updates the generator package_version to 2.0.24 for all bindings. |
| bindings/ruby/src/lib/cloudsmith-api/version.rb | Sets Ruby gem runtime VERSION constant to 2.0.24. |
| bindings/ruby/src/build.json | Bumps Ruby gem metadata gemVersion to 2.0.24. |
| bindings/ruby/src/README.md | Updates documentation references and install commands to use Ruby gem 2.0.24. |
| bindings/python/src/setup.py | Sets Python package VERSION to 2.0.24. |
| bindings/python/src/cloudsmith_api/configuration.py | Updates debug report string to show SDK package version 2.0.24. |
| bindings/python/src/cloudsmith_api/api_client.py | Updates default User-Agent string to Swagger-Codegen/2.0.24/python. |
| bindings/python/src/build.json | Bumps Python package metadata packageVersion to 2.0.24. |
| bindings/python/src/README.md | Updates Python README package version to 2.0.24. |
| bindings/java/src/src/main/java/io/cloudsmith/api/ApiClient.java | Updates default User-Agent string to Swagger-Codegen/2.0.24/java. |
| bindings/java/src/pom.xml | Bumps Java artifact version to 2.0.24. |
| bindings/java/src/build.sbt | Bumps SBT project version to 2.0.24. |
| bindings/java/src/build.json | Updates Java artifactVersion metadata to 2.0.24. |
| bindings/java/src/build.gradle | Bumps Gradle project version to 2.0.24. |
| bindings/java/src/README.md | Updates Java README dependency versions and JAR names to 2.0.24. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
poconnor-cloud
approved these changes
Jan 26, 2026
nicholasmccrea
approved these changes
Jan 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's Changed
Bumps bindings to v2.0.24 as v2.0.23 already exists
relates to: