1.13.0-alpha.2
Pre-release
Pre-release
·
1056 commits
to master
since this release
Feature Highlight
- Refactor source to connector, decompressor and decoder and allow ordered concurrency. This should improve throughput a lot if the payload is big and decoding latency is long
- Refactor ping for connectors, provide more accurate info
- New function object_pick and kv/kvarray conversion functions
- Introduce error code
What's Changed
- feat: support object_pick function by @rextang in #2560
- fix: delete default username of redisPubSub by @retoool in #2566
- feat: support message processed metrics by @Yisaer in #2561
- feat: support connection native ping by @Yisaer in #2562
- test: add more test for lines format by @carlclone in #2570
- refactor: extract format reader from file source by @carlclone in #2571
- feat: support more kv functions by @rextang in #2575
- refactor: node runtime by @ngjaying in #2582
- fix: fix object function args is nil by @Yisaer in #2586
- fix: fix and test array function if has nil by @Yisaer in #2581
- feat: support errorcode framework by @Yisaer in #2577
- feat(node): split source connector and decoder by @ngjaying in #2583
- fix(functions): args validation of
date_calcby @yai-dev in #2585 - fix: fix TestPing test by @Yisaer in #2595
- feat: support parser/plan/executor error code by @Yisaer in #2594
- feat: introduce undefined error code by @Yisaer in #2596
- feat: revise restart rule by @Yisaer in #2597
- feat: support neuron/kafka ping by @Yisaer in #2591
- feat(node): ordered concurrency support by @ngjaying in #2592
- fix(topo): avoid plan twice by @ngjaying in #2600
- fix(stats): fix get metrics wrong pos by @ngjaying in #2601
- fix: fix source kafka plugin ci build by @Yisaer in #2604
- fix: fix schemaless decode error by @Yisaer in #2605
- feat: add error code by @Yisaer in #2598
- refactor(node): split decompressor op by @ngjaying in #2602
New Contributors
Full Changelog: 1.13.0-alpha.1...1.13.0-alpha.2