Version 1.665
Released: 2024-06-??
da config-set
command improved
No excessive output in CLI command da config-set
no longer prints anything when configuration is updated successfully.
Older versions used to repeat configuration key and value to standard output. This often produces unexpected extra output when used in scripts.
/CMD_LOGIN?json=yes
removed
Deprecate POST /CMD_LOGIN?json=yes
request is being deprecated in favour of POST /api/login
. The request will randomly fail with message to switch to newer endpoint.
In future releases CMD_LOGIN
will no longer return json response and should be used exclusively with HTML forms.
evolution fixed
Allow domain pointer MX records to be editedWithin user level DNS page (Account Manager -> DNS Management) editing domain pointer's MX records no longer throws validation errors when it shouldn't.