v0.11.0
domcyrus/rustnetv0.11.0Sep 30, 2025by github-actions[bot]
AI Summary
Docker images now include eBPF support for enhanced performance, and automated cross-platform packaging (DEB, RPM, DMG, MSI) is introduced.
Key Highlights
- Docker Support with eBPF
- Cross-Platform Packaging Automation
- RPM Package Dependencies Fix
New Features
- Docker Support with eBPF
- Cross-Platform Packaging
- RPM Package Dependencies Fix
Full Release Notes
### Added - **Docker Support with eBPF**: Docker images now include eBPF support for enhanced performance - Multi-architecture Docker builds (amd64, arm64, armv7) - eBPF-enabled images for advanced socket tracking on Linux - Optimized container builds with proper dependency management - **Cross-Platform Packaging and Release Automation**: Comprehensive automated release workflow - Automated DEB, RPM, DMG, and MSI package generation - Cross-platform CI/CD improvements ### Fixed - **RPM Package Dependencies**: Corrected libelf dependency specification in RPM packages - **Windows MSI Packaging**: Fixed MSI installer generation issues - **Release Workflow**: Resolved various release automation issues ## What's Changed * fix: release workflow by @domcyrus in https://github.com/domcyrus/rustnet/pull/17 **Full Changelog**: https://github.com/domcyrus/rustnet/compare/v0.10.0...v0.11.0