Releases: bacalhau-project/amplify
Releases · bacalhau-project/amplify
v0.2.1
What's Changed
- feat(api): add temporary home page by @philwinder in #43
Full Changelog: v0.2.0...v0.2.1
v0.2.0
First example of a trigger! Currently connected to https://ipfs-search.com which provides a simple API to get newly observed cids.
What's Changed
- feat(triggers): initial amplify triggers by @philwinder in #40
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- chore(docs): update job interface to say inputs may not exist by @philwinder in #38
- refactor(dag): make root nodes explicit by @philwinder in #39
Full Changelog: v0.1.0...v0.1.1
v0.1.0
❓Conditional Workflows!❓
This release adds the ability to specify a predicate on the input. A job will only run if the stdout contains the specified regex.
What's Changed
- refactor(config): rename config elements by @philwinder in #36
- feat(graph): conditional workflows by @philwinder in #37
Full Changelog: v0.0.0...v0.1.0
v0.0.0
🔈 The initial release of Amplify! 🎉 It's quite bare bones. There's limited functionality and only the API is exposed, but it works!
What's Changed
- feat(amplify): first demo version by @philwinder in #1
- feat(cli): refactored the POC into a CLI by @philwinder in #2
- Single job by @philwinder in #3
- feat(workflows): initial version of configurable workflows by @philwinder in #4
- Custom workflow demo by @philwinder in #5
- feat(api): early dirty version of queue api by @philwinder in #7
- refactor: make everything run as a single job by @philwinder in #10
- refactor(all): refactor queue, tasks and composites by @philwinder in #11
- feat(ci): add CI 🎉 by @philwinder in #12
- chore(test): adding lots of tests by @philwinder in #15
- test(cmd): add serve test by @philwinder in #21
- fix(config): cli args are parsed properly by @philwinder in #25
- 22 api run all workflows by @philwinder in #28
- [WIP] 27 dag improvements by @philwinder in #29
- fix(ci): release binaries on all, but docker on proper version by @philwinder in #32
- chore(deps): update bacalhau by @philwinder in #33
- fix(ci): fix several deployment related issues by @philwinder in #34
- feat(ops): deployment scripts and initial release by @philwinder in #35
New Contributors
- @philwinder made their first contribution in #1
Full Changelog: https://github.com/bacalhau-project/amplify/commits/v0.0.0