22
33All notable changes to this project will be documented in this file.
44
5- ## v1.1.0 - 2025-12-18
5+ ## v1.0.2 - 2025-12-18
66
77### New Features
88
@@ -38,6 +38,20 @@ All notable changes to this project will be documented in this file.
3838 * Results sorted by asn1, with asn1 < asn2 for each pair
3939 * Example: ` monocle as2rel 174 2914 3356 ` shows all three pair relationships
4040
41+ * Added global ` --no-refresh ` flag to disable automatic data refresh
42+ * Use ` monocle --no-refresh <command> ` to skip all automatic data loading/refresh
43+ * Useful when you want to use existing cached data only
44+ * Shows warnings when data is missing or stale instead of auto-refreshing
45+
46+ * Added Docker support with multi-stage build
47+ * ` Dockerfile ` with two-stage build process for minimal image size (~ 176MB final image)
48+ * Uses Rust 1.92 and Debian trixie-slim as runtime base
49+ * ` docker-compose.yml ` for easy container orchestration
50+ * ` .dockerignore ` to optimize build context
51+ * Runs as non-root user for security
52+ * Persistent data volume at ` /data `
53+ * Default server mode with port 8080 exposed
54+
4155### Bug Fixes
4256
4357* Fixed "database is locked" error in ` monocle config db-refresh ` command (Issue #90 )
@@ -53,13 +67,6 @@ All notable changes to this project will be documented in this file.
5367 * Connectivity section (upstreams/peers/downstreams) tables show truncation indicator
5468 * Makes it much more visible that additional results are available
5569
56- ### New Features
57-
58- * Added global ` --no-refresh ` flag to disable automatic data refresh
59- * Use ` monocle --no-refresh <command> ` to skip all automatic data loading/refresh
60- * Useful when you want to use existing cached data only
61- * Shows warnings when data is missing or stale instead of auto-refreshing
62-
6370* Added ` [monocle] ` prefix to all auto-refresh log messages
6471 * Makes it easier to distinguish monocle's internal logging from main output
6572 * Especially useful when refresh operations run automatically during commands
@@ -73,15 +80,6 @@ All notable changes to this project will be documented in this file.
7380 * Tests for schema version verification
7481 * Tests for RPKI and Pfx2as mock data storage/retrieval
7582
76- * Added Docker support with multi-stage build
77- * ` Dockerfile ` with two-stage build process for minimal image size (~ 176MB final image)
78- * Uses Rust 1.92 and Debian trixie-slim as runtime base
79- * ` docker-compose.yml ` for easy container orchestration
80- * ` .dockerignore ` to optimize build context
81- * Runs as non-root user for security
82- * Persistent data volume at ` /data `
83- * Default server mode with port 8080 exposed
84-
8583## v1.0.1 - 2025-12-17
8684
8785### Bug Fixes
0 commit comments