Releases: yomorun/yomo
Releases · yomorun/yomo
v0.7.7
Core Changes
- Bump
y3-codec-golang
to v1.6.4. - Rename
Y3
tag declaration fromyomo:"0x10"
toy3:"0x10"
.
v0.7.6
Core Changes
- YoMo-Zipper configuration verification
- Add use cases that demonstrate how to integrate with FaunaDB/SSVM/EMQX etc.
v0.7.5
Core Changes
- Refactor the validation of wf config.
- Add example configs of the sender and receive zipper.
v0.7.4
Bump y3-codec-golang
to v1.6.2 to fix error with multiple subscribers.
v0.7.3
Core Changes
- Fix: one QUIC connection corresponds to one RxStream.
v0.7.2
Bump y3-codec-golang
to v1.6.1.
v0.7.1
Rename yomo-codec-golang
to y3-codec-golang
, bump y3-codec-golang
to v1.5.0.
v0.7.0
Implement yomo-sink
to receive the data from yomo-flow
.
Core Changes
- Distribute data to
yomo-sink
in parallel. - Add examples of
yomo-sink
.
Examples
- Save data to
FaunaDB
: yomo-sink-faunadb-example - Show real-time data on
web
:
v0.6.0
Implement yomo-zipper
(workflow) which receives the data from yomo-source
, runs yomo-flow
(streaming serverless) in pipeline, and distributes the result to yomo-sink
.
Core Changes
- Add CLI
yomo wf run workflow.yaml
[#62] - Add two examples of
yomo-source
.
Examples
yomo-source
:yomo-flow
: example/flow/app.goyomo-sink
: example/sink/app.goyomo-zipper
: example/workflow.yaml
v0.5.2
Bug Fix
- Cloud use
yomo init demo
for creating a yomo project quickly