diff options
-rw-r--r-- | NEWS.md | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -2,17 +2,21 @@ ## Incompatible changes -- Local configuration files need two new settings: 'configurl' and +- Local configuration files need two new options: 'configurl' and 'logadminkey'. The former is where the log administrator publishes the (generated) global config file and the latter can be found in that file. -- The configuration setting 'publicaddresses', used by frontend nodes, - has changed to 'ctapiaddresses'. +- The previous configuration option 'publicaddresses', used by + frontend nodes, is now 'ctapiaddresses'. -- The configuration setting 'known_roots' in merge configuration files - has changed to 'knownroots' to match what's being used by all other - nodes types. +- The previous configuration option 'addresses' is now + 'frontendaddresses', 'storageaddresses', 'signingaddresses', and + 'mergeaddresses' (closes CATLFISH-74). + +- The previous configuration option 'known_roots', used by primary + merge nodes, is now 'knownroots', to match what's being used by the + other nodes types. It should be noted that regeneration of Erlang config files is necessary when upgrading to 0.10.0 from a previous version. |