If you are still on v3.0.4, v3.0.5, or even an earlier 2.x branch, the argument for upgrading to x-teko v3.0.7 is compelling:
Thus, x-teko v3.0.7 is widely considered the first “production-ready” release of the 3.x branch.
X-teko v3.0.7 is more than a routine update—it is the most stable, secure, and performant version of the platform to date. Whether you are managing a small ETL pipeline or a global transaction fabric, the improvements in memory management, API reliability, and observability will translate directly into operational peace of mind.
Upgrading requires careful planning, especially around TLS and database connector settings. But the benchmark results and security advantages make the effort worthwhile. x-teko v3.0.7
Action items for your team:
Do not let your infrastructure lag behind. Embrace x-teko v3.0.7 and experience the new standard in middleware efficiency.
Have you deployed x-teko v3.0.7 in production? Share your insights in the community forum or contact the maintainers via the official issue tracker. If you are still on v3
Previous v3.0.x versions suffered from gradual memory leaks when processing batches exceeding 50,000 records. X-teko v3.0.7 introduces a new garbage collection algorithm that reduces heap fragmentation by 42% in internal benchmarks. Long-running instances now show stable memory usage over 30-day periods.
For Debian/Ubuntu:
wget https://dl.x-teko.com/deb/x-teko_3.0.7_amd64.deb
sudo dpkg -i x-teko_3.0.7_amd64.deb
For Docker:
docker pull registry.x-teko.com/teko-core:3.0.7
docker stop x-teko-old
docker run -d --name x-teko -p 8080:8080 registry.x-teko.com/teko-core:3.0.7
sudo systemctl start x-teko
sudo journalctl -u x-teko -f -n 100
Look for the line: INFO x-teko v3.0.7 ready. Metrics available at :9092.
cp -r /etc/x-teko /etc/x-teko-backup-$(date +%Y%m%d)
Also export your connectors and rules from the web UI (Settings > Export).