Release Date: July 9, 2025 Version: 1.0.1 Type: Performance & Compatibility Update Compatibility: 100% Backward Compatible
- 7x faster environment detection with static caching
- Optimized memory usage by eliminating redundant checks
- Faster test execution with clean PHPUnit configuration
- Universal Windows/macOS/Linux support
- Platform-specific scripts for all environments
- Resolved Windows compatibility issues
- Clean exit codes (0) for successful test runs
- Suppressed test noise for cleaner CI outputs
- Better GitHub Actions integration
Environment Detection Performance:
├── First call: 2.15 μs
├── Cached calls: 0.30 μs
└── Speed improvement: 7x faster
Test Execution:
├── 67 tests passing
├── 242 assertions
├── Clean exit code: 0
└── Time: ~0.21s- Updated from
*@devto^1.1.0 - Auto stress performance improvements
- Production-ready distribution
- Centralized
EnvironmentHelperusage - Static caching implementation
- Reduced code duplication
composer test-coverage # Universal
./scripts/test-coverage.sh # Unix/Linux/macOS
scripts\test-coverage.bat # Windows CMD
scripts\test-coverage.ps1 # PowerShell- ✅ 67 tests passing (100% success rate)
- ✅ PHPStan Level 8 (zero errors)
- ✅ PSR-12 compliant (100% code style)
- ✅ Clean CI/CD (exit code 0)
# Simple upgrade - no breaking changes
composer update pivotphp/cycle-orm
# Verify installation
composer show pivotphp/cycle-orm
# Should show version 1.0.1- Faster Development: 7x performance improvement
- Better CI/CD: Clean test outputs and exit codes
- Cross-Platform: Works seamlessly everywhere
- Production Ready: Optimized for high-performance environments
- Full Release Notes:
RELEASE_NOTES_1.0.1.md - Changelog:
CHANGELOG.md - Development Guide:
CLAUDE.md - README: Updated with cross-platform instructions
- GitHub: https://github.com/PivotPHP/pivotphp-cycle-orm
- Packagist: https://packagist.org/packages/pivotphp/cycle-orm
This release maintains 100% backward compatibility while delivering significant performance and compatibility improvements.