chore: bump version to 1.0.1 with changelog updates
Some checks failed
Build RPM Package / Build RPM Packages (CentOS 7, Rocky 8/9/10) (push) Has been cancelled
Some checks failed
Build RPM Package / Build RPM Packages (CentOS 7, Rocky 8/9/10) (push) Has been cancelled
- 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 <qwen-coder@alibabacloud.com>
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
Name: ja4sentinel
|
Name: ja4sentinel
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: JA4 TLS fingerprinting daemon for network monitoring
|
Summary: JA4 TLS fingerprinting daemon for network monitoring
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -114,5 +114,16 @@ fi
|
|||||||
%dir /var/run/ja4sentinel
|
%dir /var/run/ja4sentinel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 28 2026 JA4Sentinel Team <team@example.com> - 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 <team@example.com> - 1.0.0-1
|
* Wed Feb 25 2026 JA4Sentinel Team <team@example.com> - 1.0.0-1
|
||||||
- Initial package release for CentOS 7, Rocky Linux 8/9/10
|
- Initial package release for CentOS 7, Rocky Linux 8/9/10
|
||||||
|
|||||||
Reference in New Issue
Block a user