Skip to content

Commit 5f84ea7

Browse files
authored
Merge pull request #119 from G-Core/releases/v0.15.0
releases/v0.15.0
2 parents 765f709 + b243aa0 commit 5f84ea7

3 files changed

Lines changed: 27 additions & 9 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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
@@ -14,6 +31,7 @@
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

β€ŽCargo.lockβ€Ž

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.14.1"
6+
version = "0.15.0"
77
edition = "2021"
88
publish = false
99
authors = ["FastEdge Development Team"]

0 commit comments

Comments
Β (0)