Commit Graph

188 Commits

Author SHA1 Message Date
Benjamin Fry
19b4dc40c0 Increase MSRV to 1.59 with 0.22 release 2022-09-02 12:21:49 +02:00
Benjamin Fry
2d100e9e91 update changelog for 0.22.0 release 2022-09-02 12:21:49 +02:00
Benjamin Fry
a89cde5393 remove DnsRequestOptions from AsyncResolver::lookup 2022-08-24 15:20:43 -07:00
Benjamin Fry
f91b45f410 prepare 0.21.2 for release 2022-03-30 10:53:42 -07:00
Benjamin Fry
7e4f9b2661 prepare 0.21.1 release 2022-02-27 20:00:03 -08:00
Benjamin Fry
cca5155317 prepare 0.21.0 for release 2022-02-26 05:07:30 -08:00
Benjamin Fry
7f5490007d fix DoubleEndedIterator impl for Name 2022-02-17 14:42:56 -08:00
Benjamin Fry
3becddb54b prepare 0.21.0-alpha.5 2022-02-08 13:52:20 +01:00
Benjamin Fry
5d252fe32b add 0.20.4 to main changelog 2022-02-02 18:18:17 +01:00
Benjamin Fry
63fdb84333 prepare 0.21.0.alpha.4 2021-10-13 16:08:14 -07:00
Benjamin Fry
af7b3dfe7e update cangelog for server request logging 2021-10-07 12:24:03 -07:00
Benjamin Fry
d9dcd8bfb0 Simplify server logging to single logline per request 2021-10-07 12:24:03 -07:00
Benjamin Fry
837f65057e prepare 0.21.0-alpha.3 2021-09-28 08:47:26 -07:00
Benjamin Fry
f7465c9917 require Authority to have interior mutability 2021-09-20 12:05:58 -07:00
Benjamin Fry
057735a1dc prepare 0.21.0-alpha.2 2021-08-29 17:20:38 -07:00
Benjamin Fry
ae1ec861c9 add additional changelog entry for new retry logic 2021-08-09 17:50:07 -07:00
William Desportes
af83717b5b Fix some links to HTTPS 2021-07-12 23:16:13 -04:00
Benjamin Fry
a7778fbf16 introduce LookupOptions in Authority to allow dnssec feature off 2021-06-30 06:55:11 -07:00
Benjamin Fry
0cc7874201 move all DNSSECRecordType variants into RecordType 2021-06-30 06:55:11 -07:00
Benjamin Fry
59d6343862 move all DNSSECRecordType variants into RecordType 2021-06-30 06:55:11 -07:00
Benjamin Fry
c9523a8695 fix dnssec warnings 2021-05-30 14:57:51 -07:00
Benjamin Fry
926f286c0a Fixup documentation for Signer 2021-05-30 14:57:51 -07:00
Benjamin Fry
7ad0192566 Add TSIG mention to CHANGELOG 2021-05-27 13:59:09 -07:00
Benjamin Fry
11b556b553 add use_edns flag to CHANGELOG 2021-05-27 13:59:09 -07:00
Benjamin Fry
64f856b0cb add zone_transfer, onion., and Stream notes to CHANGELOG 2021-05-27 13:59:09 -07:00
Benjamin Fry
65846ee1c7 Prepare 0.20.3 with Windows build fix 2021-05-22 10:34:53 -07:00
Benjamin Fry
bbc9d5e915
Fix panic on bad length for SVCB record (#1467) 2021-04-21 08:56:52 +02:00
Benjamin Fry
6dfc6713fa fix panic on name too long 2021-04-11 08:48:15 -07:00
Benjamin Fry
86881c7b3e updated CHANGELOG 2021-04-09 21:57:43 -07:00
Benjamin Fry
0c07d00635 updated CHANGELOG for resolver non_exhaustive 2021-04-06 10:29:16 +02:00
Benjamin Fry
a1c91f1746 prepare 0.20.1 release 2021-03-15 19:08:28 -07:00
Benjamin Fry
eac59e7960
add 0.19.7 to main CHANGELOG 2021-03-09 20:44:59 -08:00
Benjamin Fry
fc58a4fe20
update Changelog for 0.20.0 2020-12-29 13:35:51 -08:00
Benjamin Fry
0da008592a advise minimum rustc version is now 1.45 2020-11-28 20:38:00 -08:00
Benjamin Fry
8056cb0d83 clippy updates for rust 1.48 2020-11-24 14:54:07 -08:00
Will
7d1a27edae bump resolv-conf from 0.6.0 to 0.7.0 2020-11-13 11:28:37 -08:00
Benjamin Fry
1b8f865066 Prepare 0.20.0-alpha.3 2020-10-24 20:03:22 -07:00
Dirkjan Ochtman
40a4918097 add changelog entries to cover trait changes 2020-10-16 13:24:45 -07:00
Dirkjan Ochtman
587273247e resolver: rename lookup_state to caching_client 2020-10-16 01:53:05 -07:00
Dirkjan Ochtman
183526ef66 move NX trust bit from ResolverOpts to NameServerConfig 2020-09-25 19:04:22 -07:00
Benjamin Fry
4096b04996 make data-encoding a required dependency for proto 2020-09-20 16:20:32 -07:00
Benjamin Fry
a784cb6806 add documentation for resolve.rs 2020-09-20 16:20:32 -07:00
Benjamin Fry
401e068a52 bump minimum rustc version to 1.42 2020-09-16 16:15:10 -07:00
Jonas Bushart
86451a36dc Change the return value for ResponseCode::high from u16 to u8
The EDNS response code part only contains 8 bit so the return type fits its
need better. This aligns the type with `ResponseCode::from` and
`Edns::set_rcode_high`.

Closes #1202
2020-09-16 13:16:55 -07:00
Benjamin Fry
3ead8b1779 fix regexes for beta and nightly Rust versions 2020-09-15 15:27:44 -07:00
Benjamin Fry
617bcf7178 update changelog 2020-08-16 17:58:21 -07:00
Benjamin Fry
303f007316
No more master slave, in honor of Juneteenth (#1141)
* in honor of Juneteenth, remove replace Master with Primary

* in honor of Juneteenth, remove replace Slave with Secondary

* add 8499 for reference about naming

* clean up deprecation warnings

* remove unsupported markdown strikethroughs...

* revert primary to master in BIND compatibility tests
2020-06-20 12:59:47 -07:00
Benjamin Fry
aa315c13b9 bump versions to 0.20 and update Changelog 2020-05-04 15:37:35 -07:00
Benjamin Fry
c5cc03be55 update CHANGELOG for 0.19.5 2020-04-28 07:55:11 -07:00
Benjamin Fry
867c873999 add fixed section to 0.19.4 changelog 2020-04-11 17:37:21 -07:00