Releases: getnamingo/registry
v1.0.24.1
v1.0.24
- New default EPP server implementation
- EPP/RDAP full compatibility with ICANN RST 2025.09
- Automation script improvements
- Improved panel UI for DNSSEC rollovers
- Fixed invoice display issue in several cases
- Fixed loginSec EPP extension compliance
- MariaDB settings recommendation
- Backup system improvements
- Small fixes and improvements
v1.0.23
As some security issues were reported, we decided to release almost immediately the next version.
Release notes:
- EPP security fixes and optimizations
- Couple of other important bug fixes
- Speed optimizations
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.
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
},`v1.0.21
NB: If unable to login in panel after upgrade, please clear your cookies. If it repeats, inform us.
- Enhanced ICANN RST Compatibility - Namingo now includes an alternate EPP server implementation aligned with ICANN’s Registry System Testing (RST) framework. Registry behavior and responses have been reviewed to meet current ICANN standards.
⚠️ Some fine-tuning may still be required to fully pass all RST tests, depending on your setup. If you're preparing for RST certification, feel free to reach out for assistance at [email protected]. - Added ability to have per user color themes in CP
- Added ability to use IP ranges for registrar whitelist
- Added ability to dynamically setup EPP extensions
- Added registrar tech contact. Improvements to view registrar in CP
- Added link to ICANN TMCH pilot details
- EPP server now supports automatic TLS certificate generation and reload — set
'ssl_cert' => '/opt/registry/epp/epp.crt'and'ssl_key' => '/opt/registry/epp/epp.key'inconfig.php, then restart the server. - Added ability to turn-off 60-day transfer lock
- Added whitelist to disable password expiration for some accounts
- Added basic NIS2 support in identica extension
- Added basic support for urn:ietf:params:xml:ns:epp:loginSec-1.0
- Added sync with iQ Abuse Manager
- Added ability to link client SSL to EPP users
- Added CDS/CDNSKEY scanner. Initial implementation complete; live environment testing required
- Added reference to mariabackup for advanced DB backup
- RDAP update to ensure 2024 GTLD Profile compatibility
- Added DNSSEC NSEC3 support
- Added support for ICANN MoSAPI; live environment testing required
- Full RFC 9276 compliance
- Improved dashboard charts in CP
- Refund operations now show correctly in invoices
- Improved abuse ticket view and abuse reporting interface
- Improved domain/application create phases interface
- Optimized zone file generation. The zone generator now intelligently skips updates when no changes have occurred, reducing unnecessary writes and improving performance
- Documentation updates including new manual for the control panel
- Fix for Nicky payment gateway
- A lot of small fixes and improvements
v1.0.20
NB: If unable to login in panel after upgrade, please clear your cookies. If it repeats, inform us.
- Added basic object history pages, if database audit is enabled.
- Updated MariaDB and Adminer versions to latest.
- Improvements to CP interface
- Improved Arabic translation
- Updated Tabler to v1.2.0, fixed #216
- Documentation Improvement
- Dark mode now displayed on mobile as well
- Improved nameserver validation (WHOIS)
- Updates to RDAP structure
v1.0.19
Another set of improvements, fixes and long planned features have been added. The update script now fixes the neeed for manual intervention from previous version.
NB: If unable to login in panel after upgrade, please clear your cookies.
- Allocation tokens can be managed from panel, fixed #164
- Added ability to manage custom registrar pricing from panel; fixed #163
- Added ability to impersonate all users
- Added breadcrumbs in CP
- EPP server optimization
- Improved interface in CP overall and also for support tickets, DNSSEC, TLDs
- Improved CP error handling and audit log
- Fixed #213
- Fixed quite a few recently discovered issues
v1.0.18
Fixed some smaller but important issues. We are happy that the panel now is much faster than before.
NB: If unable to login in panel after upgrade, please clear your cookies.
**NB2: ** If your domain is under a public suffix (e.g. a.de, co.uk), disable session.cookie_domain by setting it to just session.cookie_domain = it in /etc/php/8.3/fpm/php.ini, then run:
service php8.3-fpm restart
service caddy restart- Added caching for CP routes and other speed optimizations
- Added SubSub support for contact verification
- Domain and application view improvements
- Small server health page info added
- Dashboard and translation improvements
- Added installation manual for ProxySQL
- Added beta support for Alpine Linux
- Fixed #219
- Documentation and UI improvements
v1.0.17
Quite a few issues were fixed, and some new things are added. If updating from 1.0.16, please make sure you read the updater notes in the end. Thank you for your interest in Namingo Registry :)
- Added limited WHOIS and RDAP on request of some ccTLDs
- Added notification system, only transfers and applications for now
- Added counter of whois queries in server health page
- Notification system improvement
- Prevents EPP server from logging sensitive data
- Improved web RDAP parser, fixes #203
- Server health resource usage is now more logical
- DNSSEC interface improvements and DNSSEC key rollover updates
- Updated some dependencies
- Updated to latest Tabler
- Fixed potential file caching issues
- Fixed potential hostname validation issues
- Improved Caddy logging
- Fixed issue with 2FA code input interface in CP
- Improved web whois interface, added option for case-insensitive captchas
- Fixed issue with repeating names for launch phases
- Fixed currency missing on mobile registrar view
- Only registry can now approve and reject applications
- Hotfix for password update
- Fixed issue with launch phase name
- Fixed issue with application pricing
- Small security fixes on different locations
v1.0.16
We have prepared quite a few long awaited goodies for you. If no urgent bugs, we will make a month or two pause on new features development to focus on the other components of Namingo.
Enjoy :)
- Optimized EPP contact info; fixed #170
- Added ability to send emails on errors with components. Add MAIL_TO_ADDRESS in .env and make sure admin_email is configured.
- Lots of fixes in CP UI and EPP. Fixed issues with apostrophe in city names or with one character domains.
- Added exchange rate download script, check in docs how to configure it.
- Improved system cache script and system logging.
- Improvement to backup system.
- Application create is possible via EPP too.
- Better user experience when creating/updating a domain and having to choose contact, fixed #196
- Documentation improvements.
- EPP History logs is now fully displayed in CP. DB erorr log is also usable again.
- Added ability to export IDN tables, fixed #193
- Fixed #159
- Started work on SQLite support
- Housekeeping changes.