You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix wrong dot logic around SVCB and HTTPS records in the codec ([#319](https://github.com/dnsimple/erldns/pull/319))
34
-
35
-
### Documentation
36
-
37
27
- Add initial documentation regarding the Admin API ([#316](https://github.com/dnsimple/erldns/pull/316))
38
28
39
-
## v10.0.0-rc2
40
-
41
-
### Added
42
-
43
-
- Codec support for SVCB and HTTPS record types ([#313](https://github.com/dnsimple/erldns/pull/313))
44
-
45
-
### Removed
46
-
47
-
-`rfc_compliant_ent` configuration option. RFC 4592 compliant empty non-terminal (ENT) handling is now always enabled ([#308](https://github.com/dnsimple/erldns/pull/308))
48
-
49
-
### Fixed
50
-
51
-
- Fix false error raised in TCP listener initialization when gen_server exits normally ([#311](https://github.com/dnsimple/erldns/pull/311))
52
-
53
-
## v10.0.0-rc1
54
-
55
-
### Added
56
-
57
-
- RFC7766 pipelining support for TCP/TLS with concurrent request processing ([#300](https://github.com/dnsimple/erldns/pull/300))
58
-
- DNS over TLS (DoT) support per RFC 7858 ([#300](https://github.com/dnsimple/erldns/pull/300))
59
-
- Configurable request timeout monitoring for TCP workers with SERVFAIL responses ([#300](https://github.com/dnsimple/erldns/pull/300))
60
-
61
29
### Changed
62
30
63
31
- Move TCP and UDP ingress timeout configuration to per-listener `opts` map ([#300](https://github.com/dnsimple/erldns/pull/300))
64
32
- Rename transport type `both` to `standard` for clarity ([#300](https://github.com/dnsimple/erldns/pull/300))
65
-
66
-
### Removed
67
-
68
-
- Global `ingress_tcp_request_timeout` and `ingress_udp_request_timeout` application environment variables ([#300](https://github.com/dnsimple/erldns/pull/300))
- Adds `dns:decode_query/1` for early stop of bad input
76
37
38
+
### Removed
39
+
40
+
-`rfc_compliant_ent` configuration option. RFC 4592 compliant empty non-terminal (ENT) handling is now always enabled ([#308](https://github.com/dnsimple/erldns/pull/308))
41
+
- Global `ingress_tcp_request_timeout` and `ingress_udp_request_timeout` application environment variables are now configured per listener ([#300](https://github.com/dnsimple/erldns/pull/300))
0 commit comments