Use this template when creating GitHub Releases or drafting version release notes. All major and minor releases must include populated Security Highlights and Performance Highlights sections.
Release Date: YYYY-MM-DD
Git Tag: vX.Y.Z
Target Commit / SHA: [Commit SHA]
Release Lead: @username
[Provide a high-level summary (2-4 sentences) explaining the key objectives, strategic improvements, and major deliverables in this release.]
Important
All security fixes, audit findings, access control enhancements, and dependency vulnerability patches must be cataloged below.
- CVE Reference / Advisory ID:
[e.g., CVE-2026-XXXX or GHSA-xxxx-xxxx-xxxx | N/A] - Vulnerability Patch: [Describe the security fix, root cause remediated, and components affected].
- Access Control & Verification: [Detail any new permission guards, role checks, or CEI pattern enforcement].
- Slither Static Analysis:
Passed (0 High/Med findings)/[Documented False Positives: FP-XXX] - Dependency Audit:
npm audit passed (0 high/critical vulnerabilities) - Secret Scanning:
0 active leaks detected via Gitleaks - Security Lead Sign-Off:
@security-lead✅
Tip
Detail quantitative performance improvements, smart contract gas unit savings, RPC latency reductions, or database query optimizations.
| Contract / Operation | Baseline Gas | New Gas | Improvement (%) | Notes |
|---|---|---|---|---|
deposit() |
45,200 |
39,100 |
-13.5% |
Optimized storage layout & CEI loop |
withdraw() |
52,800 |
46,400 |
-12.1% |
Reduced storage read operations |
- API Endpoint Throughput: Increased throughput from
X req/sectoY req/sec(+Z%). - Database Query Latency: Reduced p99 query latency from
X mstoY mson indexing endpoints. - RPC Provider Failover: [Detail failover latency or connection pooling improvements].
Caution
Detail any breaking API changes, database schema migrations, or environment variable renames requiring operator action.
- Migration Action Required:
[Describe step-by-step migration instructions] - API Removals / Deprecations:
[Details] - Database Migrations:
npx prisma migrate deploy
- Feature Title: Brief description of new functionality. (#Issue)
- Feature Title: Brief description of new functionality. (#Issue)
- Fix Title: Description of fix and issue resolved. (#Issue)
- Fix Title: Description of fix and issue resolved. (#Issue)
- Updated architecture documentation and domain glossary. (#Issue)
- Added new CLI validation scripts and CI workflow improvements. (#Issue)
- Upgraded
@stellar/stellar-sdktovX.Y.Z. - Upgraded
postgresbase image to16.2.
Thank you to all community members and maintainers who contributed to this release!
@contributor1@contributor2