Changelog
Follow @goldskyio on Twitter to stay updated on everything we ship.
← Back to all changelogs
Introducing Mirror pipeline YAML V3: simplified and powerful
We're excited to release Version 3 of our Mirror pipeline YAML configuration file. This updated version introduces a more simplified and intuitive format for defining your pipelines.
What's new?
- Reorganized configuration: The
definition
property has been removed from the root level, andsources
,transforms
,sinks
have been elevated to the top-level definition for easier access and modification. - Improved data structure: We've transitioned from using arrays to maps for
sources
,transforms
,sinks
, which eliminates the need for thereferenceName
property and simplifies the overall structure. - Standardized property names: All properties are now consistently formatted in snake_case to enhance readability and maintain consistency across configurations.
Read more about the new configuration format and how to apply it in your projects here.
Billing summary quickview
Access an immediate overview of your current billing cycle directly from your project dashboard by clicking on "Billing Summary" at the top right corner. This enhancement is part of our ongoing efforts to ensure transparency and ease in monitoring your spending as you engage with Goldsky products, helping you stay informed and in control of your costs.
CLI v8.9.0 - The
pipeline info
command now provides detailed runtime information about pipelines. This functionality was previously part of thepipeline get
command, which is now streamlined to handle configuration details and cloning of pipeline configurations more efficiently.Added subgraphs: Rootstock