Skip to content

Commit 3ebaef0

Browse files
committed
prepare v0.9.0 release
1 parent dde01bb commit 3ebaef0

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Unreleased changes
5+
## v0.9.0 - 2025-09-04
6+
7+
### New features
8+
9+
* Added retry mechanism for failed search operations with exponential backoff
10+
* Implemented real-time success/failure progress tracking during search
11+
* Added paginated search processing for large time ranges to handle memory efficiently
612

713
### Performance improvements
814

@@ -13,6 +19,18 @@ All notable changes to this project will be documented in this file.
1319
* Enabled SQLite performance optimizations (WAL mode, cache tuning)
1420
* **Impact**: BGP data insertion ~10x faster, as2org bootstrap ~100x faster (3+ minutes → 1-2 seconds)
1521

22+
### Bug fixes
23+
24+
* Fixed network error handling in multi-file processing to prevent thread panics
25+
26+
### Code improvements
27+
28+
* Replaced unwrap/expect calls with proper error handling
29+
* Added clippy lints to deny unsafe unwrap_used and expect_used patterns
30+
* Updated CI workflow to include formatting and clippy checks
31+
* Enhanced database operations with proper Result types
32+
* Improved RPKI validator error handling
33+
1634
## v0.8.0 - 2025-03-04
1735

1836
### New subcommand

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "monocle"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Mingwei Zhang <mingwei@bgpkit.com>"]
55
edition = "2021"
66
readme = "README.md"

0 commit comments

Comments
 (0)