mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #1069] [MERGED] 0.19.4 release #1944
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#1944
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/1069
Author: @bluejekyll
Created: 4/12/2020
Status: ✅ Merged
Merged: 4/12/2020
Merged by: @bluejekyll
Base:
release/0.19← Head:master📝 Commits (10+)
5a58011add CRATES_IO_TOKEN to publish workflowa054d5eCleanup unimplemented for RData parser (#1026)84d9fc0Bump enum-as-inner from 0.3.0 to 0.3.1c6a2a65Bump data-encoding from 2.1.2 to 2.2.0e137e72Balboah fix/missing cname records (#1033)a2bba3fupgrade rustlts to 0.17 and tokio-rustls to 0.127c2ea11update changelog for 0.19.46a01e43Bump chrono from 0.4.10 to 0.4.1177fd933Support $INCLUDE for master files (#1027)c7c0dfefix rustc 1.42 warnings and update libs📊 Changes
61 files changed (+2177 additions, -770 deletions)
View changed files
📝
.github/workflows/publish.yml(+3 -1)📝
.github/workflows/test.yml(+6 -6)📝
.rustfmt.toml(+1 -0)📝
CHANGELOG.md(+15 -0)📝
Cargo.lock(+490 -419)📝
Cargo.toml(+1 -0)📝
Makefile.toml(+18 -11)📝
README.md(+1 -1)📝
bin/Cargo.toml(+11 -11)📝
bin/README.md(+1 -1)➕
crates/async-std-resolver/Cargo.toml(+74 -0)➕
crates/async-std-resolver/LICENSE-APACHE(+202 -0)➕
crates/async-std-resolver/LICENSE-MIT(+20 -0)➕
crates/async-std-resolver/README.md(+58 -0)➕
crates/async-std-resolver/src/lib.rs(+129 -0)➕
crates/async-std-resolver/src/net.rs(+81 -0)➕
crates/async-std-resolver/src/runtime.rs(+86 -0)➕
crates/async-std-resolver/src/tests.rs(+201 -0)➕
crates/async-std-resolver/src/time.rs(+31 -0)📝
crates/client/Cargo.toml(+7 -7)...and 41 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
lazy_staticwithonce_cell#2711