v1.11.0 #1069
dmachard
announced in
Announcements
v1.11.0
#1069
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
This release introduces breaking changes (See #1066 Concatenate DNS Resource Records and EDNS Options for better indexation) to the flat JSON output format.
➡️ If you use custom parsing, dashboards, or scripts that rely on the old field names or array/object structure, you must update them to use the new pipe-separated string fields.
Deprecated per-record array/object fields for answers, nameservers, and additionals. Please use the new flat fields:
dns.resource-records.an.names, dns.resource-records.an.rdatatypes, dns.resource-records.an.rdatas, dns.resource-records.an.ttls, dns.resource-records.an.classes
Deprecated per-option array/object fields for EDNS options.Please use the new flat fields: edns.options.codes, edns.options.datas, edns.options.names
All these fields are now pipe-separated strings (e.g. "A|AAAA|CNAME") or "-" if empty.
💡 Enhancements
🔧 Bugfixes
📈 Dependency updates
New Contributors
Full Changelog: v1.10.0...v1.11.0
This discussion was created from the release v1.11.0.
Beta Was this translation helpful? Give feedback.
All reactions