Skip to content

eKuiper 1.10.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@ngjaying ngjaying released this 19 May 05:40
· 1525 commits to master since this release
34b363c

Breaking Changes

  • InfluxDB & InfluxDBV2 sink fields property format change from comma separated string to []string. For example, "field1, field2" -> ["field1","field2"]

Features

  • feat(sink): sink batch strategy
  • feat(functions): support array and object functions
  • fea(wasm): add wasmedge support by @superrxan in #1860
  • feat(graph): support source node refer to created stream by @ngjaying in #1873
  • feat(graph): support join lookup table by @ngjaying in #1879
  • feat(graph): update the parse error messages by @ngjaying in #1892
  • feat: add . for object field by @Rui-Gan in #1877
  • feat: support schedule rule by @Yisaer in #1901
  • feat: add sink common property: dataField by @Rui-Gan in #1896

What's Changed

New Contributors

Full Changelog: 1.10.0-alpha.1...1.10.0-beta.0