Releases: yomorun/yomo
Releases · yomorun/yomo
Release list
v1.5.2
v1.5.1
v1.5.0-alpha-HD🍼
Core Changes
- Introduce
Frame@venjiang - Immutable streams @xiaojian-hong
- Decoupling Y3 codec from user land @fanweixiao
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-alpha
v1.3.7
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
Core Changes
- fix(zipper): make sure
sinkreceives all data fromzipper - fix(rx): make
Encodeoptional in Serverless Handler func
v1.3.5
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
Core Changes
- fix(buffer): increase the buffer size and support custom size via env (#192)