|
| 1 | + |
| 2 | +<a name="v0.3.0"></a> |
| 3 | +## [v0.3.0](https://github.com/FunctionStream/function-stream/compare/v0.2.0...v0.3.0) (2024-03-13) |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +* state store ([#153](https://github.com/FunctionStream/function-stream/issues/153)) |
| 8 | +* add http source tube ([#149](https://github.com/FunctionStream/function-stream/issues/149)) |
| 9 | +* add sink, source and runtime config to function config ([#136](https://github.com/FunctionStream/function-stream/issues/136)) |
| 10 | +* add grpc runtime ([#135](https://github.com/FunctionStream/function-stream/issues/135)) |
| 11 | + |
| 12 | +### Tests |
| 13 | + |
| 14 | +* add tests for chan utils ([#140](https://github.com/FunctionStream/function-stream/issues/140)) |
| 15 | +* fix flaky test for grpc_func ([#142](https://github.com/FunctionStream/function-stream/issues/142)) |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | + |
| 19 | +* fix deadlock issue in grpc_func and add cors support ([#158](https://github.com/FunctionStream/function-stream/issues/158)) |
| 20 | +* cli doesn't respect replica when creating function ([#145](https://github.com/FunctionStream/function-stream/issues/145)) |
| 21 | +* fix race condition issues in function manager ([#141](https://github.com/FunctionStream/function-stream/issues/141)) |
| 22 | +* fix context value setting for the function instance ([#139](https://github.com/FunctionStream/function-stream/issues/139)) |
| 23 | + |
| 24 | +### Code Refactoring |
| 25 | + |
| 26 | +* improve grpc function protocol ([#147](https://github.com/FunctionStream/function-stream/issues/147)) |
| 27 | +* improve logging ([#146](https://github.com/FunctionStream/function-stream/issues/146)) |
| 28 | + |
| 29 | +### Miscellaneous |
| 30 | + |
| 31 | +* rename module ([#137](https://github.com/FunctionStream/function-stream/issues/137)) |
| 32 | + |
| 33 | + |
| 34 | +<a name="v0.2.0"></a> |
| 35 | +## [v0.2.0](https://github.com/FunctionStream/function-stream/compare/v0.1.0...v0.2.0) (2024-02-17) |
| 36 | + |
| 37 | +### Features |
| 38 | + |
| 39 | +* add directory structure to readme and improve structure ([#132](https://github.com/FunctionStream/function-stream/issues/132)) |
| 40 | +* support basic function operations using CLI tool ([#128](https://github.com/FunctionStream/function-stream/issues/128)) |
| 41 | +* support pluggable queue ([#125](https://github.com/FunctionStream/function-stream/issues/125)) |
| 42 | +* support delete function ([#3](https://github.com/FunctionStream/function-stream/issues/3)) |
| 43 | +* add integration test and CI ([#1](https://github.com/FunctionStream/function-stream/issues/1)) |
| 44 | +* support loading wasm file |
| 45 | + |
| 46 | +### License |
| 47 | + |
| 48 | +* update license header ([#130](https://github.com/FunctionStream/function-stream/issues/130)) |
| 49 | + |
| 50 | +### Build |
| 51 | + |
| 52 | +* add license checker ([#7](https://github.com/FunctionStream/function-stream/issues/7)) |
| 53 | + |
| 54 | +### Bug Fixes |
| 55 | + |
| 56 | +* fix mem queue bench doesn't show result ([#129](https://github.com/FunctionStream/function-stream/issues/129)) |
| 57 | + |
| 58 | +### Performance Improvements |
| 59 | + |
| 60 | +* improve performance ([#124](https://github.com/FunctionStream/function-stream/issues/124)) |
| 61 | +* add bench perf ([#6](https://github.com/FunctionStream/function-stream/issues/6)) |
| 62 | + |
| 63 | +### Code Refactoring |
| 64 | + |
| 65 | +* use tube term instead of queue ([#134](https://github.com/FunctionStream/function-stream/issues/134)) |
| 66 | +* abstract contube-go impl ([#131](https://github.com/FunctionStream/function-stream/issues/131)) |
| 67 | + |
| 68 | +### Documentation |
| 69 | + |
| 70 | +* fix readme format ([#133](https://github.com/FunctionStream/function-stream/issues/133)) |
| 71 | + |
| 72 | + |
| 73 | +<a name="v0.1.0"></a> |
| 74 | +## v0.1.0 (2021-06-28) |
| 75 | + |
0 commit comments