The previous release promised reduced memory footprint from refactored RDATA storage (and it did for the vast majority of cases), but just after the release, we received a report that NSD was consuming more memory for specific kind of zones (with RRsets consisting of many RRs). This release will have that addressed so that NSD now consumes less memory in all cases and circumstances. A blog post highlighting these memory reductions will be posted with the actual release (next week).
Other than that, this release contains bug fixes, among others some that emerged with the new RDATA storage code from the previous release.
4.14.1
FEATURES:
- Merge #469 from jschlyter: Add container build files
BUG FIXES: - Fix to note DSYNC RFC9859 reference.
- Fix to note reference for NXNAME in comment.
- Merge #470 from jschlyter: Update path to default container
configuration and entrypoint - Fix rr-test.tdir so AMTRELAY relay field is "." with type 0
- Fix checkconf.tdir test to anticipate default values for
send-buffer-size and receive-buffer-size when configured with 0 - skip dns-cookies.tdir test with restricted unpriviledged userns
- Fix #474: metrics output with zone statistics to change
disallowed characters in metric names to underscores. - Fix that non normalized NSEC next owner names are preserved.
- Fix to preserve case in literal dnames in RR types RRSIG,
IPSECKEY, TALINK, DSYNC and AMTRELAY. - Fix for #474: Fix metrics name for zone statistics for
the queries_total to have disallowed characters changed
to underscores. - Fix to silence restricted userns check in test script.
- Fix #475 info: axfr for domain from not-verified.
- Fix metrics to clear server variable after close and log error
on allocation failure. - Fix to escape slashes when they appear in the zone name for a
pattern zonefile that is created. Also for per zone statistics. - Merge #472: Reduce memory usage with zones with RRsets
consisting of many RRs.