Skip to content

feat: update bindings to v2.0.30 (API v1.1322.4) - #99

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
automated/update-bindings-v2.0.30
Open

feat: update bindings to v2.0.30 (API v1.1322.4)#99
github-actions[bot] wants to merge 1 commit into
masterfrom
automated/update-bindings-v2.0.30

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 30, 2026

Copy link
Copy Markdown

Automated API bindings update.

  • Binding version: 2.0.30
  • CloudSmith API version: 1.1322.4

Generated by the Update API bindings workflow.

@github-actions
github-actions Bot force-pushed the automated/update-bindings-v2.0.30 branch from 8318cb0 to 32b427c Compare July 30, 2026 21:38
Copilot AI review requested due to automatic review settings July 30, 2026 21:38

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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 filename max-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.")
@github-actions github-actions Bot changed the title feat: update bindings to v2.0.30 (API v1.1321.5) feat: update bindings to v2.0.30 (API v1.1322.4) Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants