Skip to content

Releases: cloudsmith-io/cloudsmith-cli

Release v1.11.1

09 Jan 18:12
5873809

Choose a tag to compare

fix: Revert MCP Release (#253)

* Revert "feat: MCP Server (#244)"

This reverts commit f264ee187d28f4144134f7d87cf310e4ae35f4db.

* Bump version: 1.10.3 → 1.10.4

* fix: version

* Bump version: 1.11.0 → 1.11.1

Release v1.11.0

09 Jan 14:43
f264ee1

Choose a tag to compare

Added

  • Added Model Context Protocol (MCP) server support via cloudsmith mcp commands. Only STDIO transport is supported for now.
  • Auto-configure supported clients (Claude Desktop, Cursor, VS Code, Gemini CLI) with cloudsmith mcp configure
  • List available tools with cloudsmith mcp list_tools and tool groups with cloudsmith mcp list_groups
  • Filter tools via mcp_allowed_tools and mcp_allowed_tool_groups configuration options to control which API operations are exposed

Breaking Changes

  • Python 3.10 is now required

Release v1.10.4

09 Jan 18:12
852b7c2

Choose a tag to compare

Bump version: 1.10.3 → 1.10.4

Release v1.10.3

08 Jan 18:40
5d85043

Choose a tag to compare

v1.10.3

Release v1.10.2

08 Jan 17:29
6415312

Choose a tag to compare

Bump version: 1.10.1 → 1.10.2

Release v1.10.1

16 Dec 23:05
e06c4ce

Choose a tag to compare

Bump version: 1.10.0 → 1.10.1

Release v1.10.0

16 Dec 15:07
852d7e6

Choose a tag to compare

Bump version: 1.9.4 → 1.10.0

Release v1.9.4

07 Nov 13:05
b9c839d

Choose a tag to compare

update tag to point to latest commit

Release v1.9.2

06 Nov 17:18
Immutable release. Only release title and notes can be modified.
3dfa6dc

Choose a tag to compare

[1.9.2] - 2025-11-06

Fixed

Issue-235 - The latest zipapp releases not working on < [email protected]

Release v1.8.8

05 Nov 09:51
Immutable release. Only release title and notes can be modified.
c41b1ea

Choose a tag to compare

[1.8.8] - 2025-11-05

Fixed

  • --json flag for the auth command now outputs json only.

Added

  • Added Python 3.14 support
  • Added download command to download package binaries directly from Cloudsmith repositories
    • Support for downloading packages with version, format, OS, and architecture filters
    • Progress bar with download speed and size information
    • Automatic checksum verification (MD5, SHA256, SHA1)
    • Dry-run mode to preview downloads without downloading
    • Auto-selection mode with --yes flag for scripting
    • --all-files option to download all associated files (POM, sources, javadoc, SBOM, etc.) for Maven, NuGet, and other multi-file packages
      • Downloads all files into a folder named {package-name}-{version}
      • Supports custom output directory with --outfile option
      • Shows file type tags (pkg, pom, sources, javadoc, cyclonedx, sbom)
      • Reports download progress and success/failure summary for each file