Skip to content

Latest commit

 

History

History
75 lines (45 loc) · 3.14 KB

File metadata and controls

75 lines (45 loc) · 3.14 KB

v0.3.0 (2024-03-13)

Features

  • state store (#153)
  • add http source tube (#149)
  • add sink, source and runtime config to function config (#136)
  • add grpc runtime (#135)

Tests

  • add tests for chan utils (#140)
  • fix flaky test for grpc_func (#142)

Bug Fixes

  • fix deadlock issue in grpc_func and add cors support (#158)
  • cli doesn't respect replica when creating function (#145)
  • fix race condition issues in function manager (#141)
  • fix context value setting for the function instance (#139)

Code Refactoring

  • improve grpc function protocol (#147)
  • improve logging (#146)

Miscellaneous

  • rename module (#137)

v0.2.0 (2024-02-17)

Features

  • add directory structure to readme and improve structure (#132)
  • support basic function operations using CLI tool (#128)
  • support pluggable queue (#125)
  • support delete function (#3)
  • add integration test and CI (#1)
  • support loading wasm file

License

  • update license header (#130)

Build

  • add license checker (#7)

Bug Fixes

  • fix mem queue bench doesn't show result (#129)

Performance Improvements

  • improve performance (#124)
  • add bench perf (#6)

Code Refactoring

  • use tube term instead of queue (#134)
  • abstract contube-go impl (#131)

Documentation

  • fix readme format (#133)

v0.1.0 (2021-06-28)