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-default index
    • Added authSource=admin to MongoDB connection URI for proper authentication
    • Fixed MongoDB snapshot primary key extraction to use _table field
    • Enhanced primary key detection to check _id field first, then fall back to id
  • 🔧 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

View Full Changelog


Platform Downloads

Linux (AMD64)

wget https://github.com/yogoosoft/ElasticRelay/releases/download/v1.3.1/elasticrelay-linux-amd64
chmod +x elasticrelay-linux-amd64

Download | Checksum

Linux (ARM64)

wget https://github.com/yogoosoft/ElasticRelay/releases/download/v1.3.1/elasticrelay-linux-arm64
chmod +x elasticrelay-linux-arm64

Download | Checksum

macOS (Intel)

wget https://github.com/yogoosoft/ElasticRelay/releases/download/v1.3.1/elasticrelay-darwin-amd64
chmod +x elasticrelay-darwin-amd64

Download | Checksum

macOS (Apple Silicon)

wget https://github.com/yogoosoft/ElasticRelay/releases/download/v1.3.1/elasticrelay-darwin-arm64
chmod +x elasticrelay-darwin-arm64

Download | Checksum

Windows (AMD64)

Download | Checksum


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

View on Docker Hub


Installation Instructions

  1. Download the appropriate binary for your platform
  2. Verify checksum (recommended):
    sha256sum elasticrelay-linux-amd64
    # Compare with checksums.txt
    
  3. Make executable:
    chmod +x elasticrelay-*
    
  4. Move to PATH (optional):
    sudo mv elasticrelay-* /usr/local/bin/elasticrelay
    
  5. Verify installation:
    elasticrelay --version
    

Full Installation Guide


Historical Releases

VersionRelease DateHighlightsDownloads
v1.3.12025-12-15MongoDB CDC bug fixesAll Platforms
v1.3.02025-12-07MongoDB Connector completeAll Platforms
v1.2.62025-11-25Log level control systemAll Platforms
v1.2.52025-11-25MySQL datetime format fixAll Platforms
v1.2.42025-11-25force_initial_sync fixAll Platforms
v1.2.32025-11-24PostgreSQL CDC fully fixedAll Platforms
v1.0.12025-10-12MySQL CDC permissions fixAll Platforms
v1.0.02025-10-12Initial releaseAll Platforms

View All Releases on GitHub


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)

Need Help?