Skip to content

v0.3.0

Compare
Choose a tag to compare
@RobertIndie RobertIndie released this 13 Mar 15:19
· 24 commits to main since this release
v0.3.0
ffb4e90

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)