{% if enterprise_features %}
- Binary Security: Enhanced with enterprise-grade security hardening
- Stack canaries and DEP enabled
- Address Space Layout Randomization (ASLR)
- Position Independent Executables (PIE)
- RELRO (Read-only relocations)
- Control Flow Integrity protection
- Encryption: AES-256-GCM encryption for sensitive data
- Audit Logging: Comprehensive audit trails for compliance
- Access Control: Role-based access control (RBAC) implemented
- SOC 2 Type II: Trust Services Criteria compliance maintained
- GDPR: Data protection and privacy rights fully implemented
- HIPAA: Healthcare data security and privacy compliance
- ISO 27001: Information security management system certified
- Multi-Factor Authentication: Enterprise MFA support
- Certificate Pinning: SSL/TLS certificate pinning for APIs
- Network Security: Enterprise proxy and firewall support
- Data Protection: Customer-managed encryption keys {% endif %}
{% for group, commits in commits | group_by(attribute="group") %} {% if group == "Features" %} {% for commit in commits %}
- {% if commit.scope %}{{commit.scope}}: {% endif %}{{ commit.message | upper_first }} {% endfor %} {% endif %} {% endfor %}
{% for group, commits in commits | group_by(attribute="group") %} {% if group == "Bug Fixes" %} {% for commit in commits %}
- {% if commit.scope %}{{commit.scope}}: {% endif %}{{ commit.message | upper_first }} {% endfor %} {% endif %} {% endfor %}
{% for group, commits in commits | group_by(attribute="group") %} {% if group == "Performance" %} {% for commit in commits %}
- {% if commit.scope %}{{commit.scope}}: {% endif %}{{ commit.message | upper_first }} {% endfor %} {% endif %} {% endfor %}
{% for group, commits in commits | group_by(attribute="group") %} {% if group == "Refactor" %} {% for commit in commits %}
- {% if commit.scope %}{{commit.scope}}: {% endif %}{{ commit.message | upper_first }} {% endfor %} {% endif %} {% endfor %}
{% for group, commits in commits | group_by(attribute="group") %} {% if group == "Documentation" %} {% for commit in commits %}
- {% if commit.scope %}{{commit.scope}}: {% endif %}{{ commit.message | upper_first }} {% endfor %} {% endif %} {% endfor %}
{% for group, commits in commits | group_by(attribute="group") %} {% if group == "Testing" %} {% for commit in commits %}
- {% if commit.scope %}{{commit.scope}}: {% endif %}{{ commit.message | upper_first }} {% endfor %} {% endif %} {% endfor %}
{% for group, commits in commits | group_by(attribute="group") %} {% if group == "Security" %} {% for commit in commits %}
- {% if commit.scope %}{{commit.scope}}: {% endif %}{{ commit.message | upper_first }} {% endfor %} {% endif %} {% endfor %}
{% for group, commits in commits | group_by(attribute="group") %} {% if group not in ["Features", "Bug Fixes", "Performance", "Refactor", "Documentation", "Testing", "Security"] %} {% for commit in commits %}
- {% if commit.scope %}{{commit.scope}}: {% endif %}{{ commit.message | upper_first }} {% endfor %} {% endif %} {% endfor %}
Download the latest release from [GitHub Releases](https://github.com/moabualruz/ricecoder/releases/tag/{{ version }})
Supported Platforms:
- Linux (x86_64, ARM64)
- macOS (x86_64, ARM64)
- Windows (x86_64)
# Homebrew (macOS/Linux)
brew install ricecoder
# Scoop (Windows)
scoop install ricecoder
# npm (Cross-platform)
npm install -g @ricecoder/cliFor enterprise deployments, see our Enterprise Deployment Guide
{% if breaking_changes %}
This release includes breaking changes. Please review the following migration steps:
{% for group, commits in commits | group_by(attribute="group") %} {% for commit in commits %} {% if commit.breaking %}
- {{ commit.scope | default("General") }}: {{ commit.message | upper_first }} {% endif %} {% endfor %} {% endfor %}
- Backup Configuration: Backup your
~/.ricecoder/config.yamlfile - Review Breaking Changes: Check the breaking changes section above
- Update Configuration: Update configuration files as needed
- Test in Staging: Test the new version in a staging environment
- Gradual Rollout: Roll out to production gradually
For detailed migration instructions, see Migration Guide {% endif %}
{% if security_advisories %}
This release addresses the following security issues:
{% for advisory in security_advisories %}
- {{ advisory.id }}: {{ advisory.title }}
- Severity: {{ advisory.severity }}
- CVSS Score: {{ advisory.cvss_score }}
- Description: {{ advisory.description }}
- Mitigation: {{ advisory.mitigation }} {% endfor %}
For more information, see Security Advisories {% endif %}
- Status: ✅ Compliant
- Valid Until: December 31, 2025
- Report: Available to customers via secure portal
- Status: ✅ Compliant
- Data Protection Officer: dpo@ricecoder.com
- Compliance Statement: GDPR Compliance
- Status: ✅ Compliant
- Business Associate Agreement: Available upon request
- Security Risk Analysis: Annual assessment completed
| Metric | Target | Actual | Status |
|---|---|---|---|
| Startup Time | < 3s | {{ startup_time }}s | {% if startup_time < 3 %}✅{% else %}❌{% endif %} |
| Response Time (95th percentile) | < 500ms | {{ response_time }}ms | {% if response_time < 500 %}✅{% else %}❌{% endif %} |
| Memory Usage | < 300MB | {{ memory_usage }}MB | {% if memory_usage < 300 %}✅{% else %}❌{% endif %} |
| CPU Usage (peak) | < 80% | {{ cpu_usage }}% | {% if cpu_usage < 80 %}✅{% else %}❌{% endif %} |
For enterprise customers:
- Priority Support: 4-hour response time
- Dedicated Engineer: On-site support available
- Custom Deployments: Tailored deployment assistance
- GitHub Issues: Report bugs
- GitHub Discussions: Ask questions
- Documentation: Read docs
Thank you to all contributors who made this release possible!
Contributors: {{ contributors | join(", ") }}
Full changelog: CHANGELOG.md