v0.3.0 (2024-03-13)
- state store (#153)
- add http source tube (#149)
- add sink, source and runtime config to function config (#136)
- add grpc runtime (#135)
- 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)
- rename module (#137)
v0.2.0 (2024-02-17)
- 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
- update license header (#130)
- add license checker (#7)
- fix mem queue bench doesn't show result (#129)
- fix readme format (#133)