eKuiper 1.7.1 is a maintainance version that fixes several issues and add some properties to stabilize the product.
For EdgeX, it supports nats message bus by default. For time window function, will always triggered by time even no events incoming.
For docker images, the tag `1.7.1` is set to `alpine` image and previous development docker image is set to `1.7.1-dev`. It also includes fixing for connectionSelector regression problem and other bugs fixes.
Fixes
* refactor(redis): switch all redis inference to goredis by ngjaying in https://github.com/lf-edge/ekuiper/pull/1469
* fix(op): analytic functions dependency by ngjaying in https://github.com/lf-edge/ekuiper/pull/1471
* fix(connection): share connection do not take effect by superrxan in https://github.com/lf-edge/ekuiper/pull/1476
* fix(window): time window should always triggered by time by ngjaying in https://github.com/lf-edge/ekuiper/pull/1475
* fix(test): sort the keys to make result consistent by ngjaying in https://github.com/lf-edge/ekuiper/pull/1477
* fix(rest): fix restapi plugins/sources/prebuild and plugins/sources/{name} conflict issue by superrxan in https://github.com/lf-edge/ekuiper/pull/1478
* fix(config): do not overwirte sink yaml config by environment by superrxan in https://github.com/lf-edge/ekuiper/pull/1479
* build(docker): change default image to alpine by Rory-Z in https://github.com/lf-edge/ekuiper/pull/1481
Features
* feat(edgex): support default edgex docker compose permission setting by ngjaying in https://github.com/lf-edge/ekuiper/pull/1461
* fea(plugin): add arm64 labelImage plugin by superrxan in https://github.com/lf-edge/ekuiper/pull/1459
* fea(edgex): support edgex nats message bus by superrxan in https://github.com/lf-edge/ekuiper/pull/1474
Docs
* doc(lookup): lookup table tutorial by ngjaying in https://github.com/lf-edge/ekuiper/pull/1480
* fix(doc): typo for window filter by ngjaying in https://github.com/lf-edge/ekuiper/pull/1472
* doc: schemas and uploads folder are moved from etc to data by ngjaying in https://github.com/lf-edge/ekuiper/pull/1468
* fix(docs): update docs docker image by superrxan in https://github.com/lf-edge/ekuiper/pull/1482
**Full Changelog**: https://github.com/lf-edge/ekuiper/compare/1.7.0...1.7.1