Skip to content

Releases: yomorun/yomo

v0.7.7

23 Feb 06:41
db7753b
Compare
Choose a tag to compare

Core Changes

  • Bump y3-codec-golang to v1.6.4.
  • Rename Y3 tag declaration from yomo:"0x10" to y3:"0x10".

v0.7.6

02 Feb 03:20
bbdfbd3
Compare
Choose a tag to compare

Core Changes

  • YoMo-Zipper configuration verification
  • Add use cases that demonstrate how to integrate with FaunaDB/SSVM/EMQX etc.

v0.7.5

26 Jan 08:01
7d05e75
Compare
Choose a tag to compare

Core Changes

  • Refactor the validation of wf config.
  • Add example configs of the sender and receive zipper.

v0.7.4

26 Jan 07:10
4d1bc81
Compare
Choose a tag to compare

Bump y3-codec-golang to v1.6.2 to fix error with multiple subscribers.

v0.7.3

21 Jan 08:03
ec61a87
Compare
Choose a tag to compare

Core Changes

  • Fix: one QUIC connection corresponds to one RxStream.

v0.7.2

20 Jan 10:16
c32bfc9
Compare
Choose a tag to compare

Bump y3-codec-golang to v1.6.1.

v0.7.1

11 Jan 08:14
894f665
Compare
Choose a tag to compare

Rename yomo-codec-golang to y3-codec-golang, bump y3-codec-golang to v1.5.0.

v0.7.0

08 Jan 01:55
4ff5f11
Compare
Choose a tag to compare

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

v0.6.0

31 Dec 02:00
8b0420a
Compare
Choose a tag to compare

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

v0.5.2

29 Dec 06:23
155e164
Compare
Choose a tag to compare

Bug Fix

  • Cloud use yomo init demo for creating a yomo project quickly