Release notes for the October 17, 2021 release of NetworkCalc.
Summary
New website and API feature: SPF Lookup.
User interface simplifications.
Backend improvements to improve scalability.
Website Changes
- Implement a new feature (SPF Lookup):
- Look up and validate the published SPF record for a domain.
- Validate the syntax of an SPF record string for publication.
- Add SPF Lookup to the All Tools page.
- Simplify tool names in main navigation dropdowns.
API Changes
DNS Tools v1.5
- Implement an SPF Lookup endpoint (POST /api/dns/spf).
- Detailed documentation can be found in the API documentation.
- Sort MX records in the DNS Lookup endpoint (GET /api/dns/lookup) in order of priority.