Skip to content

Releases: FunctionStream/function-stream

v0.5.0

13 Jun 15:27
v0.5.0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

09 May 15:49
v0.4.0
e0e8a3c
Compare
Choose a tag to compare

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

13 Mar 15:19
v0.3.0
ffb4e90
Compare
Choose a tag to compare

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)

v0.2.0

17 Feb 07:23
v0.2.0
575aafc
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/FunctionStream/function-stream/commits/v0.2.0

v0.1.0

28 Jun 11:16
v0.1.0
Compare
Choose a tag to compare

The first version of the function stream.