Skip to content

eKuiper 1.7.1 release

Choose a tag to compare

@superrxan superrxan released this 07 Nov 14:44
· 1896 commits to master since this release
10211e8

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 #1469
  • fix(op): analytic functions dependency by @ngjaying in #1471
  • fix(connection): share connection do not take effect by @superrxan in #1476
  • fix(window): time window should always triggered by time by @ngjaying in #1475
  • fix(test): sort the keys to make result consistent by @ngjaying in #1477
  • fix(rest): fix restapi plugins/sources/prebuild and plugins/sources/{name} conflict issue by @superrxan in #1478
  • fix(config): do not overwirte sink yaml config by environment by @superrxan in #1479
  • build(docker): change default image to alpine by @Rory-Z in #1481

Features

  • feat(edgex): support default edgex docker compose permission setting by @ngjaying in #1461
  • fea(plugin): add arm64 labelImage plugin by @superrxan in #1459
  • fea(edgex): support edgex nats message bus by @superrxan in #1474

Docs

Full Changelog: 1.7.0...1.7.1