| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-05-09 | 6.9 kB | |
| Release v0.3.0 source code.tar.gz | 2025-05-09 | 521.2 kB | |
| Release v0.3.0 source code.zip | 2025-05-09 | 649.1 kB | |
| Totals: 3 Items | 1.2 MB | 0 | |
Release blog
https://arkflow-rs.com/blog/2025/05/09/v0.3.0-release
What's Changed
- docs: split document versions by @chenquan in https://github.com/arkflow-rs/arkflow/pull/243
- feat: Added error output mechanism by @chenquan in https://github.com/arkflow-rs/arkflow/pull/242
- chore(deps): bump brotli-decompressor from 4.0.2 to 4.0.3 by @dependabot in https://github.com/arkflow-rs/arkflow/pull/246
- chore(deps): bump sea-query from 0.32.3 to 0.32.4 by @dependabot in https://github.com/arkflow-rs/arkflow/pull/245
- feat(sql): Custom SQL udf are supported by @chenquan in https://github.com/arkflow-rs/arkflow/pull/244
- chore: datafusion-table-providers is replaced with standard crate by @chenquan in https://github.com/arkflow-rs/arkflow/pull/247
- doc: update the README by @chenquan in https://github.com/arkflow-rs/arkflow/pull/248
- doc: add udf doc by @chenquan in https://github.com/arkflow-rs/arkflow/pull/249
- fix(udf): Functions with the same name are not allowed to be injected by @chenquan in https://github.com/arkflow-rs/arkflow/pull/250
- chore(format): Optimized code by @chenquan in https://github.com/arkflow-rs/arkflow/pull/251
- chore: remove stream_sql_example.yaml by @chenquan in https://github.com/arkflow-rs/arkflow/pull/253
- refactor(udf): Refactored UDF registration functions by @chenquan in https://github.com/arkflow-rs/arkflow/pull/254
- refactor: refactoring the plugin mechanism by @chenquan in https://github.com/arkflow-rs/arkflow/pull/255
- chore(deps): bump blake3 from 1.8.1 to 1.8.2 by @dependabot in https://github.com/arkflow-rs/arkflow/pull/256
- docs: custom domain name by @chenquan in https://github.com/arkflow-rs/arkflow/pull/260
- chore(deps): bump clap from 4.5.36 to 4.5.37 by @dependabot in https://github.com/arkflow-rs/arkflow/pull/259
- perf: Optimize memory allocation by @chenquan in https://github.com/arkflow-rs/arkflow/pull/261
- docs: fixed ci link by @chenquan in https://github.com/arkflow-rs/arkflow/pull/267
- feat(input): Supports distributed computing by @chenquan in https://github.com/arkflow-rs/arkflow/pull/266
- docs: adjust the sql.md by @chenquan in https://github.com/arkflow-rs/arkflow/pull/271
- chore(udf): adjust the UDF directory by @chenquan in https://github.com/arkflow-rs/arkflow/pull/270
- chore(deps): remove patch by @chenquan in https://github.com/arkflow-rs/arkflow/pull/272
- chore(deps): bump tokio-util from 0.7.14 to 0.7.15 by @dependabot in https://github.com/arkflow-rs/arkflow/pull/269
- chore(deps): bump libm from 0.2.11 to 0.2.13 by @dependabot in https://github.com/arkflow-rs/arkflow/pull/264
- feat: add experimental vector vrl support by @xiaoziv in https://github.com/arkflow-rs/arkflow/pull/273
- fix: Dockerfile by @kyounghunJang in https://github.com/arkflow-rs/arkflow/pull/281
- chore(vrl): simplify code by @chenquan in https://github.com/arkflow-rs/arkflow/pull/287
- chore(build-release): Enable Link-Time Optimization (LTO) and codegen-units = 1 by @chenquan in https://github.com/arkflow-rs/arkflow/pull/288
- feat(input): add redis by @chenquan in https://github.com/arkflow-rs/arkflow/pull/262
- chore: Simplify code by @chenquan in https://github.com/arkflow-rs/arkflow/pull/289
- feat(input): supports websocket by @chenquan in https://github.com/arkflow-rs/arkflow/pull/290
- feat(input): support nats by @chenquan in https://github.com/arkflow-rs/arkflow/pull/293
- chore(deps): bump mysql-common-derive from 0.32.0 to 0.32.1 by @dependabot in https://github.com/arkflow-rs/arkflow/pull/276
- chore(deps): bump getrandom from 0.2.15 to 0.2.16 by @dependabot in https://github.com/arkflow-rs/arkflow/pull/268
- feat(output): support nats by @chenquan in https://github.com/arkflow-rs/arkflow/pull/294
- refactor(input/nats): Refactored NATS input configuration by @chenquan in https://github.com/arkflow-rs/arkflow/pull/295
- refactor(input/redis): refactor the Redis configuration by @chenquan in https://github.com/arkflow-rs/arkflow/pull/296
- chore(deps): bump libm from 0.2.13 to 0.2.14 by @dependabot in https://github.com/arkflow-rs/arkflow/pull/299
- docs(input/nats): add nats by @chenquan in https://github.com/arkflow-rs/arkflow/pull/300
- docs(redis): Add documentation for the Redis input component by @chenquan in https://github.com/arkflow-rs/arkflow/pull/301
- docs(nats): Added documentation for the NATS output component by @chenquan in https://github.com/arkflow-rs/arkflow/pull/302
- docs(vrl): Add documentation for the VRL Processor component by @chenquan in https://github.com/arkflow-rs/arkflow/pull/303
- refactor(sql): Refactored SQL input configuration and documentation by @chenquan in https://github.com/arkflow-rs/arkflow/pull/304
- perf(processor/json): optimizes the conversion logic from JSON to Arrow by @chenquan in https://github.com/arkflow-rs/arkflow/pull/306
- chore(deps): bump tokio from 1.44.2 to 1.45.0 by @dependabot in https://github.com/arkflow-rs/arkflow/pull/305
- docs(README): Update the description of the data source and processing capacity by @chenquan in https://github.com/arkflow-rs/arkflow/pull/307
- feat(buffer): Added sliding window, tumbling window, and session window by @chenquan in https://github.com/arkflow-rs/arkflow/pull/309
- docs: adjust the logo by @chenquan in https://github.com/arkflow-rs/arkflow/pull/312
- docs: add logo by @chenquan in https://github.com/arkflow-rs/arkflow/pull/313
- docs: Update the Kafka topic configuration in the README file by @chenquan in https://github.com/arkflow-rs/arkflow/pull/314
- style(css): Update the theme colors to match the logo style by @chenquan in https://github.com/arkflow-rs/arkflow/pull/315
- perf(build): Set the optimization level in the release configuration by @chenquan in https://github.com/arkflow-rs/arkflow/pull/316
- docs: Update the content and configuration of the document by @chenquan in https://github.com/arkflow-rs/arkflow/pull/317
- docs(README): Add the buffer component for details by @chenquan in https://github.com/arkflow-rs/arkflow/pull/319
- feat(processor): Adds support for Ballista distributed computing(experimental) by @chenquan in https://github.com/arkflow-rs/arkflow/pull/318
- docs(sql): Mark Ballista as an experimental feature by @chenquan in https://github.com/arkflow-rs/arkflow/pull/321
- refactor: Change public structures and methods to private by @chenquan in https://github.com/arkflow-rs/arkflow/pull/320
- chore: release v0.3.0 by @chenquan in https://github.com/arkflow-rs/arkflow/pull/310
- docs: release v0.3.0 by @chenquan in https://github.com/arkflow-rs/arkflow/pull/323
New Contributors
- @xiaoziv made their first contribution in https://github.com/arkflow-rs/arkflow/pull/273
- @kyounghunJang made their first contribution in https://github.com/arkflow-rs/arkflow/pull/281
Full Changelog: https://github.com/arkflow-rs/arkflow/compare/v0.2.1...v0.3.0