Changelog

New features and improvements to Pipestack.

← All updates

Changelog #0003

Building your pipelines with the drag & drop builder is a great way to get started. Looking at the underlying YAML config in the Config view has been fun, but not very helpful :-). That's why I enabled YAML editing, with a few guards to avoid disasters.

This builds the foundation for much more useful features down the road, namely sharing pipelines with copy & paste or direct links to a builder to get started with templates.

Platform

  • Refactored the pipeline_manager service. I initially had a LLM write most of the code, but it became a maintenance nightmare. No more!

CLI

  • N/A

Web

  • Enabled YAML editing in the Config view.

Sources

  • UPDATED Webhook
    • Extracted repetitive code to streamline the addition of new sources.

Processors

  • UPDATED Webhook
    • Extracted repetitive code to streamline the addition of new processors.

Sinks

  • UPDATED Webhook
    • Extracted repetitive code to streamline the addition of new sinks.

Miscellaneous

  • N/A