[PR #1927] [MERGED] Prepare 0.23 alpha 1 #2702

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1927
Author: @bluejekyll
Created: 5/8/2023
Status: Merged
Merged: 5/10/2023
Merged by: @djc

Base: mainHead: prepare-0.23-alpha-1


📝 Commits (10+)

  • f9c7455 update changelog for 0.23
  • 3ad8857 update version to 0.23-alpha.1
  • b036440 update h2 dependency due to vuln warning
  • cfd3803 cleanliness updates forrustc 1.69
  • b7df879 cleanup workspace features
  • 64a552d use workspace for all common package details
  • 4a30542 cleanup required features
  • d94d504 bump cargo make version
  • 62ca7a1 fix up required features for no-default-features
  • adcd391 remove author and replace with generic mention of contributors

📊 Changes

26 files changed (+650 additions, -497 deletions)

View changed files

📝 .github/workflows/publish.yml (+1 -1)
📝 .github/workflows/test.yml (+1 -1)
📝 CHANGELOG.md (+77 -0)
📝 Cargo.lock (+394 -260)
📝 Cargo.toml (+28 -17)
📝 bin/Cargo.toml (+9 -20)
📝 crates/async-std-resolver/Cargo.toml (+9 -16)
📝 crates/async-std-resolver/src/tests.rs (+2 -0)
📝 crates/client/Cargo.toml (+11 -18)
📝 crates/proto/Cargo.toml (+10 -17)
📝 crates/proto/src/serialize/binary/bin_tests.rs (+3 -3)
📝 crates/recursor/Cargo.toml (+10 -17)
📝 crates/resolver/Cargo.toml (+10 -17)
📝 crates/resolver/examples/custom_provider.rs (+11 -12)
📝 crates/resolver/examples/flush_cache.rs (+4 -4)
📝 crates/resolver/examples/global_resolver.rs (+20 -22)
📝 crates/resolver/examples/multithreaded_runtime.rs (+2 -2)
📝 crates/resolver/src/async_resolver.rs (+2 -0)
📝 crates/resolver/src/name_server/connection_provider.rs (+3 -3)
📝 crates/resolver/src/name_server/name_server_stats.rs (+1 -0)

...and 6 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/1927 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 5/8/2023 **Status:** ✅ Merged **Merged:** 5/10/2023 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `prepare-0.23-alpha-1` --- ### 📝 Commits (10+) - [`f9c7455`](https://github.com/hickory-dns/hickory-dns/commit/f9c7455fe665fb0cd607c403a1140d6507691915) update changelog for 0.23 - [`3ad8857`](https://github.com/hickory-dns/hickory-dns/commit/3ad8857eff34e2aff8be4cfe74dfaece67b4b0ff) update version to 0.23-alpha.1 - [`b036440`](https://github.com/hickory-dns/hickory-dns/commit/b0364407552d3190777bc5cb18b2b14a132f555e) update h2 dependency due to vuln warning - [`cfd3803`](https://github.com/hickory-dns/hickory-dns/commit/cfd3803565e1c827f17377a8346d597b4e446ba6) cleanliness updates forrustc 1.69 - [`b7df879`](https://github.com/hickory-dns/hickory-dns/commit/b7df8790514bb0de4e054819f1677aeea7f1fe70) cleanup workspace features - [`64a552d`](https://github.com/hickory-dns/hickory-dns/commit/64a552d1493ac93873e91d8cb1f0dc126d01018e) use workspace for all common package details - [`4a30542`](https://github.com/hickory-dns/hickory-dns/commit/4a3054269363615b6893db042703d530cf6bd9a3) cleanup required features - [`d94d504`](https://github.com/hickory-dns/hickory-dns/commit/d94d504201c5fab6481197517c2e086653c7c9f6) bump cargo make version - [`62ca7a1`](https://github.com/hickory-dns/hickory-dns/commit/62ca7a14c522849c3ab2ac1dd3b598441415e609) fix up required features for no-default-features - [`adcd391`](https://github.com/hickory-dns/hickory-dns/commit/adcd391ade059beb7667dc808f703ff2d351ecd2) remove author and replace with generic mention of contributors ### 📊 Changes **26 files changed** (+650 additions, -497 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/publish.yml` (+1 -1) 📝 `.github/workflows/test.yml` (+1 -1) 📝 `CHANGELOG.md` (+77 -0) 📝 `Cargo.lock` (+394 -260) 📝 `Cargo.toml` (+28 -17) 📝 `bin/Cargo.toml` (+9 -20) 📝 `crates/async-std-resolver/Cargo.toml` (+9 -16) 📝 `crates/async-std-resolver/src/tests.rs` (+2 -0) 📝 `crates/client/Cargo.toml` (+11 -18) 📝 `crates/proto/Cargo.toml` (+10 -17) 📝 `crates/proto/src/serialize/binary/bin_tests.rs` (+3 -3) 📝 `crates/recursor/Cargo.toml` (+10 -17) 📝 `crates/resolver/Cargo.toml` (+10 -17) 📝 `crates/resolver/examples/custom_provider.rs` (+11 -12) 📝 `crates/resolver/examples/flush_cache.rs` (+4 -4) 📝 `crates/resolver/examples/global_resolver.rs` (+20 -22) 📝 `crates/resolver/examples/multithreaded_runtime.rs` (+2 -2) 📝 `crates/resolver/src/async_resolver.rs` (+2 -0) 📝 `crates/resolver/src/name_server/connection_provider.rs` (+3 -3) 📝 `crates/resolver/src/name_server/name_server_stats.rs` (+1 -0) _...and 6 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 11:03:34 +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#2702
No description provided.