v0.5.0 (2024-06-13)
- add data schema support (#182) - by Zike Yang
- improve log (#181) - by Zike Yang
- improve tube configuration (#180) - by Zike Yang
- support tls (#179) - by Zike Yang
- function store (#178) - by Zike Yang
- add changelog for v0.4.0 (#177) - by Zike Yang
v0.4.0 (2024-05-09)
- add contube config validation (#174) - by Zike Yang
- support pluggable state store (#173) - by Zike Yang
- improve function configuration (#170) - by Zike Yang
- improve configuration (#169) - by Zike Yang
- refactor fs http service (#168) - by Zike Yang
- add change log (#160) - by Zike Yang
- deps: bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#162) - by dependabot[bot]
- prevent panic by closing channel in NewSourceTube goroutine (#156) - by wy-os
- tube: move the getOrCreatChan outside of the goroutine (#161) - by wy-os
- fix duplicated close on the server (#163) - by Zike Yang
v0.3.0 (2024-03-13)
- state store (#153) - by Zike Yang
- add http source tube (#149) - by Zike Yang
- add sink, source and runtime config to function config (#136) - by Zike Yang
- add grpc runtime (#135) - by Zike Yang
- fix deadlock issue in grpc_func and add cors support (#158) - by Zike Yang
- cli doesn't respect replica when creating function (#145) - by Zike Yang
- fix race condition issues in function manager (#141) - by Zike Yang
- fix context value setting for the function instance (#139) - by wy-os
- rename module (#137) - by Zike Yang
v0.2.0 (2024-02-17)
- add directory structure to readme and improve structure (#132) - by Zike Yang
- support basic function operations using CLI tool (#128) - by Zike Yang
- support pluggable queue (#125) - by Zike Yang
- support delete function (#3) - by Zike Yang
- add integration test and CI (#1) - by Zike Yang
- support loading wasm file - by Zike Yang
- update license header (#130) - by Zike Yang
- add license checker (#7) - by Zike Yang
- fix mem queue bench doesn't show result (#129) - by Zike Yang
- fix readme format (#133) - by Zike Yang