Changelog

Keep up to date with our latest
releases and enhancements.

New Privacy Setting    

What’s New

CircleCI uses 3rd-party tracking pixels to analyze traffic and optimize our marketing efforts (read our privacy policy to learn more). You can now disable these pixels within the CircleCI application by opting out. To do this, click the drop down menu under your picture and follow User Settings > Privacy & Security to check the opt-out box.

New Status Gauge Icon    

What’s New

In an effort to improve incident reporting, CircleCI replaced status banners with a gauge icon in the application.
Our goal is to provide you with a better understanding of your pipeline’s current system health which includes CircleCI infrastructure and common external dependencies. Before, banners hid root cause and communicated issues to everyone even though the incident was relevant to few. Now, a gauge icon will give you a dynamic view into general infrastructure health and fast access to https://status.circleci.com for deeper details.

Getting Started Page Changes    

What’s New

Projects are no longer checked by default on the Getting Started page to avoid causing all unintended projects to start building.

Orb Licensing    

What’s New

Orbs are now licensed out from CircleCI to users under the MIT open-source license agreement. Refer to the Licensing page of the Orbs Registry for details.

Orbs

Plan Display Updates (February 2019)    

What’s New

  • Usage banner is now shown on non-job pages to help users of the Free plan understand their usage.

What’s Fixed

  • Added back ability to start a macOS trial on Plan Settings page.

Orbs List Update    

What’s New

It is now possible to sort the list of orbs according to their usage by running the circleci orb list --sort command.

Orbs

Log Downloads Feature    

What’s New

For customers with large logs, there’s now a way to open the log file in a separate browser in addition to to downloading the file.

Release 2.16.00    

Fill out this form to receive updates about CircleCI through email.

Keep reading

Server Images

Orbs Inside Orbs    

What’s New

Orb elements can now be composed directly with elements of other orbs. For example, you can now have an orb that looks like the following:

Keep reading

Orbs

New Orb CLI Commands, New Plan Views, New API Doc    

What’s New

  • The CircleCI CLI command orb list now has an optional flag, --json, that provides machine-readable output. In addition, the CLI command orb source has been updated to allow you to pull any version, including dev versions, for example:
circleci orb source mynamespace/myorb@dev:foo
circleci orb source mynamespace/myorb@1.2.3
circleci orb source mynamespace/myorb@volatile
  • Cloud Performance plans have been updated to display multiple periods of usage data on the Settings page.

Keep reading

Orbs