Releases: yomorun/yomo
Releases · yomorun/yomo
Release list
v1.8.0
v1.7.4
What's Changed
- refactor: refactor Connector to make code more expressive by @wujunzhuo in #329
- fix: avoid panic due to reflecting nil pointer by @wujunzhuo in #332
- fix/security: CVE-2022-28948 by @fanweixiao in #333
Full Changelog: v1.7.3...v1.7.4
v1.7.3
What's Changed
- Update README.md by @Sayanta66 in #320
- feat: upgrade auth process by @venjiang in #319
- feat: avoid SFN with the same name by @venjiang in #322
- fix: reconnect by @venjiang in #326
New Contributors
- @Sayanta66 made their first contribution in #320
Full Changelog: v1.7.2...v1.7.3
v1.7.2
What's Changed
- docs: fix typo by @schmelto in #313
- doc: add production os performance tuning section by @fanweixiao in #315
- chore(deps): bump quic-go to v0.27.0 by @venjiang in #318
New Contributors
Full Changelog: v1.7.1...v1.7.2
v1.7.1
Core Changes
- fix: client TLS config by @venjiang in #306
- docs(example): typos by @venjiang in #307
- perf: change quic keep-alive packet strategy by @wujunzhuo in #304
- fix: Connector Write goroutine safety by @wujunzhuo in #309
- docs: advanced topics by @venjiang in #305
- chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #308
- chore: update dependencies by @venjiang in #310
- fix: connection state race by @venjiang in #311
Full Changelog: v1.7.0...v1.7.1
v1.7.0
v1.6.1
Core Changes
- fix: when client close the connection, no error should occured by @fanweixiao in #297
Full Changelog: v1.6.0...v1.6.1
v1.6.0
Core Changes
- Immutable streams for downstream serverless functions #284 @wujunzhuo
Improvements
- docs(example): update the README in examples by @xiaojian-hong in #285
- refactory example task build by @fanweixiao in #286
- doc(example): update Taskfile automation, docs and codes. by @fanweixiao in #287
- refactor logger by @venjiang in #290
- fix(logger): duplication message by @venjiang in #293
- refactor: log a shortly frame data by @venjiang in #292
- refactor: rename ObservedDataTags to ObserveDataTags by @venjiang in #291
- refactor(frame): rename ObservedDataTags to ObserveDataTags by @venjiang in #295
Full Changelog: v1.5.4...v1.6.0
v1.5.4 🧨
Core Changes
- security: custom router support/auth support (#259) @venjiang
- fix: reconnect issue (#273) @venjiang
- quic: client Write thread safety (#277) @wujunzhuo
- example: unix pipeline over internet etc (#247, #256 ) @fanweixiao @xiaojian-hong
v1.5.3
Core Changes
- Optimize error recovery
- Optimize debug information @fanweixiao (#251)