Skip to content

Releases: yomorun/yomo

v0.5.1

25 Dec 02:47
Compare
Choose a tag to compare

Core Changes

  • Add yomo init [name].
  • Add yomo --version.

v0.5.0

23 Dec 02:57
Compare
Choose a tag to compare

Improve yomo-cli

Core Changes

  • Add yomo build, yomo run and yomo version.
  • Emit mock data from remote emitter server when running yomo dev.

v0.4.1

19 Dec 11:05
5ca8b1e
Compare
Choose a tag to compare
doc/build: update Makefile support `make build` (#73)

0.4.0

18 Dec 14:09
071c13b
Compare
Choose a tag to compare

Streaming-Serverless in Rx way with CLI support

Core Changes

  • Add CLI support [#61]
  • Serverless architecture [#58]
  • RxStream-oriented in handler func [#60]

Example Changes

  • example/app.go

v0.3.1

17 Dec 08:58
1901594
Compare
Choose a tag to compare

update codec to v1.1.0

  • Solve the problem of base type encoding without wrapper node #66

v0.3.0

11 Dec 10:33
14f2948
Compare
Choose a tag to compare

update yomo-codec to v1.0.0

  • optimising performance
  • sticky packet handling

v0.2.2

26 Nov 09:54
9a9365b
Compare
Choose a tag to compare
  • update echo sample to using codec
  • update echoServerAddr to codec server

v0.2.1

26 Nov 08:44
9698d1f
Compare
Choose a tag to compare

update Quic-go to v0.19.2

v0.2.0

26 Nov 07:41
cacaebe
Compare
Choose a tag to compare
  • Codec switch to yomo-codec-golang
  • RunDevWith support OutputFormatter: HexString/PacketPrinter/EchoData/ThermometerData

v0.1.14

11 Sep 06:21
d6eb75c
Compare
Choose a tag to compare

optimize for performance test