File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 0.15.0] - 2026-03-10
2+
3+ ### π Features
4+
5+ - Add support for victoria_log feature with deserialization tests
6+
7+ ### π Bug Fixes
8+
9+ - Update CLI get_store method to search by param instead of name and add tests
10+ - Update Appender trait to include flush_event_datetime method
11+ - Add flush_time field to Logger and update poll_flush method
12+ - Refactor Logger initialization and improve writer pinning
13+ - Remove NullAppender implementation and clear appenders vector
14+
15+ ### π Documentation
16+
17+ - Update usage guide for fastedge-run tool with detailed command options and examples
118## [ 0.14.0] - 2026-03-04
219
320### π Features
1431### βοΈ Miscellaneous Tasks
1532
1633- Update dependencies in Cargo.lock to latest versions
34+ - Release
1735## [ 0.13.5] - 2026-01-09
1836
1937### π Bug Fixes
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["crates/*"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 0.14.1 "
6+ version = " 0.15.0 "
77edition = " 2021"
88publish = false
99authors = [" FastEdge Development Team" ]
You canβt perform that action at this time.
0 commit comments