Changelog

Updates to the Eden platform, including API changes, new features, and improvements.

Tip: For announcements and in-depth articles, see our Blog. For API documentation, see our Docs.

January 6, 2026

v1.0.0

We released Eden v1.0.0, marking a major production-ready milestone. This release introduces migration performance throttling to prevent overwhelming source databases, canary migration tests that validate data integrity on a subset before full migration, and real-time latency monitoring for performance debugging. Redis now properly handles binary keys across all data types, and MongoDB wire protocol validation has been hardened to reject malformed messages.

Eden v1.0.0: Production-Ready Database Migrations

January 2, 2026

v0.13.1

Eden's MongoDB proxy now includes built-in protection against CVE-2025-14847 (Mongobleed), a critical vulnerability affecting MongoDB versions 3.6 and later that allows remote memory reads via crafted compressed messages. Our wire-protocol validation blocks attacks by checking for mismatched length fields, excessive uncompressed sizes (>256MB), and invalid zlib headers before malicious payloads can reach your MongoDB server—all with under 100µs of added latency.

How Eden Protects Against Mongobleed (CVE-2025-14847)

December 28, 2025

v0.13.0

We introduced a new MCP server for migrations, enabling AI assistants like Claude to orchestrate database migrations through natural language. The MCP transport layer now uses streamable HTTP for lower latency and better connection handling. We also added comprehensive Redis command coverage tests and migration success rate guardrails that automatically pause migrations if error rates exceed thresholds.

Introducing MCP Server for AI-Powered Migrations

December 17, 2025

v0.12.0

Redis connections are now pinned through WATCH/MULTI/EXEC transaction blocks, ensuring that optimistic locking and atomic operations work correctly during migrations. The request analyzer now supports custom template registration for identifying application-specific query patterns.

Transaction-Safe Migrations with Redis WATCH/MULTI/EXEC

December 4, 2025

v0.11.0

Eden databases can now be cloned from snapshots, enabling instant creation of staging environments or point-in-time recovery. We added PSYNC support to the Redis proxy for efficient partial resynchronization, and implemented comprehensive observability for migrations including key counts, throughput metrics, and error categorization.

Database Snapshots: Clone and Restore with Eden

November 28, 2025

v0.10.0

Eden's LLM endpoints now support streaming with tool calling, allowing AI models to invoke database operations mid-response for real-time data retrieval. We migrated from r2d2_redis to deadpool for connection pooling, reducing connection overhead by 40% and eliminating rare connection leak issues under high concurrency.

Real-Time AI with LLM Streaming and Tool Calling

November 14, 2025

v0.9.0

Eden now runs natively on ARM64 (Apple Silicon and AWS Graviton), with Docker builds completing 3x faster using native compilation. The interlay proxy layer now supports TLS for encrypted connections between proxy components, and we standardized structured JSON logging across all services for better observability.

Eden Goes ARM64: Faster Builds, Broader Support

October 27, 2025

v0.8.0

We implemented SwitchProxy, a traffic routing layer that enables zero-downtime database migrations by gradually shifting traffic from source to destination. The proxy handles connection draining, automatic failback on errors, and provides real-time traffic split visibility. Organization-level super admin creation now works correctly across multi-tenant deployments.

Dynamic Traffic Routing with SwitchProxy

October 14, 2025

v0.7.0

We optimized the Redis interlay with zero-copy parsing, reducing memory allocations by 60%. Criterion benchmarks were added to catch performance regressions in CI. Helm charts are now available for deploying Eden on Kubernetes, with configurable resource limits, horizontal pod autoscaling, and Prometheus metrics endpoints.

Deploying Eden on Kubernetes with Helm

September 21, 2025

v0.6.0

We added MongoDB wire protocol support, enabling Eden to proxy MongoDB connections alongside Redis. Redis-to-Redis migrations now achieve throughput of ~10MB/s or approximately 150,000 keys per second on typical workloads, with automatic batching and pipelining to maximize efficiency.

High-Throughput Redis Migrations: 150K Keys Per Second

September 15, 2025

v0.5.0

We released a complete RESP protocol encoder and decoder in Rust, enabling wire protocol interception, real-time command mutation, and live migration between Redis instances—all with under 100µs of added latency per operation. We highlighted this new functionality for migrating live application traffic between Redis databases, at Redis Released in San Francisco.

Sub-100µs Redis Protocol Interception

Press & Announcements

September 15, 2025

Eden Launches One-Click Migration

At Redis Released in San Francisco, Eden launched one-click migration from ElastiCache to Redis Cloud — a zero-code, zero-friction way to modernize data infrastructure in seconds.