Releases: FunctionStream/function-stream
Releases · FunctionStream/function-stream
v0.5.0
What's Changed
- docs: add changelog for v0.4.0 by @RobertIndie in #177
- feat: function store by @RobertIndie in #178
- feat: support tls by @RobertIndie in #179
- feat: improve tube configuration by @RobertIndie in #180
- feat: improve log by @RobertIndie in #181
- feat: add data schema support by @RobertIndie in #182
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Features
- 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
Build
- 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]
Bug Fixes
- prevent panic by closing channel in NewSourceTube goroutine (#156) - by wy-os
- tube: move the getOrCreatChan outside of the goroutine (#161) - by wy-os
Tests
- fix duplicated close on the server (#163) - by Zike Yang
v0.3.0
Features
- state store (#153)
- add http source tube (#149)
- add sink, source and runtime config to function config (#136)
- add grpc runtime (#135)
Tests
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
Miscellaneous
- rename module (#137)
v0.2.0
What's Changed
- feat: function stream MVP by @RobertIndie
- perf: improve performance by @RobertIndie in #124
- feat: support pluggable queue by @RobertIndie in #125
- feat: support basic function operations using CLI tool by @RobertIndie in #128
- fix: fix mem queue bench doesn't show result by @RobertIndie in #129
- license: update license header by @RobertIndie in #130
- refactor: abstract contube-go impl by @RobertIndie in #131
- feat: add directory structure to readme and improve structure by @RobertIndie in #132
- docs: fix readme format by @RobertIndie in #133
- refactor: use tube term instead of queue by @RobertIndie in #134
Full Changelog: https://github.com/FunctionStream/function-stream/commits/v0.2.0
v0.1.0
The first version of the function stream.