[PR #2974] [MERGED] Clean up CAA enums #3462

Closed
opened 2026-03-16 11:44:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2974
Author: @divergentdave
Created: 5/6/2025
Status: Merged
Merged: 5/7/2025
Merged by: @djc

Base: mainHead: david/cleanup-caa-enums


📝 Commits (2)

📊 Changes

3 files changed (+64 additions, -295 deletions)

View changed files

📝 bin/tests/integration/txt_tests.rs (+1 -4)
📝 crates/proto/src/rr/rdata/caa.rs (+59 -267)
📝 crates/proto/src/serialize/txt/rdata_parsers/caa.rs (+4 -24)

📄 Description

This removes the Property and Value enums used for CAA RDATA. This is a follow-up to #2898 and #2935, and it closes #2904.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/2974 **Author:** [@divergentdave](https://github.com/divergentdave) **Created:** 5/6/2025 **Status:** ✅ Merged **Merged:** 5/7/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `david/cleanup-caa-enums` --- ### 📝 Commits (2) - [`7f88984`](https://github.com/hickory-dns/hickory-dns/commit/7f88984a09d7b4868380077bac16afa9e82c1917) Remove CAA Value enum - [`3c5290c`](https://github.com/hickory-dns/hickory-dns/commit/3c5290c7260a059ebae063d2c1e513b272276127) Remove CAA Property enum ### 📊 Changes **3 files changed** (+64 additions, -295 deletions) <details> <summary>View changed files</summary> 📝 `bin/tests/integration/txt_tests.rs` (+1 -4) 📝 `crates/proto/src/rr/rdata/caa.rs` (+59 -267) 📝 `crates/proto/src/serialize/txt/rdata_parsers/caa.rs` (+4 -24) </details> ### 📄 Description This removes the `Property` and `Value` enums used for CAA RDATA. This is a follow-up to #2898 and #2935, and it closes #2904. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:44:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#3462
No description provided.