DBConvert Streams: What's New
We're constantly improving DBConvert Streams to make your data migration and synchronization experience better, faster, and more reliable. Check out our latest updates below!
Version 1.2.0 - March, 23 2025
We're excited to announce the release of DBConvert Streams 1.2.0! This version brings significant improvements to platform compatibility, deployment options, and overall user experience.
⭐ Highlights
🖥️ Enhanced Cross-Platform Support
Our testing team has rigorously validated enhanced shell scripts for managing DBConvert Streams services across multiple operating systems including Ubuntu, Debian, CentOS, Windows, and more. This comprehensive testing ensures a smooth deployment experience regardless of your preferred OS.
⚡ Quick Deploy Options
We've enchanced our deployment process with multiple Quick Deploy options:
Cloud-Ready Installation: Our versatile
install.sh
script makes it easy to deploy DBConvert Streams on any popular cloud platform including AWS, Google Cloud, or Microsoft Azure. Learn more about cloud deployment.DigitalOcean 1-Click App: Deploy DBConvert Streams instantly with our 1-Click App on DigitalOcean Marketplace. Get up and running in minutes without complex configuration.
✨ New Features
🌐 Simplified API Access
We've implemented Nginx proxying for all API endpoints, allowing users to access the API through http://HOST_IP_ADDRESS/api/. This means you no longer need to expose port 8020 to the world, enhancing security while simplifying access.
📡 Improved Log Streaming
We've completely replaced WebSocket-based NATS logging with a more robust Server-Sent Events (SSE) implementation, providing more reliable and stable log streaming with better reconnection handling.
🔄 Upgrading
To upgrade to version 1.2.0:
# For both Docker and Binary deployments
./update.sh
Version 1.1.0 - March, 03 2025
We're excited to announce the release of DBConvert Streams 1.1.0! This release brings significant improvements to monitoring capabilities, data handling reliability.
⭐ New Features
📊 New Feature: Table-level statistics tracking and reporting, giving you deeper insights into your data. Monitor your data transfers with precision and gain valuable insights into performance metrics, helping you optimize your database operations.
🔄 New Feature: Automated update script (update.sh) in the deployed folder, enabling seamless updates of DBConvert Streams services. This script automatically handles the update process for both binary and Docker image deployments, making version upgrades effortless.
⚡ Enhancements
🖥️ Enhancement: Enhanced event processing and monitoring in target package, improving overall system reliability. This update ensures more robust handling of data events, reducing errors and improving data integrity during transfers.
👆 Enhancement: Thread-safe user data management in stream-api, resulting in faster processing times. This architectural improvement ensures consistent performance even under heavy loads, making your data operations more reliable.
🗄️ Enhancement: Improved MySQL SET type conversion to PostgreSQL arrays, enhancing your data migration capabilities. This specialized enhancement ensures your data maintains its integrity when moving from MySQL to PostgreSQL.
📑 Enhancement: Improved database index handling across different database drivers. This update introduces database-specific index creation logic for MySQL and PostgreSQL, smarter index existence checks, and enhanced logging for better troubleshooting.
🔄 Enhancement: Advanced PostgreSQL ARRAY type handling, enabling conversion to MySQL JSON during schema preprocessing.