diff --git a/packaging/rpm/ja4sentinel.spec b/packaging/rpm/ja4sentinel.spec index 60d9201..7c0e104 100644 --- a/packaging/rpm/ja4sentinel.spec +++ b/packaging/rpm/ja4sentinel.spec @@ -1,5 +1,5 @@ Name: ja4sentinel -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: JA4 TLS fingerprinting daemon for network monitoring License: MIT @@ -114,5 +114,16 @@ fi %dir /var/run/ja4sentinel %changelog +* Sat Feb 28 2026 JA4Sentinel Team - 1.0.1-1 +- Add configurable packet channel buffer size for high-throughput capture +- Add timestamp field to LogRecord for precise event tracking +- Fix race condition: close packetChan after capture goroutine finishes +- Strengthen TLS limits and socket timeouts for robustness +- Improve configuration validation with stricter checks +- Include systemd service file in RPM packages +- Unified Docker-based packaging for CentOS 7, Rocky Linux 8/9/10 +- Add comprehensive unit tests for API and cmd packages +- Add Godoc documentation for all public interfaces + * Wed Feb 25 2026 JA4Sentinel Team - 1.0.0-1 - Initial package release for CentOS 7, Rocky Linux 8/9/10