| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| euosint-dist-v.1.2.tar.gz | 2026-03-18 | 2.6 MB | |
| euosint-dist-v.1.2.tar.gz.sha256 | 2026-03-18 | 92 Bytes | |
| README.md | 2026-03-18 | 2.2 kB | |
| v.1.2 source code.tar.gz | 2026-03-18 | 3.8 MB | |
| v.1.2 source code.zip | 2026-03-18 | 3.8 MB | |
| Totals: 5 Items | 10.2 MB | 0 | |
v.1.2
Release date: 2026-03-18
Summary
This release stabilizes feed/state behavior, introduces stronger collector lifecycle and cadence controls, and expands source coverage.
Highlights
Collector state and lifecycle
- Added alert lifecycle transitions to prevent first-miss drops:
active->cooldown->stale->archived- Added configurable lifecycle controls:
ALERT_COOLDOWN_HOURSALERT_STALE_DAYSALERT_ARCHIVE_DAYS- Preserved alert continuity across full collection runs (no abrupt critical count collapse).
Feed cadence and per-source windows
- Added rolling per-source fetch cap for stream sources:
RECENT_WINDOW_PER_SOURCE(default20)- Added HTML scrape cadence gate with probe behavior:
HTML_SCRAPE_INTERVAL_HOURS(default24)
Source run tracking
- Added persistent source-run tracking and watermark persistence in SQLite:
source_runssource_watermarks- Improved source operational state visibility and run traceability.
New/expanded integrations
- Added integrations for:
- USGS GeoJSON
- NASA EONET
- Feodo Tracker
- GDELT
UI and feed stability
- Fixed feed selection reset behavior during/after full runs.
- Improved feed count behavior under filtering and refresh cycles.
- Applied UI lint/cleanup and map/overlay refinements.
Discovery and hygiene
- Added global stop-word filtering with defaults.
- Improved FIRST.org API caching and header handling.
- Hardened Docker context to avoid accidental local runtime DB inclusion (
registry/sources.dbignored).
Deploy/update behavior
- Installer update flow now refreshes runtime files directly from repo refs (no dependency on
git pullfor update mode), including: docker-compose.yml.env.exampledocker/Caddyfile
Docker/Env defaults added
RECENT_WINDOW_PER_SOURCE=20HTML_SCRAPE_INTERVAL_HOURS=24ALERT_COOLDOWN_HOURS=24ALERT_STALE_DAYS=14ALERT_ARCHIVE_DAYS=90REMOVED_RETENTION_DAYS=14
Notes
v.1.2tag points to the cleanedmainhistory for this release.