v3.2.0 October 24, 2025 Stable

Dynamic Schema Validation & Edge Routing

Introducing real-time JSON schema validation in the dashboard and improved edge node routing for faster global config delivery.

  • FeatureJSON Schema Validator: Upload and validate configs against custom JSON schemas directly in the UI before pushing to production.
  • FeatureEdge Routing Optimization: Config requests now automatically route to the nearest edge node, reducing latency by ~35% globally.
  • ImprovementDashboard Performance: Reduced initial load time by 40% through lazy-loading and bundle splitting.
  • FixFixed webhook retry logic failing silently when rate limits were hit.
v3.1.2 October 11, 2025 Stable

Hotfix: SDK Memory Leak & Audit Log Sync

Critical patch for Node.js SDK event emitter leak and audit log timestamp misalignment.

  • FixNode.js SDK: Resolved unbounded memory growth in long-running processes caused by stale WebSocket listeners.
  • FixAudit Logs: Fixed timezone offset issue causing log entries to display incorrectly in UTC+ regions.
  • FixCorrected pagination token regeneration on filtered list views.
v3.1.0 September 28, 2025 Stable

Environment Variables & GitOps Integration

First-class support for env var mapping and native Git push/pull workflows for infrastructure-as-code teams.

  • FeatureEnv Var Mapper: Automatically export config keys as environment variables during CI/CD pipeline execution.
  • FeatureGitOps Mode: Bidirectional sync with GitHub/GitLab repos. Push changes via commit, pull via webhook.
  • ImprovementCLI v2.4: Added `config diff`, `config preview`, and interactive deployment approval commands.
  • FixResolved race condition during concurrent config updates on high-traffic clusters.
v3.0.0 September 10, 2025 Stable

Major Release: Zero-Downtime Architecture

Complete backend rewrite enabling true zero-downtime config propagation, new API v3, and enhanced security defaults.

  • BreakingAPI v3 Migration: Legacy `/v1` endpoints deprecated. Auth now requires JWT Bearer tokens instead of API keys.
  • BreakingSDK Breaking Changes: `AppConfig.init()` now requires explicit `environment` and `region` parameters.
  • FeatureZero-Downtime Sync: Config updates apply instantly across all instances without requiring service restarts or cache invalidation.
  • FeatureAdvanced RBAC: Fine-grained permissions down to individual config keys and environment scopes.
  • ImprovementReduced SDK bundle size by 60% with tree-shaking and modern ES modules.
v2.9.1 August 22, 2025 Legacy

Final 2.x Maintenance Release

Last release before v3 migration. Includes critical security patches and deprecation warnings.

  • Deprecationv2 EOL Notice: Version 2.x will reach end-of-life on December 31, 2025. Begin migration to v3 immediately.
  • ImprovementAdded migration CLI tool `appconfig-migrate` to automate config schema conversion.
  • FixPatched CVE-2025-8842 affecting older JWT validation logic in dashboard auth.