Skip to content

Releases: yomorun/yomo

v1.3.6

28 Jun 04:56
9a717be
Compare
Choose a tag to compare

Core Changes

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

v1.3.5

24 Jun 05:54
61a3ce8
Compare
Choose a tag to compare

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

21 Jun 10:41
5a86b45
Compare
Choose a tag to compare

Core Changes

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

v1.3.3

18 Jun 07:09
e57d0a6
Compare
Choose a tag to compare

Core Changes

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

v1.3.2

11 Jun 07:17
93291ef
Compare
Choose a tag to compare

Core Changes

  • Update README_CN.md to latest version
  • fix(client): add RetryWithCount and fix connection bug (#188)
  • refactor(runtime): migrate runtime codes from cli project to yomo (#189)

v1.3.1

07 Jun 08:46
Compare
Choose a tag to compare

Core Changes

  • refactor(cli): clean CLI related files (#186)
  • fix(client): increase the timeout of heartbeat to 5s.

v1.3.0

04 Jun 12:40
Compare
Choose a tag to compare

Core Changes

  • feat(mesh): add zipper-sender client (#180) (#184)
  • fix(zipper): only one stream between zipper and flow (#179)

v1.2.520❤️

20 May 10:01
2fa230e
Compare
Choose a tag to compare

Core Changes

  • feat(workflow): Restructure the connection creation (#169), serverless applications can be deployed anywhere!
  • feat(codec): Support JSON codec (#166), integrating WebSocket with YoMo way much easier!
  • feat(quic): Use 0-RTT in QUIC client (#167)

v1.1.0

30 Apr 18:00
4e655b0
Compare
Choose a tag to compare

Core Changes

  • Zip more than 3 streams

v1.0.0

01 Mar 17:11
6573aa2
Compare
Choose a tag to compare

Core Changes

  • Read from multiple sources
  • Write-back to streams
  • Add more examples and use cases