Skip to content

Releases: justinush/maestro

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 31 May 13:48
adb95e0

What's Changed

  • fix(cli): correct version for go install and ship cross-platform release binaries by @justinush in #12

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 30 May 11:11

First public release of Maestro.

Maestro is an embedded workflow runtime for Go applications, originally built around KYC and onboarding workflow problems.

What’s included in v0.1.0:

  • Human and action workflow steps
  • Workflow persistence and restore
  • CEL-based transition guards
  • In-memory and Postgres run stores
  • Validation and simulation CLI
  • Example applications, including a KYC backend demo

The goal of this release is simple: make it possible to define a workflow, run it, pause on human input, persist state, and resume later without needing a separate orchestration service.

This release also includes a real consumer application used to validate the embedding experience from the application side.

Thanks for checking out the project. Feedback, questions, and real-world workflow use cases are always welcome.