Skip to content

Releases: yomorun/yomo

v1.5.2

Choose a tag to compare

@release-drafter release-drafter released this 08 Oct 13:48
c639456

Core Changes

v1.5.1

Choose a tag to compare

@fanweixiao fanweixiao released this 01 Oct 07:53
129ecee

Core Changes

v1.5.0-alpha-HD🍼

Choose a tag to compare

@fanweixiao fanweixiao released this 24 Sep 13:24
2a0f7f8

Core Changes

This version takes 2 months with 90 commits, with a lot of performance tuning stuffs. During this period, our core contributor @xiaojian-hong got his baby, so, this version of yomo, we use HD, the name of baby, as code name of current version :)

v1.4.0-beta

v1.4.0-beta Pre-release
Pre-release

Choose a tag to compare

@xiaojian-hong xiaojian-hong released this 24 Aug 11:50
1132e43

Core Changes

  • Replace framing with Y3 frame #211

v1.4.0-alpha

v1.4.0-alpha Pre-release
Pre-release

Choose a tag to compare

@fanweixiao fanweixiao released this 19 Aug 13:13
67e6f79

Core Changes

  • Rename source/flow/sink #173
  • Simplify workflow.yaml #174
  • stream-fn is optional to use the Encode operator.
  • Improve the throughput when high concurrency.
  • Add more tests.

v1.3.7

Choose a tag to compare

@xiaojian-hong xiaojian-hong released this 15 Jul 03:32
25349ed

Core Changes

  • refactor(log): add log when reconnecting to zipper (#206)
  • chore(deps): bump go.uber.org/zap from 1.17.0 to 1.18.1 (#202)
  • fix(mesh): print the received data when no sinks in zipper-receiver (#204)
  • fix(mesh): print the information when downloading the mesh config (#203)
  • fix(zipper): decode frame before sending data to downstream zipper (#201)
  • update links (#200) (#199)

v1.3.6

Choose a tag to compare

@release-drafter release-drafter released this 28 Jun 04:56
9a717be

Core Changes

  • fix(zipper): make sure sink receives all data from zipper
  • fix(rx): make Encode optional in Serverless Handler func

v1.3.5

Choose a tag to compare

@xiaojian-hong xiaojian-hong released this 24 Jun 05:54
61a3ce8

Core Changes

  • feat(logger): add logger to print different level logs (#195)
  • add example demonstrate how to transfer raw binary data with YoMo (#194)
  • chore(deps): bump github.com/lucas-clemente/quic-go from 0.21.0 to 0.21.1 (#193)
  • chore(deps): bump github.com/yomorun/y3-codec-golang from 1.6.9 to 1.7.0 (#196)

v1.3.4

Choose a tag to compare

@xiaojian-hong xiaojian-hong released this 21 Jun 10:41
5a86b45

Core Changes

  • fix(buffer): increase the buffer size and support custom size via env (#192)

v1.3.3

Choose a tag to compare

@xiaojian-hong xiaojian-hong released this 18 Jun 07:09
e57d0a6

Core Changes

  • fix(server): heartbeat send (#190)
  • feat(framing): add frame length to support large data (#191)