eKuiper 1.8.0-alpha.3
Pre-release
Pre-release
·
1467 commits
to master
since this release
This release focuses on
- format and schema of source and sink;
- augmented file source
- full data import/export.
Features
- feat: support static schema by @ngjaying in #1540
- refactor(schema): rename schema type static to custom by @ngjaying in #1544
- feat(schema): schema infer from format mechanism by @ngjaying in #1549
- feat(schema): API to get the inferred schema by @ngjaying in #1550
- feat(schema): planner to deal with inferred schema by @ngjaying in #1551
- opt(tflite): support all dimensions by @ngjaying in #1554
- refactor(parser): move stream management related keyword into common word by @ngjaying in #1557
- doc: arch diagram updates by @ngjaying in #1564
- feat(format): add delimiter format by @ngjaying in #1558
- feat(file): refactor file source by @ngjaying in #1566
- feat(source): file source add support for lines format by @ngjaying in #1569
- doc(source): doc for file source by @ngjaying in #1570
- feat(docs): add docs preview script by @Swilder-M in #1574
- fea(config): Full data export import by @superrxan in #1573
Fixes
- doc(portable): add python plugin complete zip to fix the link by @ngjaying in #1539
- fix: rule state and doc by @ngjaying in #1542
- fix(portable): fix restart rule with multiple portable symbol reference by @ngjaying in #1543
- fix(plugin): add ut for tflite by @superrxan in #1541
- fix(table): key should be case sensitive by @ngjaying in #1545
- fix(planner): do not move predicate for sliding window by @ngjaying in #1547
- doc: fix dead link in quick start by @ngjaying in #1555
- doc: update readme.md by @jinfahua in #1560
- fix: Solve the abnormal problem of join clickhouse dimension table by @nickscut in #1561
- fix(build): add git for python runtime image by @superrxan in #1565
- fix(rule): update rule state in db when starting by @ngjaying in #1568
- fix(mqtt): add timeout to avoid potential hang by @ngjaying in #1567
- fix(doc): typo in window doc by @ngjaying in #1572
- bugfixes for format and schema by @ngjaying in #1576
- fix(stream): strict validation defaults to false by @ngjaying in #1577
New Contributors
Full Changelog: 1.8.0-alpha.2...1.8.0-alpha.3