Skip to content

v2024.01.24.01

Compare
Choose a tag to compare
@mattoni mattoni released this 24 Jan 22:12
· 299 commits to main since this release
76b2af6

This release contains some rather large updates going out with this the latest version of the platform.

Deployments

Cycle now supports deployments within an environment. See our release video here for more details: https://www.youtube.com/watch?v=KI0ml65D8Ws

Simplified pipeline references (❗ BREAKING CHANGE ❗)

Cycle now uses 'fluid identifiers' for referencing resources/previous steps in steps. Existing pipelines have automatically been migrated with the update, and the API now uses them instead of previous structure.

Variable support in pipelines and stacks

Both pipelines and stacks now support variables in the format {{variable}}. The API has been updated to support building stacks/triggering pipelines with variables attached.

There have also been additional step types added to pipelines, such as the GET webhook step.

data root response key now listed as 'required'

All Cycle API responses are keyed under data. Now, this is listed as a 'required' field for 2xx responses, making it easier to interact with the response data in API clients etc.

There are many additional minor fixes/changes to the spec, listed below.

What's Changed

Full Changelog: v2023.12.11.01...v2024.01.24.01