Skip to content

Releases: yomorun/yomo

v1.15.0

Choose a tag to compare

@woorui woorui released this 06 Sep 09:34
4db38f5

What's Changed

  • feat(observability): open tracing - alpha by @venjiang in #579
  • feat(serverless): support Init() handler by @venjiang in #584
  • feat(serverless): implement rust wasm serverless for yomo init function by @wujunzhuo in #594
  • chore: bump go1.20 -> go1.21 by @woorui in #596
  • chore(deps): bump github.com/quic-go/quic-go from 0.37.4 to 0.38.0 by @dependabot in #580
  • feat: log metadata by @woorui in #583
  • fix: return goroutine that processes a dead data stream by @woorui in #585
  • fix: write dead by @woorui in #586
  • fix: return HandshakeRejectFrame when new by @woorui in #592
  • fix: example by @venjiang in #603
  • fix: show error message if sfn name duplicated by @woorui in #582

Full Changelog: v1.14.0...v1.15.0

v1.14.1

Choose a tag to compare

@woorui woorui released this 25 Aug 18:51

What's Changed

Full Changelog: v1.14.0...v1.14.1

v1.14.0

Choose a tag to compare

@woorui woorui released this 16 Aug 09:55
11eadda

What's Changed

Full Changelog: v1.13.1...v1.14.0

v1.13.1

Choose a tag to compare

@fanweixiao fanweixiao released this 08 Aug 01:34
09352a8

Core changes

  • feat: wasm http supports by @venjiang in #551
  • feat: use quic-go to implement Listener interface by @woorui in #543
  • feat: http supports(wasmtime/wasmedge) by @venjiang in #557
  • feat: yomo provides frames and pkg to encoding/decoding them by @woorui in #544
  • refactor: metadata in map[string]string by @woorui in #571
  • test: unittest data stream by @woorui in #539
  • test: unittest connector by @woorui in #541
  • chore: fix build ldflags missing by @woorui in #545
  • chore(quic): dropped support for QUIC Draft-29 version by @woorui in #565

Full Changelog: v1.13.0...v1.13.1

v1.13.0

Choose a tag to compare

@github-actions github-actions released this 12 May 10:06
cf84e73

What's Changed

Full Changelog: v1.12.2...v1.13.0

v1.12.2

Choose a tag to compare

@fanweixiao fanweixiao released this 21 Apr 09:30
7361f9b

What's Changed

  • refactor: improve log outputs by @woorui in #505
  • refactor: optimized CLI build default target to WASI by @venjiang in #506
  • refactor: support CLI run zipper from a file by @woorui in #496

Full Changelog: v1.12.1...v1.12.2

v1.12.1

Choose a tag to compare

@fanweixiao fanweixiao released this 15 Apr 05:08
73e87eb

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

Choose a tag to compare

@fanweixiao fanweixiao released this 15 Apr 01:02
76f4b90

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

v1.12.0-beta Pre-release
Pre-release

Choose a tag to compare

@fanweixiao fanweixiao released this 13 Apr 17:58
6c44bf0

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

v1.12.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@fanweixiao fanweixiao released this 12 Apr 02:41
4d33cbd

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