Skip to content

Change Log🔗

2.0.0🔗

  • Implement Middleware
    • This includes adding error handling middleware that facilitates error handling.
  • Add StaticRule and ZoneRule.
  • Refector NameServer.rule to use expanded smart_make_rule function.
    • Although this change should not affect rules using this decorator from being called correctly, it may change the precise rule type being used. Specifically it may use StaticRule instead of WildcardStringRule for strings with no substitutions.
  • Add Blueprints
    • Include refactoring NameServer into a new shared based Scaffold class.

1.0.0🔗

  • Beta release