Skip to content

v3.7.0

Latest
Compare
Choose a tag to compare
@edmondas edmondas released this 25 Dec 16:41
· 61 commits to master since this release

What's Changed

The focus of this release was on removing hooks and refactoring code that limits future enhancements. There is now initial support for DNSSEC over the PowerDNS API.

  • Added initial support for DNSSEC via API (#529)
  • Many refactorings, the inc folder will only contain custom and default configuration files now
  • Coding structure simplified, class names updated, and auto-generated comments removed.
  • Updated project and development dependencies.
  • Improved LDAP user management.
  • Translations updated
  • The use of global variables has been removed
  • Removed hooks (plugins) that were never used
  • Reduced nesting of directories
  • Fixed SQLite backend issue that prevented zone updates.
  • Unquoted TXT records are supported (#510).
  • Fixes have been made to the search for reverse records (#540).
  • Minor changes to the dark theme.
  • Display the correct pagination count in the search results.
  • Display total and filtered zone counts in the zone list.
  • Correct SQLite backend issue preventing zone updates from templates (#538).
  • Enable 'disabled' state management in record editing.

Full Changelog: v3.6.1...v3.7.0