Skip to content

eKuiper 1.11.0

Compare
Choose a tag to compare
@ngjaying ngjaying released this 18 Aug 06:42
· 415 commits to master since this release
5bd6dcf

Features

This release focus on optimizing SQL and runtime.

SQL & Graph API

Source & Sink

  • feat: faster json decoding for streams with schema
  • feat: file soure support enable parallel by @L-607 in #1948
  • feat(httppull): refresh token on pulling by @xjasonlyu in #2018
  • feat(source): httppull supports time range by @ngjaying in #2055
  • feat(rest/sink): support token auto refreshing by @xjasonlyu in #2099
  • feat: resend in separate queue

Operations

Build & CI

Improvements

Docs

Fixes & Other Changes

Breaking Changes

Deprecate properties are removed

  • Sink property runAysnc
  • File sink property interval, use checkInterval instead

New Contributors

Full Changelog: 1.10.0...1.11.0