Skip to content

v1.1

Compare
Choose a tag to compare
@ivan-jedek ivan-jedek released this 08 May 07:37
· 19 commits to main since this release

Major update adding support for standalone modules to PolarDNS.

Change log:

  • added support for standalone feature modules in the form of .toml files
  • moved the majority of existing features to a modular format
  • major cleanup of the polardns codebase
  • major review of the variables scope and naming conventions in the code
  • adopting a more object-oriented approach for DNS request and DNS response variables
  • upon startup, sort the modules in alphabetical order during the construction of the polardns_real.py file
  • major update of the contribution page
  • added steps how to implement new features to PolarDNS
  • added steps how to debug PolarDNS in the contribution page

Full History: v1.0...v1.1