CHANGELOG entry for network cidr filters

This commit is contained in:
Ross McFarland
2023-11-10 16:08:22 -08:00
parent 4f152c187e
commit 731eb56ab9
+5
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