Skip to content

Changelog

Keep up to date with our latest
releases and enhancements.

Xcode 26 Beta 6 Available    

The Xcode 26.0 Beta 6 image is now available to be used in CircleCI pipelines on the M4 Pro resource classes.

Introduce the ability to disable triggers    

The Project settings > Project setup page now allows disabling GitHub App and Custom Webhook triggers. This is useful when iterating on trigger configuration, as it enables pausing pipeline triggering without deleting a trigger.

[BETA] Test Quality Agent that fixes flaky tests    

Test Quality Agent now in Beta

A new agentic capability is now available in private beta that automatically identifies and fixes flaky tests in your CircleCI projects. This agent helps reduce debugging time by analyzing inconsistent test behavior and creating pull requests with validated solutions.

Xcode 26 Beta 5 Available    

The Xcode 26.0 Beta 5 image is now available to be used in CircleCI pipelines on the M4 Pro resource classes.

Automatic retry of workflows released    

We have added automatic workflow retry functionality to help you handle flaky resources and intermittent failures without manual intervention. You can now specify max-auto-reruns in your workflow configuration with a value between 1 and 5 to automatically rerun failed workflows. Just like the manual “re-run from failed” feature, only failed jobs will be retried - successfully finished jobs will not be rerun during automatic retries. This eliminates the need to manually monitor and restart workflows that fail due to environmental issues beyond your control.

Official CircleCI Terraform provider now available    

The officially supported CircleCI Terraform provider is now available. The Terraform provider supports administrative tasks for managing projects, pipelines, triggers, and contexts. A part of the Platform Team Toolkit, Terraform provider can be used to leverage infrastructure as code practices and make managing CircleCI projects fast and easy.

See the official Terraform repo for more information.

Join the CircleCI testing agent waitlist    

You can sign up for the CircleCI testing agent waitlist here. The testing agent will fix flaky tests for you among other capabilities.

Create and delete organization endpoints available in the CircleCI v2 API    

You can create and delete CircleCI organizations programmatically through newly released Organization endpoints:

Multi-factor authentication - general availability    

Multi-factor authentication (MFA) is now generally available to all users who log in to CircleCI with email address and password. MFA is optional to configure until November 30, 2025. MFA will be required for all email and password logins starting December 1, 2025.

Learn how to set up MFA for your account.

Server Release 4.8.0    

Server 4.8.0 Changelog

Just in time provisioning for single sign on    

CircleCI single sign-on (SSO) now supports just in time (JIT) provisioning for org membership, user roles, and user groups. With JIT, CircleCI user profiles are updated each time the user authenticates with your organization’s chosen identity provider.

Learn how to set up SSO Group Mapping

Mac M4 Pro    

Mac M4 Pro resources are now available on CircleCI, bringing Apple’s most advanced silicon directly to your CI/CD pipelines. Experience cutting edge performance with optimized CPU and memory configurations designed to effectively tackle your most challenging tasks.

CircleCI Terraform provider available    

The CircleCI Terraform Provider enable customers to manage CircleCI projects with IaC patterns. For large-scale organizations, this enables automated project creation for new teams or projects. For existing projects and teams Terraform offers consistent settings and controls across all projects.

Xcode 16.4 GA Available    

The Xcode 16.4 GA image is now available to be used in CircleCI pipelines.

The full manifest of installed software can be found here.

Instant rollback via the CCI web app    

From the “Project Overview” page, you can now set up a rollback pipeline that lets you quickly revert to a previous deployment version when invoked. Read more in our community forum, send any questions/comments to sebastian@circleci.com.

Introducing Platform Team Toolkit - Say goodbye to pipeline sprawl    

Platform Team Toolkit enables enterprise CI/CD optimization and governance that eliminates duplication, enforces security compliance, and accelerates delivery while empowering developers with the flexibility and speed they need.

Xcode 16.4 RC Available    

The Xcode 16.4 RC image is now available to be used in CircleCI pipelines.

The full manifest of installed software can be found here

Xcode 16.3 Available    

The Xcode 16.3 image is now available to be used in CircleCI pipelines.

The full manifest of installed software can be found here

The Bitbucket Data Center integration is now available to all users    

Refer to the docs to get started.

For any feedback or question, you can reach out directly to benedetta@circleci.com.

Multi-factor authentication - Open Preview    

Multi-factor authentication (MFA) is now available to all users who log in with email address and password. This added layer of security can be set up in the “Password & Authentication” tab within your user settings. Full instructions can be found in the documentation.

Project deletion now available in-app    

We’ve released the ability for organization and project admins to self-serve delete projects in the CircleCI web app. For instructions on how to delete a project from CircleCI, see our documentation.

Project Administration APIs Now Available    

Project administration APIs are now available to cloud customers. Perfect for customers wanting to ease new project onboarding, maintain standards across projects, or manage projects with infrastructure as code (IaC practices). For more information see the official documentation.

MCP Server for CircleCI now available    

We’ve recently rolled out the CircleCI Model Context Protocol (MCP) Server. This enables developers using tools (Claude Code, Cursor, Windsurf, etc.) that support the MCP protocol to interact with CircleCI.

Project overview page    

We’ve introduced a new project overview page, which allows users to get a quick sense of the health of their pipelines and see what changes have recently been deployed for a project all in one place. Users can access this page by clicking the Overview link from the Organization Home page or Projects page.

Avoid commit conflicts in your pipelines with serial-jobs    

The queue orb was previously used to avoid multiple pipeline race conditions and conflicts. Serial-job provides native support for the functionality provided by the queue orb. Overtime we will expand the use cases we support to cover additional challenges like multi-job or workflows. The first release is serial-group for individual jobs.

Single Sign On for GitHub OAuth and Bitbucket Cloud    

Single sign on (SSO) is now available for Cloud Scale plan customers with CircleCI organizations connected to GitHub OAuth and Bitbucket Cloud. Learn how to connect your identity provider and enforce SSO for users in your org.

Trigger pipelines on push to non-draft PR    

It is now possible to configure pipelines to be triggered only on pushes to non-draft Pull Requests.

Introducing a pipeline iteration experience for new users    

We have introduced a new pipeline iteration experience for new users in organizations integrated with GitHub App. This assisted experience is available after setting up new projects or through the Workflow and Jobs pages, where users can chat and receive real-time support for their pipelines.

Introduce the ability to trigger pipelines on GitHub pull request events    

Pipelines can now be triggered on a wider range of GitHub events, including pull request events, giving you more control over when your builds run.

GitHub App Integrations Now Support GitHub Checks    

Github App organizations can now take advantage of Github Checks. Customers often use GitHub checks to verify and validate that specific jobs or workflows have been completed before taking action like merging code.

Xcode 16.2 GA Available    

The Xcode 16.2 GA image is now available to be used in CircleCI pipelines.

Xcode 16.2 RC Available    

The Xcode 16.2 RC image is now available to be used in CircleCI pipelines.

New Job Type "No-Op" Job Can Make Complex Workflows Simple    

There is a new “no-op” type of job available to customers, which does nothing. This is useful in some cases to shape complex workflows and simplify dependency relationships when there are large fan-in/fan-out scenarios.

Dynamic when statements for workflows released    

We have added conditional support to when statements so you can do things like this: when: pipeline.git.tag == "release". The conditional support allows you to run workflows based on pipeline parameters and values.

Pre-populate pipeline parameters when triggering a pipeline in the CircleCI web app    

For organizations that integrate with GitHub App, GitHub OAuth App, Bitbucket Cloud, and Bitbucket Data Center, we now pre-populate pipeline parameters when triggering pipelines in the CircleCI web app.

Server Release 4.7.0    

Before Upgrading

See the CircleCI server 4.7 release notes and upgrade guide for this release.

Triggering GitHub App/Bitbucket Data Center pipelines now available in the CircleCI web app    

The ability to trigger pipelines in the CircleCI web app is now available for organizations that integrate through GitHub App and Bitbucket Data Center. Users can access this functionality by navigating to the Pipelines page and clicking the ‘Trigger Pipeline’ button, located on the top right of the page. This functionality is not yet available to organizations that integrate through GitLab.

Organizations that integrate with GitHub OAuth and Bitbucket Cloud will see a revamped experience to the existing modal.

Single Sign On for GitHub App, Gitlab, and Bitbucket Data Center    

Single sign on (SSO) is now available for Scale plan customers with CircleCI organizations connected to GitHub App, Gitlab, or Bitbucket Data Center. Learn how to connect your identity provider and enforce SSO for users in your org.

Machine-readable IP Ranges for macOS    

A machine-readable list of IP ranges used by CircleCI’s macOS cloud is now available. Learn how to automate retrieval the latest IP ranges.

Unlocking any cross-repo pipeline and trigger setups, including central config management    

Historically, CircleCI users have been limited to setting up validation systems that only worked within the scope of a single repository.

Using GitHub App functionality in a GitHub OAuth App organization    

We are enabling users who are a part an organization that integrates with CircleCI’s GitHub OAuth App to use functionality that was previously only available to organizations that integrate with CircleCI’s GitHub App.

Now available to all GitHub users - custom webhooks for orgs that integrate via GitHub OAuth App    

Custom webhooks let you trigger pipelines from any 3rd party that can emit an outbound webhook. This functionality is now available to orgs that integrate with CircleCI’s GitHub OAuth App. Read more about how to use custom webhooks in an organization that integrates with CircleCI’s GitHub OAuth App.

Change to Custom Webhook configuration experience    

Until today, the Pipeline property “Fallback branch” determined which branch would be used to fetch config and code for pipelines triggered via Custom Webhook. This field could only be configured by editing the Pipeline associated with a Custom Webhook, rather than by editing the Custom Webhook itself, and was poorly discoverable.

Running pipelines via API now available in preview for Github App and Bitbucket Data Center    

Pipelines connected via GitHub App or Bitbucket Data Center can now be run via API, using a new API V2 endpoint:

Evals Orb version 2.0.0    

With CircleCI’s Evals orb 1.x.x, users were able to configure CircleCI to orchestrate evaluations of their LLM-enabled applications within their CI pipeline.

M2 Pro Medium and Large available    

M2 Pro Medium and M2 Pro Large are now available on Performance and Scale plans.

Release markers and release jobs    

We have added release markers and release jobs to CircleCI Releases!

Server release 4.5.4    

Bug Fixes

  • SSH reruns work with GitHub Enterprise
  • Job cancellation on build page failed with ‘load failed’ output

Bitbucket Data Center integration is now in Closed Preview    

Sign up for access here

Server Release 4.6.0    

This version will reach EOL in August 2025 and can be skipped when upgrading from 4.3 or 4.4. We recommend upgrading directly to 4.7 for the latest security patches.