[PR #967] [MERGED] Release/0.18 #1829

Closed
opened 2026-03-16 02:27:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/967
Author: @bluejekyll
Created: 12/22/2019
Status: Merged
Merged: 12/22/2019
Merged by: @bluejekyll

Base: masterHead: release/0.18


📝 Commits (10+)

  • 79ecd20 update version to 0.18
  • 303e053 rename AsyncSecureClient to AsyncDnssecClient
  • 5abda72 rename SecureClient et al to Dnssec (more accurate)
  • b3157e7 remove unimplemented from zone parser
  • d4da43d fix up ResponseCode to be infalible parse
  • 4d373a8 complete removal of BasicDnsHandle
  • 8f8a8d3 simplify the global resolver example
  • 2868ad4 update some readmes
  • 0f6f8e9 add more Changelog notes
  • 4f4804f update all dependencies 12/22

📊 Changes

47 files changed (+370 additions, -356 deletions)

View changed files

📝 .github/workflows/test.yml (+2 -0)
📝 CHANGELOG.md (+10 -3)
📝 Cargo.lock (+97 -97)
📝 README.md (+18 -17)
📝 bin/Cargo.toml (+9 -9)
📝 bin/README.md (+20 -0)
📝 bin/tests/named_test_rsa_dnssec.rs (+3 -3)
📝 crates/client/Cargo.toml (+3 -3)
📝 crates/client/README.md (+19 -1)
📝 crates/client/src/client/async_secure_client.rs (+11 -13)
📝 crates/client/src/client/client.rs (+12 -12)
📝 crates/client/src/client/mod.rs (+2 -2)
📝 crates/client/src/lib.rs (+2 -2)
📝 crates/client/src/serialize/txt/master.rs (+10 -3)
📝 crates/https/Cargo.toml (+3 -3)
📝 crates/native-tls/Cargo.toml (+2 -2)
📝 crates/openssl/Cargo.toml (+2 -2)
📝 crates/proto/Cargo.toml (+1 -1)
📝 crates/proto/benches/lib.rs (+1 -1)
📝 crates/proto/src/lib.rs (+4 -4)

...and 27 more files

📄 Description

No description provided


🔄 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/967 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 12/22/2019 **Status:** ✅ Merged **Merged:** 12/22/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `release/0.18` --- ### 📝 Commits (10+) - [`79ecd20`](https://github.com/hickory-dns/hickory-dns/commit/79ecd20a0f0815e409de37ad84dbfb6efaa59901) update version to 0.18 - [`303e053`](https://github.com/hickory-dns/hickory-dns/commit/303e053b31b9465685a083038e29cb4e06289e3b) rename AsyncSecureClient to AsyncDnssecClient - [`5abda72`](https://github.com/hickory-dns/hickory-dns/commit/5abda72e56562a92682e6ab717df276fd71cf8fe) rename SecureClient et al to Dnssec (more accurate) - [`b3157e7`](https://github.com/hickory-dns/hickory-dns/commit/b3157e7ce4ee88d7152e61883492236f5741ef7b) remove unimplemented from zone parser - [`d4da43d`](https://github.com/hickory-dns/hickory-dns/commit/d4da43d828ce7df8e15842c7050536a641f0f653) fix up ResponseCode to be infalible parse - [`4d373a8`](https://github.com/hickory-dns/hickory-dns/commit/4d373a85dfdf0ba310375ba969dd0295317dc792) complete removal of BasicDnsHandle - [`8f8a8d3`](https://github.com/hickory-dns/hickory-dns/commit/8f8a8d3f7f1932e5ae4a0cb166cf20c5aa9bd98a) simplify the global resolver example - [`2868ad4`](https://github.com/hickory-dns/hickory-dns/commit/2868ad40e762a0e24a180b690eb2b76667a4f9b8) update some readmes - [`0f6f8e9`](https://github.com/hickory-dns/hickory-dns/commit/0f6f8e913dc6ebc4c86bac61a03d27add0751990) add more Changelog notes - [`4f4804f`](https://github.com/hickory-dns/hickory-dns/commit/4f4804f2489bc17a411a9c136f2d9a9583df40c5) update all dependencies 12/22 ### 📊 Changes **47 files changed** (+370 additions, -356 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+2 -0) 📝 `CHANGELOG.md` (+10 -3) 📝 `Cargo.lock` (+97 -97) 📝 `README.md` (+18 -17) 📝 `bin/Cargo.toml` (+9 -9) 📝 `bin/README.md` (+20 -0) 📝 `bin/tests/named_test_rsa_dnssec.rs` (+3 -3) 📝 `crates/client/Cargo.toml` (+3 -3) 📝 `crates/client/README.md` (+19 -1) 📝 `crates/client/src/client/async_secure_client.rs` (+11 -13) 📝 `crates/client/src/client/client.rs` (+12 -12) 📝 `crates/client/src/client/mod.rs` (+2 -2) 📝 `crates/client/src/lib.rs` (+2 -2) 📝 `crates/client/src/serialize/txt/master.rs` (+10 -3) 📝 `crates/https/Cargo.toml` (+3 -3) 📝 `crates/native-tls/Cargo.toml` (+2 -2) 📝 `crates/openssl/Cargo.toml` (+2 -2) 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/proto/benches/lib.rs` (+1 -1) 📝 `crates/proto/src/lib.rs` (+4 -4) _...and 27 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:27:48 +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#1829
No description provided.