Skip to content
Pricing
Search
Results from:
Site
0
Blog
0
Docs
0
Images
0
Orbs
0
Resources
0
Site
0

No results for site

Blog
0

No results for blog

Docs
0

No results for docs

Images
0

No results for images

Orbs
0

No results for orbs

Resources
0

No results for resources

Changelog

Keep up to date with our latest
releases and enhancements.

May 20, 2025

May 20, 2025

Branches Now Displayed in Branch Picker Regardless of Trigger Settings    

We’ve enhanced our platform to ensure branches appear in the branch picker dropdown even when they don’t trigger a pipeline build due to trigger settings like “Only build PRs” or “CI Skip” being enabled.

May 19, 2025

May 19, 2025

Ability to create a project via the CircleCI CLI    

circleci project create now lets you create a project from the CircleCI CLI. Run circleci project create -h for instructions.

May 19, 2025

May 19, 2025

Workflow start time & duration are now copyable from CircleCI web app    

Icons to copy workflow start time & duration were introduced today as a quality-of-life improvement: copyable icons

May 14, 2025

May 14, 2025

MCP server can now list followed projects    

The CircleCI MCP server can now return a list of the projects that a user follows across all orgs that they are a member of.

May 13, 2025

May 13, 2025

Ability to copy pipeline start time to clipboard from CircleCI web app    

The start time for a given pipeline is now copyable on hover in the CircleCI web app.

May 13, 2025

May 13, 2025

MCP server can now return filtered test results by status (failed or passed)    

Based on user feedback, the CircleCI MCP server has been updated to let users filter their CI results by status (failed or passed). For example, you can now ask “which tests failed for this job: (insert job URL)” and you will get back a filtered list of failed test results instead of all test results.

May 13, 2025

May 13, 2025

MCP server can now get build failure logs with CircleCI job URLs    

The CircleCI MCP server can now return CI results in response to a job URL (ie. https://circleci.com/gh/org-name/project-name/job-number or https://app.circleci.com/pipelines/github/org-name/project-name/pipeline-num/workflows/workflow-id/jobs/job-number).

May 12, 2025

May 12, 2025

MCP server can now be installed from VSCode Extension    

The VSCode extension now supports a command to install the CircleCI MCP server. It is available in VSCode tools CircleCI: Install MCP Server.

May 12, 2025

May 12, 2025

New tab "Project setup" in project settings    

We’ve introduced a new “Project Setup” page in Project Settings, designed to simplify how pipelines and triggers are presented and managed. This unified experience will eventually replace the separate Pipelines and Triggers tabs.

May 12, 2025

May 12, 2025

Change to pipeline naming convention for GitHub OAuth and Bitbucket integrations     

We’ve updated the naming convention for pipelines integrated via GitHub OAuth app and Bitbucket Cloud. Previously, OAuth pipelines were automatically named {project-name} default, which in some cases created confusion. To improve clarity, we’ve simplified the naming structure by removing the “default” suffix. These pipelines are now simply named after their associated project.

May 09, 2025

May 09, 2025

MCP server can now trigger pipelines    

The CircleCI MCP server can now trigger pipelines. This can be used to run pipelines that would usually be triggered from the UI via an AI assistant like Cursor or Claude Code.

May 08, 2025

May 08, 2025

Runner Release 3.1.4    

Runner Release 3.1.4

Both Machine and Container Runner:

Addressing CVEs for dependencies in the CircleCI Self Hosted Runner Project

May 02, 2025

May 02, 2025

Skipped Jobs Status Change    

A change to status checks was originally scheduled for April 28, 2025. The scope of the change has been revised based on user feedback.

Apr 30, 2025

Apr 30, 2025

MCP Server Updated w/ Pipeline Status and Prompt Iteration tools    

Three new tools are available in the CircleCI MCP Server:

Apr 25, 2025

Apr 25, 2025

Paused - Previously announced skipped status updates    

Changes to how CircleCI reports skipped statuses to VCS have been paused based on user feedback. A new date will be determined soon. Any breaking changes will be announced with at least 4 weeks notice. Learn more about the planned changes to skipped job statuses.

Apr 22, 2025

Apr 22, 2025

Effective April 30 - GitHub Checks won’t be updated for older workflows    

On April 1st, we completed migrating customers to new GitHub Checks services. This was part of a refactoring of the underlying services to improve reliability. For workflows started before April 1st, we will stop sending updates to GitHub Checks as of April 30, 2025. For workflows started April 1st and later, we will send updates to GitHub Checks for 90 days after the workflow started.

Apr 17, 2025

Apr 17, 2025

CircleCI VS Code Extension Update - compatibility with any VS Code Fork    

The CircleCI VS Code extension is now available on the “open-vsx” registry so that developers using VS Code forks like Windsurf, VSCodium, etc can use the extension: https://open-vsx.org/extension/CircleCI/circleci

Apr 16, 2025

Apr 16, 2025

MCP Server Updated w/ Config Validation and Flaky Test Detection    

Two new tools made available in the CircleCI MCP Server:

Apr 09, 2025

Apr 09, 2025

Changes to dropdown options in "Add trigger" and "Add pipeline" forms    

The “Trigger type” dropdown in the “Add trigger” form (Project Settings > Triggers) has been updated with the following changes:

Apr 09, 2025

Apr 09, 2025

Paused - Breaking Changes - April 28th 2025 - Skipped Status Will Now Return Success     

Update: Based on user feedback, this release has been postponed to better assess impact to VCS workflows. Detailed descriptions of changes and a new launch date will be announced soon. A new date for any breaking changes will be announced at least 4 weeks in advance.

Apr 08, 2025

Apr 08, 2025

CIRCLE_PULL_REQUEST env variable now populated for GitHub App pipelines     

The environment variable CIRCLE_PULL_REQUEST is now populated for all pipelines triggered from GitHub, regardless of integration type, whenever the triggering commit is associated with a pull request.

Apr 08, 2025

Apr 08, 2025

Auto-populate trigger pipeline modal parameters based on selected pipeline.     

Parameters in the trigger pipeline modal now automatically populate based on the pipeline selected in the dropdown menu at the top of the form.

Mar 28, 2025

Mar 28, 2025

CI Skip and Only build PRs will no longer create pipelines    

What is changing?

Mar 28, 2025

Mar 28, 2025

Display "Authorize" button on the navbar if user has not authorized GitHub App    

When using the GitHub App integration, each user needs to “authorize” the CircleCI GitHub App for their pipelines to be correctly attributed to them. Not doing so means:

Mar 28, 2025

Mar 28, 2025

Disable SSH Rerun by Project    

Project admins can now disable SSH rerun for individual projects via Project Settings>Advanced or the CircleCI v2 API.

Mar 26, 2025

Mar 26, 2025

UI changes to the pipelines page    

We have introduced some UI changes to the pipelines page:

Mar 26, 2025

Mar 26, 2025

Context restriction APIs marked GA    

The context restriction APIs have been promoted from experimental to generally available. Authorized users can now create, read, and delete project- and expression-based context restrictions via API. Security group context restrictions are not supported yet. Read the context API documentation.

Mar 18, 2025

Mar 18, 2025

New context timeout error messaging    

A new error message has been added to the contexts page to help users differentiate between page timeouts and permission errors. Previously, it was unclear to the user whether page load issues could be resolved with a refresh. Now, users who have the correct permissions will see “Please try again in a few minutes.” if contexts take a long time to load.

Mar 15, 2025

Mar 15, 2025

Manage GitHub App installation from the organization settings page "VCS Connections"    

The tab “VCS” in Organization Settings has been renamed into “VCS Connections”, and it now includes a section dedicated to the GitHub App integration.

Mar 14, 2025

Mar 14, 2025

Prevent non-admin users from installing the GitHub App    

The GitHub App pipeline and trigger forms have been updated to prevent non-admin users from attempting to install the CircleCI GitHub App.

Mar 12, 2025

Mar 12, 2025

Show in-app instructions for how to delete OAuth trigger    

A growing number of GitHub OAuth customers have been looking to stop building their OAuth pipelines in favour of the new GitHub App pipelines which provide a broader range of triggering options.

Feb 24, 2025

Feb 24, 2025

Default value added to 'Config File Path' in 'Add pipeline' form    

When creating a new pipeline (Project Settings > Pipeline), the field “Config File Path” now contains a default value (circleci/config.yml) that the user can edit, instead of a placeholder.

Feb 24, 2025

Feb 24, 2025

Fixed a bug preventing pipeline name edits    

A bug prevented editing the pipeline name in Project Settings > Pipelines > Edit. This has now been fixed.

Feb 24, 2025

Feb 24, 2025

Added link to help troubleshoot GitHub App installation issues    

Feb 21, 2025

Feb 21, 2025

Fixed a bug preventing repeated PR events on the same SHA from re-triggering pipelines    

This bug has been fixed, and the note removed from the docs.

Feb 21, 2025

Feb 21, 2025

Release Agent Release 1.3.5    

Changes:

  • Fixed a bug that prevented the release agent from starting up when Argo Rollouts was not installed in the cluster

See more details here.

Feb 21, 2025

Feb 21, 2025

Updated wording for the 'Build forked pull request' project setting    

The “build forked pull request” setting in Project Settings > Advanced has been updated to clarify that it only applies to OAuth pipelines, not GitHub App pipelines.

Feb 18, 2025

Feb 18, 2025

Fixed pill size on Pipelines and Triggers pages    

The pill sizes on the ‘Pipelines’ and ‘Triggers’ pages in Project Settings have been adjusted for consistency.

Feb 17, 2025

Feb 17, 2025

Updated wording for the 'Only Build Pull Requests' project setting    

The “only build pull request” setting in Project Settings > Advanced has been updated to clarify that it only applies to OAuth pipelines, not GitHub App pipelines.

Feb 14, 2025

Feb 14, 2025

Improved Error Summarizer opt-ins for organization admins    

Organization admins can now enable the in-app Error Summarizer via a modal on the same page, eliminating the need to navigate to Organization Settings. If a user is not an organization admin, the modal will inform them that they need to contact their organization admin to enable the setting in Organization Settings > Advanced.

Feb 13, 2025

Feb 13, 2025

Release Agent Release 1.3.4    

Changes

  • Improved logging when rollout controller is not found
  • Minor bug fixes

See more details here.

Jan 30, 2025

Jan 30, 2025

Release Agent Release 1.3.3    

Changes

  • Added support for displaying Argo Rollouts Analysis details in the Releases UI
  • Fixed bug for replicasets with the same component name but different project IDs

See more details here.

Jan 30, 2025

Jan 30, 2025

Argo Rollouts analysis details now visible in Releases UI    

Users tracking releases with CircleCI can now see Argo Rollouts background validation and inline analysis results included in the details for an individual release. This enhanced integration between CircleCI’s Release Agent and Argo Rollouts allows for easier investigation into failed deployments.

Requires v1.3.3 of the Release Agent.

Jan 28, 2025

Jan 28, 2025

Added a dropdown to select pipeline parameters in the web app    

When triggering pipelines in the CircleCI web app, users can now select existing parameters from a dropdown in the modal. trigger pipeline dropdown

Jan 21, 2025

Jan 21, 2025

Runner Release 3.1.0    

Runner Release 3.1.0

Container Runner:

Jan 15, 2025

Jan 15, 2025

Release Agent Release 1.3.2    

Changes:

  • Security updates
  • Minor logging improvements
  • Improved validation logic for retrying a release

More details can be found here.

Jan 14, 2025

Jan 14, 2025

Skip to the most recent server release version 4.7    

Our general recommendation is not to skip releases when upgrading server. However, we validated that you can seamlessly upgrade directly from server 4.3, 4.4, 4.5 and 4.6 to server 4.7. While future version skips may not be tested by CircleCI, this ensures a clear path to adopt server 4.7 and stay on a newly supported version.

For more information on Server release version 4.7 see the changelog.

Dec 05, 2024

Dec 05, 2024

Custom UI Labels in Releases    

Releases users can now add custom labels to their components and environment integrations, as well as filter the timeline view by created labels. Labels can be added, edited, and removed via the Component Settings and Environment Integration Settings pages.

Dec 05, 2024

Dec 05, 2024

More Flexible Job Required Capabilities     

Customers have been asking for more flexibility when building dependency requirements between jobs. To date “requires” was based on the success of the required job. That is no longer the case. “Requires” now supports job status; success, failed, and canceled. So you can now build out complex dependency maps and fan in/out scenarios.

Dec 03, 2024

Dec 03, 2024

Display "Organization slug" on Organization settings page    

The page Organization Settings > Overview now includes a new “Organization slug” section, which lets users view and copy in one click the slug of their organization.