All notable changes to this project will be documented in this file.
v2.0.2 - 2020-09-02
- Improved services.
v2.0.1 - 2020-07-20
- Improved FQDN support.
v2.0.0 - 2020-07-16
- A new start for Onion HA! It has been completely rewritten to be object oriented.
- Performance has been increased.
- Onion HA now supports an unlimited number of nodes.
- Onion HA is more reliable thanks to its modular architecture and the establishment of real communications between nodes (UDP sockets).
- It is now possible to monitor the cluster status using the
oniond status
command. - The events logged are more precise.
- A new installation wizard guides you through the installation, update and removal of Onion HA.
- All documentation has been reviewed.
v1.0.4 - 2018-04-02
- Removed the
syslog
option from the configuration file. - Code optimizations.
v1.0.3 - 2018-02-17
- Overall performance has been improved.
- Added a new logging function.
- Updated the code to use f-strings.
- Updated
version
,about
andhelp
commands. - Fixed an issue that did not display the correct gateway address in logs.
v1.0.2 - 2018-02-04
- Changed the
startDelay
option toinitDelay
in the configuration file. - Code optimizations.
v1.0.1 - 2018-02-01
- Changed the
danger
status tocritical
. - Removed the built-in
capitalize()
function. - Fixed an issue that could crash Onion HA when running scripts.
- Small improvements.
v1.0.0 - 2018-01-07
- 🎉 Initial release.