---
name: Stainless
slug: stainless-com-changelog
type: scrape
source_url: https://www.stainless.com/changelog
organization: Stainless
organization_slug: stainless
total_releases: 10
latest_date: 2026-03-17
last_updated: 2026-04-19
tracking_since: 2026-01-22
canonical: https://releases.sh/stainless/stainless-com-changelog
organization_url: https://releases.sh/stainless
---

<Summary type="rolling" window-days="90" release-count="11">
Stainless pushed toward deeper AI agent integration and expanded distribution capabilities. The skills command teaches coding agents how to use the CLI itself, while the docs platform entered public beta to centralize project documentation. On the SDK side, they shipped per-endpoint security codegen to fix authentication conflicts, PyPI trusted publishing via OIDC for Python packages, and CLI tools gained raw file download endpoints with smart output naming. The CLI generator itself graduated to general availability after the January launch.
</Summary>

<Summary type="monthly" period="March 2026" release-count="5">
March focused on extending Stainless across AI workflows, release distribution, and CLI capabilities. The skills command lets coding agents discover how to use the Stainless CLI by auto-detecting project structure and installing to the right agent directory. Separately, the Docs Platform entered public beta, while CLI tools gained file download endpoints with output control via flags or smart naming, and generated SDKs can now omit X-Stainless-* headers through config.
</Summary>

<Release date="March 17, 2026" published="2026-03-17T00:00:00.000Z" url="https://www.stainless.com/changelog/install-agent-skills-using-the-stainless-cli">
## Skills for the Stainless CLI

The new stl skills command installs a Stainless CLI skill into your project so coding agents like Claude Code, Codex, and Gemini can learn how to use the Stainless CLI. It auto-detects whether your project uses .agents/ or .claude/ and installs to the right location, with symlink support when both exist.
</Release>

<Release date="March 12, 2026" published="2026-03-12T00:00:00.000Z" url="https://www.stainless.com/changelog/stainless-docs-platform-available-in-public-beta">
## Stainless Docs Platform available in public beta

Stainless Docs Platform is now available in public beta for all new and existing Stainless projects. Learn more in the announcement blog post here.
</Release>

<Release date="March 5, 2026" published="2026-03-05T00:00:00.000Z" url="https://www.stainless.com/changelog/upload-github-release-assets">
## Upload GitHub release assets

This is useful for uploading bundled or compiled artifacts or additional documentation files to your GitHub release.
</Release>

<Release date="March 4, 2026" published="2026-03-04T00:00:00.000Z" url="https://www.stainless.com/changelog/omit-x-stainless--headers">
## Omit X-Stainless-* headers

You can now omit all X-Stainless-* headers from generated SDKs by adding the omit_stainless_headers to your Stainless config:
</Release>

<Release date="March 3, 2026" published="2026-03-03T00:00:00.000Z" url="https://www.stainless.com/changelog/support-for-cli-tool-binary-endpoint-downloads">
## CLI tool binary endpoint downloads

Generated CLI tools now support endpoints for downloading files using raw file data. The output destination can be specified with --output / -o flags, or if unspecified, a smart filename will be chosen to avoid overwriting local files. Files can also be sent through pipes or IO redirection.
</Release>

<Release date="February 18, 2026" published="2026-02-18T00:00:00.000Z" url="https://www.stainless.com/changelog/staging-maven-repos-for-java-builds">
## Staging Maven repos for Java builds

The details on how to use this repo are visible when clicking on the info icon in the “Build” row in the build status panel in the studio. We also generate a custom doc page in the repo root, which is viewable by clicking on the “Learn more” link in the popup.
</Release>

<Release date="February 4, 2026" published="2026-02-04T00:00:00.000Z" url="https://www.stainless.com/changelog/codegen-support-for-per-endpoint-security">
## Codegen support for per-endpoint security

Previously, the SDK sent both the api-key and Authorization headers, which could cause authentication errors depending on how your API handles multiple authentication schemes.
</Release>

<Release date="February 3, 2026" published="2026-02-03T00:00:00.000Z" url="https://www.stainless.com/changelog/pypi-trusted-publishing-support-via-oidc">
## PyPI Trusted Publishing Support via OIDC

The Python SDK generator now supports publishing to PyPI using trusted publishing via OIDC in addition to API tokens.
</Release>

<Release date="January 29, 2026" published="2026-01-29T00:00:00.000Z" url="https://www.stainless.com/changelog/cli-generator-general-availability">
## CLI generator general availability

The CLI generator is now generally available, which lets you turn your APIs into high-quality command line tools. Here are some highlights:
</Release>

<Release date="January 22, 2026" published="2026-01-22T00:00:00.000Z" url="https://www.stainless.com/changelog/ai-commit-messages">
## AI commit messages

Stainless can now automatically generate commit messages for your SDK builds using AI. When enabled, AI generates descriptive commit messages for each SDK following the Conventional Commits format.
</Release>
