Changelog

Keep up to date with our latest
releases and enhancements.

VS Code extension support for Gitlab and Github App projects    

It is now possible to monitor Gitlab and Github App projects through the VS Code extension. At this stage, these projects are not detected automatically by VS Code, but they can be selected manually through the settings page.

Dev tools

New format for API Access Tokens    

What’s New

CircleCI Personal and Project API access tokens have a new format. Previously, token values included a 40-character hex string. Newly created tokens will now include a CCIPAT or CCIPRJ prefix for personal access tokens or project access tokens, respectively:

Keep reading

Dev tools

VS Code extension support for multi-project workspaces    

What’s New

The CircleCI VS Code extension now allows monitoring multiple CircleCI projects in a single VS Code workspace. All CircleCI projects present in a workspace are now automatically detected and displayed in the Pipelines Panel when the workspace is loaded, whether it is a single-folder workspace or a multi-root workspace. Additional projects can be added through the settings page.

Dev tools

Config policies API    

What’s New

You can now manage your config policies via the API. Previously, policies could only be managed via the CLI. This gives you options for how you create, validate, and retrieve decision logs for policies in CircleCI. For further information see the API reference docs.

Dev tools

New CLI command: `env subst`    

What’s New

CircleCI’s CLI now includes an env subst command, which serves as a wrapper around the popular envsubst CLI tool. The command is used to substitute environment variables in a text string or file.

Keep reading

Dev tools

Re-run jobs with SSH from VS Code extension    

What’s New

Visual Studio Code users can now re-run CircleCI jobs with SSH, through either the integrated terminal, or a dedicated remote development window. You can automatically open an SSH connection within the terminal, or use a remote window to work on a CircleCI remote machine as if it was a VS Code workspace, which allows you to browse and view files easily, as well as take advantage of supported extensions.

Keep reading

Dev tools

CircleCI VS Code extension general availability    

What’s New

The CircleCI VS Code extension is now generally available. This extension provides an interface to visualize and manage CircleCI pipelines directly from VS Code. It also offers contextual help when creating, modifying, and editing CircleCI YAML configuration files.

Keep reading

Dev tools

CircleCI VS Code extension    

What’s New

We have published the official CircleCI Visual Studio Code extension. This extension provides an interface to visualize and manage CircleCI pipelines directly from VS Code. It also offers contextual help when creating, modifying, and editing CircleCI YAML configuration files.

Keep reading

Dev tools

Updated CLI commands for private orbs    

What’s New

The orb source, orb info, and orb/config validate CLI commands have been updated to work successfully with private orbs.

Keep reading

Orbs Dev tools

New Insights public APIs    

What’s New

CircleCI has just release 7 new Insights API endpoints to improve pipeline observability and tracking. You can now access even more insights features such as:

Keep reading

Dev tools