feat: update bindings to v2.0.30 (API v1.1322.4) - #99
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
automated/update-bindings-v2.0.30
branch
from
July 30, 2026 21:38
8318cb0 to
32b427c
Compare
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Bumps the generated SDK/package versions to 2.0.30 across build scripts and language bindings, and adds a filename max-length constraint for package file uploads.
Changes:
- Updated package/SDK version references from 2.0.29 to 2.0.30 across scripts and Ruby/Python/Java artifacts.
- Added
filenamemax-length validation (255) in Python and Java models.
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| scripts/common.sh | Bumps generator/package version used by scripts to 2.0.30. |
| bindings/ruby/src/lib/cloudsmith-api/version.rb | Updates Ruby SDK VERSION constant to 2.0.30. |
| bindings/ruby/src/build.json | Updates Ruby gem version metadata to 2.0.30. |
| bindings/ruby/src/README.md | Updates Ruby README version references and install instructions. |
| bindings/python/src/setup.py | Updates Python package version to 2.0.30. |
| bindings/python/src/cloudsmith_api/models/package_file_upload_request.py | Adds max-length (255) validation for filename. |
| bindings/python/src/cloudsmith_api/configuration.py | Updates debug report SDK version to 2.0.30. |
| bindings/python/src/cloudsmith_api/api_client.py | Updates default User-Agent to 2.0.30. |
| bindings/python/src/build.json | Updates Python build metadata package version to 2.0.30. |
| bindings/python/src/README.md | Updates Python README version reference. |
| bindings/java/src/src/main/java/io/cloudsmith/api/models/PackageFileUploadRequest.java | Adds @Size(max=255) constraint to filename. |
| bindings/java/src/src/main/java/io/cloudsmith/api/ApiClient.java | Updates default User-Agent to 2.0.30. |
| bindings/java/src/pom.xml | Updates Maven artifact version to 2.0.30. |
| bindings/java/src/build.sbt | Updates SBT project version to 2.0.30. |
| bindings/java/src/build.json | Updates Java build metadata artifact version to 2.0.30. |
| bindings/java/src/build.gradle | Updates Gradle artifact version to 2.0.30. |
| bindings/java/src/README.md | Updates Java README dependency/version references. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
111
to
+112
| @NotNull | ||
| @Size(min=1) @ApiModelProperty(required = true, value = "Filename for the package file upload.") | ||
| @Size(min=1,max=255) @ApiModelProperty(required = true, value = "Filename for the package file upload.") |
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.
Automated API bindings update.
2.0.301.1322.4Generated by the Update API bindings workflow.