Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-17 | 1.2 kB | |
Release v0.2.1 source code.tar.gz | 2025-04-17 | 393.8 kB | |
Release v0.2.1 source code.zip | 2025-04-17 | 460.5 kB | |
Totals: 3 Items | 855.4 kB | 0 |
Features
- Optimized the format of logs.
Performance Improvements
- Optimized SQL processor for better performance.
Bug Fixes
- Fixed the buffer component.
Testing
- Added more tests for the memory module.
Dependency Updates
- Bumped
tower
from 0.4.13 to 0.5.2. - Bumped
proc-macro2
from 1.0.94 to 1.0.95.
What's Changed
- test(memory): add more tests by @chenquan in https://github.com/arkflow-rs/arkflow/pull/230
- chore(deps): bump tower from 0.4.13 to 0.5.2 by @dependabot in https://github.com/arkflow-rs/arkflow/pull/232
- chore(deps): bump proc-macro2 from 1.0.94 to 1.0.95 by @dependabot in https://github.com/arkflow-rs/arkflow/pull/231
- perf(sql): Optimize SQL processor by @chenquan in https://github.com/arkflow-rs/arkflow/pull/235
- fix: Fix the buffer component by @chenquan in https://github.com/arkflow-rs/arkflow/pull/237
- feat: Optimized the format of logs by @chenquan in https://github.com/arkflow-rs/arkflow/pull/239
- chore: release v0.2.1 by @chenquan in https://github.com/arkflow-rs/arkflow/pull/240
Full Changelog: https://github.com/arkflow-rs/arkflow/compare/v0.2.0...v0.2.1