Changelog
Follow @goldskyio on Twitter to stay updated on everything we ship.
← Back to all changelogs
Pause and resume pipelines
Pipelines can now be paused and restarted using pipeline pause <name>
and pipeline start <name>
, allowing for easier iteration. When an active pipeline is paused, Goldsky will snapshot the progress and resume from where the pipeline left off.
Added support for custom subgraphs as Mirror sources
User-created subgraphs are now available as a source for Mirror pipelines, allowing you to replicate your own custom subgraphs in real time to your own data ifnrastructure. This unlocks more robust access to your data, enabling more flexible querying and use of your subgraph data in general.
Upgraded API key management
You now have the ability to create multiple API keys and name them, allowing for significantly better key management - across users, use cases, or however your workflow is set up. Soon™, we'll be adding permissioning on a per-key basis for further workflow control.
Shareable pipeline definitions
With get-definition
, the Goldsky CLI will print out a shareable pipeline definition - this can be copy+pasted as is to share with team members or Goldsky support, or to clone the pipeline easily. An example of the command in use would be goldsky pipeline get-definition <name>
.
Decode raw blockchain data in-stream
Custom _gs_fetch_abi
and _gs_evm_decode
functions that allow you to decode raw contract data in a Mirror pipeline transformation. Visit the docs page for more details and a step-by-step tutorial. This feature is in technical preview so if you run into unexpected behaviour, please contact us.
Improved error handling for Postgres and Rockset sink connections
Optimized retry mechanisms for sink connections
Signficantly improved load times on
goldsky pipeline create
initial promptEnabled multi-select for Mirror pipeline source selection
Improved auto-mapping for Postgres source/transform
Added subgraph support for Polygon zkEVM and Metis
Launched Base Mainnet and deprecated Base Testnet on indexed.xyz