Skip to content

Latest commit

 

History

History
117 lines (71 loc) · 5.79 KB

CHANGELOG.md

File metadata and controls

117 lines (71 loc) · 5.79 KB

v0.5.0 (2024-06-13)

Features

  • 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

Documentation

  • add changelog for v0.4.0 (#177) - by Zike Yang

v0.4.0 (2024-05-09)

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 (2024-03-13)

Features

  • 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

Tests

  • add tests for chan utils (#140) - by wy-os
  • fix flaky test for grpc_func (#142) - by Zike Yang

Bug Fixes

  • 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

Code Refactoring

  • improve grpc function protocol (#147) - by Zike Yang
  • improve logging (#146) - by Zike Yang

Miscellaneous

  • rename module (#137) - by Zike Yang

v0.2.0 (2024-02-17)

Features

  • 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

License

  • update license header (#130) - by Zike Yang

Build

  • add license checker (#7) - by Zike Yang

Bug Fixes

  • fix mem queue bench doesn't show result (#129) - by Zike Yang

Performance Improvements

  • improve performance (#124) - by Zike Yang
  • add bench perf (#6) - by Zike Yang

Code Refactoring

  • use tube term instead of queue (#134) - by Zike Yang
  • abstract contube-go impl (#131) - by Zike Yang

Documentation

  • fix readme format (#133) - by Zike Yang

v0.1.0 (2021-06-28)