Latest Release: v1.3.1
Released: December 15, 2025
Size: ~18 MB
What’s New in v1.3.1
🐛 Bug Fixes
- Fixed MongoDB CDC events incorrectly routing to
elasticrelay_mongo-defaultindex - Added
authSource=adminto MongoDB connection URI for proper authentication - Fixed MongoDB snapshot primary key extraction to use
_tablefield - Enhanced primary key detection to check
_idfield first, then fall back toid
- Fixed MongoDB CDC events incorrectly routing to
🔧 Improvements
- Increased Elasticsearch timeout from 3s to 30s for better remote server reliability
- Enhanced Docker Compose MongoDB replica set with keyFile authentication
- Updated documentation with MongoDB setup instructions
Platform Downloads
Linux (AMD64)
wget https://github.com/yogoosoft/ElasticRelay/releases/download/v1.3.1/elasticrelay-linux-amd64
chmod +x elasticrelay-linux-amd64
Linux (ARM64)
wget https://github.com/yogoosoft/ElasticRelay/releases/download/v1.3.1/elasticrelay-linux-arm64
chmod +x elasticrelay-linux-arm64
macOS (Intel)
wget https://github.com/yogoosoft/ElasticRelay/releases/download/v1.3.1/elasticrelay-darwin-amd64
chmod +x elasticrelay-darwin-amd64
macOS (Apple Silicon)
wget https://github.com/yogoosoft/ElasticRelay/releases/download/v1.3.1/elasticrelay-darwin-arm64
chmod +x elasticrelay-darwin-arm64
Windows (AMD64)
Docker Image
# Latest version
docker pull yogoosoft/elasticrelay:v1.3.1
docker pull yogoosoft/elasticrelay:latest
# Run with Docker
docker run -d \
--name elasticrelay \
-v $(pwd)/config.json:/app/config.json \
yogoosoft/elasticrelay:v1.3.1 \
--config /app/config.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.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)