From d14d6d6bf093c092905452787f8377164729d58e Mon Sep 17 00:00:00 2001 From: Jacquin Antoine Date: Sat, 28 Feb 2026 20:10:56 +0100 Subject: [PATCH] chore: bump version to 1.0.1 with changelog updates - Update RPM spec version from 1.0.0 to 1.0.1 - Add comprehensive changelog entries for v1.0.1: - Configurable packet channel buffer size - Timestamp field in LogRecord - Race condition fix in packet capture - Strengthened TLS limits and socket timeouts - Improved configuration validation - Systemd service file inclusion in RPMs - Unified Docker-based packaging - Added unit tests and Godoc documentation Co-authored-by: Qwen-Coder --- packaging/rpm/ja4sentinel.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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