mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #1141] [MERGED] No more master slave, in honor of Juneteenth #2003
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#2003
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/1141
Author: @bluejekyll
Created: 6/19/2020
Status: ✅ Merged
Merged: 6/20/2020
Merged by: @bluejekyll
Base:
main← Head:not-master-slave📝 Commits (6)
a9ca5ccin honor of Juneteenth, remove replace Master with Primary75122dein honor of Juneteenth, remove replace Slave with Secondary5d1ae3dadd 8499 for reference about naming3047004clean up deprecation warnings1a1e701remove unsupported markdown strikethroughs...ded250crevert primary to master in BIND compatibility tests📊 Changes
48 files changed (+225 additions, -201 deletions)
View changed files
📝
CHANGELOG.md(+3 -3)📝
README.md(+3 -1)📝
bin/benches/bind_conf/example.conf(+6 -6)📝
crates/client/src/client/async_client.rs(+29 -29)📝
crates/client/src/client/client.rs(+17 -17)📝
crates/client/src/op/update_message.rs(+17 -17)📝
crates/client/src/serialize/txt/mod.rs(+5 -5)📝
crates/client/src/serialize/txt/rdata_parsers/openpgpkey.rs(+1 -1)📝
crates/client/src/serialize/txt/zone.rs(+9 -9)📝
crates/client/src/serialize/txt/zone_lex.rs(+0 -0)📝
crates/proto/src/op/message.rs(+1 -1)📝
crates/proto/src/rr/rdata/a.rs(+1 -1)📝
crates/proto/src/rr/rdata/null.rs(+1 -1)📝
crates/proto/src/rr/rdata/opt.rs(+1 -1)📝
crates/proto/src/rr/rdata/soa.rs(+4 -4)📝
crates/proto/src/rr/record_data.rs(+3 -3)📝
crates/server/src/authority/catalog.rs(+22 -9)📝
crates/server/src/authority/message_request.rs(+1 -1)📝
crates/server/src/authority/zone_type.rs(+10 -2)📝
crates/server/src/config/mod.rs(+1 -1)...and 28 more files
📄 Description
Fixes: #1139
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
QuicClientStreamBuilder::endpoint()#2752