Skip to content

Releases: yomorun/yomo

v1.12.1

15 Apr 05:08
73e87eb
Compare
Choose a tag to compare

What's Changed

  • fix: client no-block write & connect until succeed by @woorui in #499

Full Changelog: v1.12.0...v1.12.1

v1.12.0

15 Apr 01:02
76f4b90
Compare
Choose a tag to compare

Key Changes

  • feat: build wasm using the yomo command by @venjiang in #494
  • refactor: make zipper addr as a required parameter by @woorui in #489
  • refactor: introduce SourceOption and SfnOption by @woorui in #498

Other Improvements

  • fix: auth failed if read unexpected frame by @woorui in #480
  • fix: multiple stream read frame to different typed channel by @woorui in #482
  • feat: support metadata merge by @woorui in #483
  • feat: improve log content by @woorui in #484* docs: move docs.yomo.run website to /docs directory by @fanweixiao in #490

New Contributors

Full Changelog: v1.11.0...v1.12.0

v1.12.0-beta

13 Apr 17:58
6c44bf0
Compare
Choose a tag to compare
v1.12.0-beta Pre-release
Pre-release

Highlights

WebAssembly is supported when implementing a Stream Serverless Function:

$ yomo build --target=wasm app.go
$ yomo run sfn.wasm

What's Changed

  • feat: build wasm using the yomo command by @venjiang in #494
  • docs: update docs #495

New Contributors

Full Changelog: v1.12.0-alpha1...v1.12.0-beta

v1.12.0-alpha.1

12 Apr 02:41
4d33cbd
Compare
Choose a tag to compare
v1.12.0-alpha.1 Pre-release
Pre-release

What's Changed

  • fix: auth failed if read unexpected frame by @woorui in #480
  • fix: multiple stream read frame to different typed channel by @woorui in #482
  • feat: improve log content by @woorui in #484
  • refactor: make zipper addr as a required parameter by @woorui in #489

Full Changelog: v1.11.0...v1.12.0-alpha1

v1.11.0 - Multiplexing

29 Mar 10:46
49b32f9
Compare
Choose a tag to compare

Core Changes

  • Stream Multiplexing.
  • Default WASM runtime set to wazero, wasmtime and WasmEdge as optional.

What's Changed

Full Changelog: v1.10.3...v1.11.0

v1.10.3

28 Feb 04:00
bf581b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.2...v1.10.3

v1.10.2

06 Feb 03:21
f562d42
Compare
Choose a tag to compare

What's Changed

  • feat: add rust crate to simplify the development of rust wasm serverless functions by @wujunzhuo in #437
  • perf: add syncPool for dataFrame by @woorui in #438
  • chore: follow quic-go org moving by @woorui in #440

Full Changelog: v1.10.1...v1.10.2

v1.10.1

19 Jan 12:53
f88f1de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.10.1

v1.10.0

24 Dec 07:05
bcf2d32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.2...v1.10.0

v1.9.3-alpha

12 Oct 02:49
0b53213
Compare
Choose a tag to compare

Core Changes

Full Changelog: v1.9.2...v1.9.3-alpha