Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 20:59
· 85 commits to main since this release
v1.1.0
db6146c

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