[PR #2627] [MERGED] Prepare alpha.4 #3191

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2627
Author: @djc
Created: 11/28/2024
Status: Merged
Merged: 11/28/2024
Merged by: @djc

Base: mainHead: prepare-a4


📝 Commits (7)

  • 70a7cab proto: extract single client_config() helper
  • fd4d7d9 Upgrade to rustls-native-certs 0.8
  • dfd1e35 proto: make TLS roots features independent
  • b9fa41c Upgrade prefix-trie to 0.5
  • fc3288d Upgrade thiserror to 2
  • 160ef09 Bump version to 0.25.0-alpha.4
  • 0a01454 Update changelog for release

📊 Changes

13 files changed (+180 additions, -227 deletions)

View changed files

📝 CHANGELOG.md (+44 -0)
📝 Cargo.lock (+48 -35)
📝 Cargo.toml (+9 -9)
📝 crates/proto/src/error.rs (+2 -2)
📝 crates/proto/src/h2/h2_client_stream.rs (+8 -38)
📝 crates/proto/src/h3/h3_client_stream.rs (+6 -5)
📝 crates/proto/src/h3/mod.rs (+0 -1)
📝 crates/proto/src/quic/mod.rs (+1 -2)
📝 crates/proto/src/quic/quic_client_stream.rs (+2 -40)
📝 crates/proto/src/rustls/mod.rs (+41 -0)
📝 crates/resolver/src/tls/dns_over_rustls.rs (+5 -46)
📝 fuzz/Cargo.lock (+5 -5)
📝 util/src/bin/dns.rs (+9 -44)

📄 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/2627 **Author:** [@djc](https://github.com/djc) **Created:** 11/28/2024 **Status:** ✅ Merged **Merged:** 11/28/2024 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `prepare-a4` --- ### 📝 Commits (7) - [`70a7cab`](https://github.com/hickory-dns/hickory-dns/commit/70a7cabed51673066f6efde9af885ac5543f4a1a) proto: extract single client_config() helper - [`fd4d7d9`](https://github.com/hickory-dns/hickory-dns/commit/fd4d7d92bfca2e3087c0ef1249019ed000b50ea1) Upgrade to rustls-native-certs 0.8 - [`dfd1e35`](https://github.com/hickory-dns/hickory-dns/commit/dfd1e352ea2de37c991e795e0d5ec3657380f1a7) proto: make TLS roots features independent - [`b9fa41c`](https://github.com/hickory-dns/hickory-dns/commit/b9fa41c7ae508f5eab67012dd90ecbea1764be5b) Upgrade prefix-trie to 0.5 - [`fc3288d`](https://github.com/hickory-dns/hickory-dns/commit/fc3288df29ec1405cf69c4c7befc4e8bc824e5ae) Upgrade thiserror to 2 - [`160ef09`](https://github.com/hickory-dns/hickory-dns/commit/160ef09163f842072d24fa86eb9d9c2475710370) Bump version to 0.25.0-alpha.4 - [`0a01454`](https://github.com/hickory-dns/hickory-dns/commit/0a0145494c9fbbd5d504f89413d70fe86d3fef32) Update changelog for release ### 📊 Changes **13 files changed** (+180 additions, -227 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+44 -0) 📝 `Cargo.lock` (+48 -35) 📝 `Cargo.toml` (+9 -9) 📝 `crates/proto/src/error.rs` (+2 -2) 📝 `crates/proto/src/h2/h2_client_stream.rs` (+8 -38) 📝 `crates/proto/src/h3/h3_client_stream.rs` (+6 -5) 📝 `crates/proto/src/h3/mod.rs` (+0 -1) 📝 `crates/proto/src/quic/mod.rs` (+1 -2) 📝 `crates/proto/src/quic/quic_client_stream.rs` (+2 -40) 📝 `crates/proto/src/rustls/mod.rs` (+41 -0) 📝 `crates/resolver/src/tls/dns_over_rustls.rs` (+5 -46) 📝 `fuzz/Cargo.lock` (+5 -5) 📝 `util/src/bin/dns.rs` (+9 -44) </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 11:30:21 +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#3191
No description provided.