v1.0.22
Release notes:
- Added registrar pricing groups; #227
- Compliance with latest ICANN RDAP specs
- Limited WHOIS/RDAP moved to main with config changes
- Added vps-audit reference
- Updated documentation
- Cleanup and speed improvements
- PostgreSQL improvements
- Fixed #233
- Fixed #231
- Other small bug fixes
Important manual changes needed:
- If Caddy fails to start after update, make sure all log sections for all components in
/etc/caddy/Caddyfilecontain just the following options, then restart withservice caddy restart
log {
output file /var/log/namingo/XXX {
roll_size 10MB
roll_keep 5
}
format json
}-
If unable to login in panel after upgrade, please clear your cookies. If it repeats, inform us.
-
If using the audit feature, edit
/opt/registry/automation/audit.json, add the following afterregistrar_otelines and run/opt/registry/automation/vendor/bin/audit -v audit /opt/registry/automation/audit.json
"registrar_price_group": {
"audit": true,
"skip": null
},`