Release Notes

A complete history of features, improvements, and fixes shipped across every version of CEF Core. Subscribe to stay informed about upcoming releases.

Stay up to date

Get notified when we ship new features and improvements.

Subscribe to Updates
v1.0.0Latest

General Availability

CEF Core reaches general availability with a production-hardened platform purpose-built for church extension fund financial management. This release represents the culmination of months of development, beta testing, and feedback from early-access customers.

New Features

  • +
    Standalone Deployment on Hetzner Cloud -- Migrated from Firebase Cloud Functions to a dedicated Hetzner CPX31 instance with SSL via Let's Encrypt, providing lower latency and full infrastructure control.
  • +
    JWT Authentication System -- Production-ready authentication with 24-hour access tokens, 7-day refresh tokens, and HS256 signing. Supports dual-mode authentication for backward compatibility with Firebase ID tokens.
  • +
    Complete Loan Servicing Module -- End-to-end loan lifecycle management including origination, payment processing, amortization schedules, payoff calculations, and delinquency tracking.
  • +
    Investor Note Tracking -- Full investor note management with interest accrual, maturity tracking, reinvestment handling, and automated 1099-INT generation.
  • +
    Double-Entry General Ledger -- GAAP-compliant general ledger with chart of accounts, journal entries, trial balance, balance sheet, and profit-and-loss reporting.
  • +
    CRM for Ministry Organizations -- Purpose-built CRM for managing church relationships, contacts, prospects, and organizational hierarchies.
  • +
    Maker-Checker Workflow -- Four-eyes principle enforcement for all financial transactions exceeding configurable thresholds, with full approval audit trails.
  • +
    Immutable Audit Trail -- Tamper-evident audit logging with cryptographic hash chains, ensuring regulatory compliance and forensic traceability for every financial operation.
  • +
    Cash Management and Escrow Tracking -- Receipts, disbursements, reconciliation, and escrow account management with real-time balance tracking.
  • +
    Report Builder with Highcharts -- Interactive report templates, custom report generation, PDF and Excel export, and visual dashboards powered by Highcharts.

Security and Compliance

  • ~AES-256 encryption at rest for all financial data and TLS 1.3 for all data in transit.
  • ~Role-based access control with admin, treasury, and staff tiers.
  • ~Rate limiting with token bucket algorithm to prevent API abuse.
  • ~Multi-factor authentication support for administrative accounts.
  • ~Transaction limits with role-based thresholds and daily/monthly caps.

Infrastructure

  • ~PostgreSQL 16 with 101 tables across 16 schemas, optimized for financial workloads.
  • ~Redis 7 for session management, rate limiting, and caching.
  • ~PM2 process management with automatic restarts and zero-downtime deployments.
  • ~Automated disaster recovery with RPO of 1 hour and RTO of 4 hours.
  • ~99.4% test pass rate across 162 automated tests (smoke and integration).

v0.9.0Beta

Public Beta

Opening CEF Core to beta customers for real-world validation. This release focused on operational resilience, monitoring infrastructure, and the feedback systems needed to ship a stable v1.0.

New Features

  • +
    Monitoring and Alerting Dashboard -- Real-time system health monitoring with PagerDuty and Slack integration for critical alerts, uptime tracking, and performance metrics.
  • +
    Bank Feed Integration via Plaid -- Automated bank transaction import, account verification, and reconciliation support through the Plaid financial data network.
  • +
    Statement Generation Engine -- Automated monthly investor statements with PDF generation, batch processing, and configurable templates.
  • +
    1099-INT Reporting Automation -- End-of-year 1099-INT form generation, IRS e-filing preparation, and investor tax document distribution.
  • +
    OpenAPI Documentation -- Interactive Swagger UI for all API endpoints with request/response examples and authentication guides.
  • +
    Customer Self-Service Portal -- Read-only portal for investors and borrowers to view their accounts, statements, and transaction history.

Improvements

  • ~Improved daily accrual job performance with batch processing for large portfolios.
  • ~Enhanced error handling across all subledger services with structured error responses.
  • ~Added comprehensive Zod validation schemas for all API request payloads.
  • ~Expanded smoke test coverage from 45 to 72 tests with automated CI/CD integration.

Bug Fixes

  • -Fixed rounding inconsistencies in interest accrual calculations for investor notes.
  • -Resolved CORS configuration issues affecting cross-origin API requests from the dashboard.
  • -Corrected journal entry balance validation to properly enforce debits-equal-credits rule.

v0.8.0Alpha

Private Alpha

The foundational release of CEF Core establishing the core platform architecture, database schemas, and the modular subledger pattern that powers the entire system.

New Features

  • +
    Modular Subledger Architecture -- Eight independent Express.js microservices (GL, Loans, Investor Notes, Cash, Escrow, Fees, CRM, Reports) each deployed as isolated Cloud Functions.
  • +
    PostgreSQL Database Foundation -- 10 database schemas with UUID primary keys, soft-delete support, event outbox pattern, and idempotency key deduplication.
  • +
    Firebase Authentication Integration -- Secure user authentication with Firebase Auth, custom claims for RBAC, and internal service-to-service token support.
  • +
    Next.js Dashboard -- 21-page static site with responsive design, including dashboards for loans, investor notes, accounting, CRM, and administrative functions.
  • +
    Idempotency for Financial Operations -- Request deduplication using idempotency keys to prevent duplicate transactions, ensuring exactly-once processing for all money operations.
  • +
    Automated Scheduled Jobs -- Daily accrual processing, tie-out verification, bank transaction sync, audit log archival, and database backup export.
  • +
    Smoke and Integration Test Suite -- Comprehensive automated testing with 62 smoke tests and 10 integration tests, JSON reporting, and CI/CD pipeline support.

Architecture Decisions

  • ~Selected PostgreSQL over document databases for ACID compliance and relational integrity.
  • ~Adopted event outbox pattern for reliable cross-service communication.
  • ~Chose static site generation for the dashboard to maximize performance and security.
  • ~Implemented soft deletes across all schemas for audit compliance and data recovery.

See CEF Core in Action

Ready to see how CEF Core can modernize your church extension fund operations? Schedule a personalized demo with our team.