Latest Release: v1.4.4
Released: March 11, 2026
Size: ~18 MB
What’s New in v1.4.4
Transform Engine (v1.4.0+)
- Enterprise-grade data transformation pipeline with field mapping, type conversion, data masking, expression engine, and conditional filtering
- 5 masking presets: phone, ID card, email, bank card, name
- 16 built-in expression functions
- 800,000+ ops/sec performance
PostgreSQL CDC Stability (v1.4.3 + v1.4.4)
- 13 fixes for snapshot-to-CDC handoff, CDC streaming stability, and replication slot management
- Reliable high-volume incremental sync (10,000+ rows verified)
- Async batch processing decoupling for improved throughput
Universal Primary Key Support (v1.4.3)
- Snapshot now supports arbitrary primary key names (not just
id) - Parallel snapshot correctly propagates PK columns
- Fallback strategy for non-auto-increment primary keys
- Snapshot now supports arbitrary primary key names (not just
Platform Downloads
Linux (AMD64)
wget https://github.com/yogoosoft/ElasticRelay/releases/download/v1.4.4/elasticrelay-linux-amd64
chmod +x elasticrelay-linux-amd64
Linux (ARM64)
wget https://github.com/yogoosoft/ElasticRelay/releases/download/v1.4.4/elasticrelay-linux-arm64
chmod +x elasticrelay-linux-arm64
macOS (Intel)
wget https://github.com/yogoosoft/ElasticRelay/releases/download/v1.4.4/elasticrelay-darwin-amd64
chmod +x elasticrelay-darwin-amd64
macOS (Apple Silicon)
wget https://github.com/yogoosoft/ElasticRelay/releases/download/v1.4.4/elasticrelay-darwin-arm64
chmod +x elasticrelay-darwin-arm64
Windows (AMD64)
Docker Image
# Latest version
docker pull yogoosoft/elasticrelay:v1.4.4
docker pull yogoosoft/elasticrelay:latest
# Run with Docker
docker run -d \
--name elasticrelay \
-v $(pwd)/config.json:/app/config.json \
yogoosoft/elasticrelay:v1.4.4 \
--config /app/config.json
# Run with Transform Engine
docker run -d \
--name elasticrelay \
-v $(pwd)/config.json:/app/config.json \
-v $(pwd)/transform.json:/app/transform.json \
yogoosoft/elasticrelay:v1.4.4 \
--config /app/config.json \
-transform-config /app/transform.json
Installation Instructions
- Download the appropriate binary for your platform
- Verify checksum (recommended):
sha256sum elasticrelay-linux-amd64 # Compare with checksums.txt - Make executable:
chmod +x elasticrelay-* - Move to PATH (optional):
sudo mv elasticrelay-* /usr/local/bin/elasticrelay - Verify installation:
elasticrelay --version
Historical Releases
| Version | Release Date | Highlights | Downloads |
|---|---|---|---|
| v1.4.4 | 2026-03-11 | PostgreSQL CDC stability fixes (13 items) | All Platforms |
| v1.4.3 | 2026-03-10 | Universal snapshot primary key support | All Platforms |
| v1.4.2 | 2026-01-30 | Transform rule matching fix | All Platforms |
| v1.4.1 | 2026-01-30 | Transform Engine integration fix | All Platforms |
| v1.4.0 | 2026-01-17 | Transform Engine complete implementation | All Platforms |
| v1.3.1 | 2025-12-15 | MongoDB CDC bug fixes | All Platforms |
| v1.3.0 | 2025-12-07 | MongoDB Connector complete | All Platforms |
| v1.2.6 | 2025-11-25 | Log level control system | All Platforms |
| v1.2.5 | 2025-11-25 | MySQL datetime format fix | All Platforms |
| v1.2.4 | 2025-11-25 | force_initial_sync fix | All Platforms |
| v1.2.3 | 2025-11-24 | PostgreSQL CDC fully fixed | All Platforms |
| v1.0.1 | 2025-10-12 | MySQL CDC permissions fix | All Platforms |
| v1.0.0 | 2025-10-12 | Initial release | All Platforms |
System Requirements
- Operating System: Linux, macOS, Windows
- Memory: Minimum 512 MB RAM
- Go Version (for building from source): 1.25.2+
- Elasticsearch: 7.x or 8.x
- MySQL: 5.7+ (for MySQL CDC)
- PostgreSQL: 10+ (for PostgreSQL CDC)
- MongoDB: 4.0+ (for MongoDB CDC)