Releases: jin06/binlogo
Releases · jin06/binlogo
v2.0.7-alpha
What's Changed
- 🔹 Enhancements
- Optimized the Web UI display for better user experience.
- 🛠️ Fixes & Improvements
- Cleaned up redundant UI elements for a more streamlined interface.
- Improved responsiveness and layout consistency.
- Removed unnecessary code to improve maintainability and performance.
v2.0.6-alpha
Migrated Storage to Redis
v1.1.24
What's Changed
v1.1.23-alpha
What's Changed
v1.1.2-beta
- Add self repaired feature, that provide a param 'fix_pos_newest' for pipline. If set 'fix_pos_newest' is true,when pipeline failed to sync mysql while the error is that binlog file is not exist, binlogo will update the newest position for this pipeline.
- Closed dashboard repo, merge that to this repo.
- Set ElasticSearch output, provie add & update function, but the sender function is not implemented.
v1.1.0
- more stable
- optimized codes
v1.0.67-beta
Resolve some bugs
- The first issue was that the node had exited, but a proper re-election process was not triggered.
- The second issue stemmed from inadequate concurrency control, resulting in pipeline stages not functioning correctly.