Skip to content

eKuiper 1.5.1 release

Compare
Choose a tag to compare
@superrxan superrxan released this 10 Jun 12:14
· 1746 commits to master since this release
514890f

Overview

eKuiper 1.5.1 is a maintainance version that fixes several issues and add some properties to stabilize the product.
Most importantly, fix the instability connection issue with neuron. In order to reformat the output, add datatemplate
functionality for edgex and memory sink. For the mqtt connection, clear the session flag on server side. For documents, provide
documents for neuron integration and correct outdated message.

Fixes

  • Fix connection lost prblem for neuron source when restarting the rule
  • Fix the rule can not be deleted issue if the rule syntax become invalid because of funtion updated by plugins
  • Let eKuiper home path in same place for dev docker images
  • Fix CORS issue for authorization header in restful api
  • Fix window_start() and window_end() can not use as parameters issue

Feature

  • Add datatemplate support for edgex and memory sink
  • Clear the mqtt session flag in server side when ekuiper have mqtt source or sink

Docs