Browse Source

CHANGELOG entry for network cidr filters

pull/1094/head
Ross McFarland 2 years ago
parent
commit
731eb56ab9
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      CHANGELOG.md

+ 5
- 0
CHANGELOG.md View File

@ -4,6 +4,11 @@
octodns.com.octodns.com
* Fixed issues with handling of chunking large TXT values for providers that use
the in-built `rrs` method
* NetworkValueAllowlistFilter/NetworkValueRejectlistFilter added to
processors.filter to enable filtering A/AAAA records based on value. Can be
useful if you have records with non-routable values in an internal copy of a
zone, but want to exclude them when pushing the same zone publically (split
horizon)
* ExcludeRootNsChanges processor that will error (or warn) if plan includes a
change to root NS records
* Include the octodns special section info in Record __repr__, makes it easier


Loading…
Cancel
Save