Skip to content

feat: update bindings to v2.0.30 (API v1.1346.0) - #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.1346.0)#99
github-actions[bot] wants to merge 1 commit into
masterfrom
automated/update-bindings-v2.0.30

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Jul 30, 2026

Copy link
Copy Markdown

Automated API bindings update.

  • Binding version: 2.0.30
  • CloudSmith API version: 1.1346.0

Generated by the Update API bindings workflow.

@github-actions
github-actionsBotforce-pushed the automated/update-bindings-v2.0.30 branch from 8318cb0 to 32b427cCompareJuly 30, 2026 21:38
CopilotAI review requested due to automatic review settings July 30, 2026 21:38

CopilotAI 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
FileDescription
scripts/common.shBumps generator/package version used by scripts to 2.0.30.
bindings/ruby/src/lib/cloudsmith-api/version.rbUpdates Ruby SDK VERSION constant to 2.0.30.
bindings/ruby/src/build.jsonUpdates Ruby gem version metadata to 2.0.30.
bindings/ruby/src/README.mdUpdates Ruby README version references and install instructions.
bindings/python/src/setup.pyUpdates Python package version to 2.0.30.
bindings/python/src/cloudsmith_api/models/package_file_upload_request.pyAdds max-length (255) validation for filename.
bindings/python/src/cloudsmith_api/configuration.pyUpdates debug report SDK version to 2.0.30.
bindings/python/src/cloudsmith_api/api_client.pyUpdates default User-Agent to 2.0.30.
bindings/python/src/build.jsonUpdates Python build metadata package version to 2.0.30.
bindings/python/src/README.mdUpdates Python README version reference.
bindings/java/src/src/main/java/io/cloudsmith/api/models/PackageFileUploadRequest.javaAdds @Size(max=255) constraint to filename.
bindings/java/src/src/main/java/io/cloudsmith/api/ApiClient.javaUpdates default User-Agent to 2.0.30.
bindings/java/src/pom.xmlUpdates Maven artifact version to 2.0.30.
bindings/java/src/build.sbtUpdates SBT project version to 2.0.30.
bindings/java/src/build.jsonUpdates Java build metadata artifact version to 2.0.30.
bindings/java/src/build.gradleUpdates Gradle artifact version to 2.0.30.
bindings/java/src/README.mdUpdates 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-actionsgithub-actionsBot 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
@github-actionsgithub-actionsBot changed the title feat: update bindings to v2.0.30 (API v1.1322.4)feat: update bindings to v2.0.30 (API v1.1325.4)Aug 4, 2026
@github-actions
github-actionsBotforce-pushed the automated/update-bindings-v2.0.30 branch from 32b427c to db44d83CompareAugust 4, 2026 06:56
@github-actionsgithub-actionsBot changed the title feat: update bindings to v2.0.30 (API v1.1325.4)feat: update bindings to v2.0.30 (API v1.1326.3)Aug 5, 2026
@github-actionsgithub-actionsBot changed the title feat: update bindings to v2.0.30 (API v1.1326.3)feat: update bindings to v2.0.30 (API v1.1328.1)Aug 6, 2026
@github-actionsgithub-actionsBot changed the title feat: update bindings to v2.0.30 (API v1.1328.1)feat: update bindings to v2.0.30 (API v1.1332.0)Aug 7, 2026
@github-actionsgithub-actionsBot changed the title feat: update bindings to v2.0.30 (API v1.1332.0)feat: update bindings to v2.0.30 (API v1.1334.1)Aug 8, 2026
@github-actions
github-actionsBotforce-pushed the automated/update-bindings-v2.0.30 branch from db44d83 to 17e58b6CompareAugust 11, 2026 06:22
@github-actionsgithub-actionsBot changed the title feat: update bindings to v2.0.30 (API v1.1334.1)feat: update bindings to v2.0.30 (API v1.1338.2)Aug 11, 2026
@github-actionsgithub-actionsBot changed the title feat: update bindings to v2.0.30 (API v1.1338.2)feat: update bindings to v2.0.30 (API v1.1341.7)Aug 12, 2026
@github-actionsgithub-actionsBot changed the title feat: update bindings to v2.0.30 (API v1.1341.7)feat: update bindings to v2.0.30 (API v1.1342.7)Aug 13, 2026
@github-actionsgithub-actionsBot changed the title feat: update bindings to v2.0.30 (API v1.1342.7)feat: update bindings to v2.0.30 (API v1.1343.0)Aug 14, 2026
@github-actions
github-actionsBotforce-pushed the automated/update-bindings-v2.0.30 branch from 17e58b6 to cab9aa8CompareAugust 15, 2026 06:09
@github-actionsgithub-actionsBot changed the title feat: update bindings to v2.0.30 (API v1.1343.0)feat: update bindings to v2.0.30 (API v1.1346.0)Aug 15, 2026
Sign up for freeto 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

@cloudsmith-iduffy