[PR #2055] [CLOSED] Prepare 0.23.1 #2784

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2055
Author: @bluejekyll
Created: 10/9/2023
Status: Closed

Base: release/0.23Head: prepare-0.23.1


📝 Commits (10+)

  • 47e8a78 server: add register with rustls server config
  • 06fdd60 server: fix rustls server config error
  • 3436a36 Remove unused rustls-webpki dependency
  • 0515bf5 Add webpki-roots and native-certs features
  • 588875a Fold error into DnsExchangeConnect Future
  • 262c1eb Use required-features for examples
  • 8e38497 Fix CI
  • a6db011 Fix the resolver version warning in the workspace
  • 202fe2a Bump actions/checkout from 3 to 4
  • fe7bd36 Forward serde-config feature to the proto crate

📊 Changes

126 files changed (+3314 additions, -1551 deletions)

View changed files

📝 .github/workflows/publish.yml (+1 -1)
📝 .github/workflows/test.yml (+15 -14)
📝 CHANGELOG.md (+6 -0)
📝 Cargo.lock (+525 -458)
📝 Cargo.toml (+14 -12)
📝 README.md (+7 -5)
📝 bin/Cargo.toml (+3 -3)
📝 bin/README.md (+6 -5)
📝 bin/src/trust-dns.rs (+3 -3)
📝 bin/tests/named_https_tests.rs (+2 -2)
📝 bin/tests/named_quic_tests.rs (+1 -1)
📝 bin/tests/server_harness/mut_message_client.rs (+1 -1)
📝 crates/async-std-resolver/README.md (+3 -1)
📝 crates/client/Cargo.toml (+4 -2)
📝 crates/client/README.md (+3 -1)
📝 crates/client/src/client/async_client.rs (+1 -1)
📝 crates/client/src/client/async_secure_client.rs (+1 -1)
📝 crates/client/src/client/client.rs (+1 -1)
📝 crates/client/src/client/memoize_client_handle.rs (+4 -4)
📝 crates/client/src/h2_client_connection.rs (+1 -1)

...and 80 more files

📄 Description

Updates all crate READMEs and Changelog to forward reference Hickory DNS crates and repo.


🔄 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/2055 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 10/9/2023 **Status:** ❌ Closed **Base:** `release/0.23` ← **Head:** `prepare-0.23.1` --- ### 📝 Commits (10+) - [`47e8a78`](https://github.com/hickory-dns/hickory-dns/commit/47e8a78dc0f89356bba5c48f840e0df02d3e56c0) server: add register with rustls server config - [`06fdd60`](https://github.com/hickory-dns/hickory-dns/commit/06fdd603a702145ab4ad794870284455502b7ea7) server: fix rustls server config error - [`3436a36`](https://github.com/hickory-dns/hickory-dns/commit/3436a36244ed5f66e5e255e5c07a4224e1b8d76d) Remove unused `rustls-webpki` dependency - [`0515bf5`](https://github.com/hickory-dns/hickory-dns/commit/0515bf54a27ddbadfe8017a780ae1745869e82ec) Add `webpki-roots` and `native-certs` features - [`588875a`](https://github.com/hickory-dns/hickory-dns/commit/588875ad48412e96ead8d2a3d2518bade78920b3) Fold error into `DnsExchangeConnect` `Future` - [`262c1eb`](https://github.com/hickory-dns/hickory-dns/commit/262c1eb2b0a7ae02a34d47b028d7ea87cd28c645) Use `required-features` for examples - [`8e38497`](https://github.com/hickory-dns/hickory-dns/commit/8e38497142ccc7647fe045d55b45ff4bb6f00a61) Fix CI - [`a6db011`](https://github.com/hickory-dns/hickory-dns/commit/a6db011faba195cb7db32fd398824441fb845a2c) Fix the resolver version warning in the workspace - [`202fe2a`](https://github.com/hickory-dns/hickory-dns/commit/202fe2a8a4cade9df2789ae52fee2ce91749a1a7) Bump actions/checkout from 3 to 4 - [`fe7bd36`](https://github.com/hickory-dns/hickory-dns/commit/fe7bd363a787bea685080254703c62301cb503e2) Forward serde-config feature to the proto crate ### 📊 Changes **126 files changed** (+3314 additions, -1551 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/publish.yml` (+1 -1) 📝 `.github/workflows/test.yml` (+15 -14) 📝 `CHANGELOG.md` (+6 -0) 📝 `Cargo.lock` (+525 -458) 📝 `Cargo.toml` (+14 -12) 📝 `README.md` (+7 -5) 📝 `bin/Cargo.toml` (+3 -3) 📝 `bin/README.md` (+6 -5) 📝 `bin/src/trust-dns.rs` (+3 -3) 📝 `bin/tests/named_https_tests.rs` (+2 -2) 📝 `bin/tests/named_quic_tests.rs` (+1 -1) 📝 `bin/tests/server_harness/mut_message_client.rs` (+1 -1) 📝 `crates/async-std-resolver/README.md` (+3 -1) 📝 `crates/client/Cargo.toml` (+4 -2) 📝 `crates/client/README.md` (+3 -1) 📝 `crates/client/src/client/async_client.rs` (+1 -1) 📝 `crates/client/src/client/async_secure_client.rs` (+1 -1) 📝 `crates/client/src/client/client.rs` (+1 -1) 📝 `crates/client/src/client/memoize_client_handle.rs` (+4 -4) 📝 `crates/client/src/h2_client_connection.rs` (+1 -1) _...and 80 more files_ </details> ### 📄 Description Updates all crate READMEs and Changelog to forward reference Hickory DNS crates and repo. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:07:55 +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#2784
No description provided.