v1.1.0
Release v1.1.0: Host Memory Detection Fallback
Major new features in this release:
🎯 Host Memory Detection Fallback
- Cross-platform host memory detection when cgroups unavailable
- Linux: Accurate /proc/meminfo parsing
- macOS: CGO-free heuristic detection
- Intelligent priority: cgroups v2 → cgroups v1 → host fallback
🔧 Enhanced Build System
- Smart Go tool path resolution with auto-installation
- New quality assurance targets (make quality, tools, tools-check)
- Improved developer experience with comprehensive tooling
📋 Platform Refinements
- Removed Windows support for cleaner, focused scope
- Enhanced code quality with extracted platform constants
- Maintained 77.1% test coverage with new detection scenarios
🐛 Bug Fixes
- Fixed Makefile tool path resolution issues
- Resolved all linter warnings and code quality issues
- Centralized platform constants for better maintainability
This release resolves GitHub issue #5 and significantly enhances the
memory detection capabilities with robust fallback mechanisms.
Full Changelog: v1.0.0...v1.1.0