diff options
| author | Shulhan <ms@kilabit.info> | 2019-02-01 06:27:50 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-02-01 06:27:50 +0700 |
| commit | db7a4417a3c8ccf152ea8743af318b00e3b6c515 (patch) | |
| tree | 8182e29fe3786ae95ef0f91a2914a5dd4c7bb4ab | |
| parent | 3d2f34daa8ed4068cb3785859044c6e9cd66be6b (diff) | |
| download | rescached-2.1.0.tar.xz | |
Release rescached v2.1.0 (2019-02-01)v2.1.0
== New Features
- Change default parent nameservers to Cloudflare DNS.
We believe in Cloudflare!
Please read Cloudflare DNS policy for more information,
https://developers.cloudflare.com/1.1.1.1/commitment-to-privacy/privacy-policy/privacy-policy/
== Enhancements
- Improve response performance. Previously we can serve around 93k
request per second (RPS).
The new enhancement increase the RPS to around 115k.
== Bug Fixes
- Fix the example certificate and key for DNS over HTTPS
- Fix the hosts.block destination file in script to update blocked host
file
- Fix response with different query type that may not get pruned
| -rw-r--r-- | CHANGELOG.adoc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index ce344df..3dde500 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,6 +1,6 @@ -= Rescached v2.1.0 (2019-01-xx) += Rescached v2.1.0 (2019-02-01) -== New Features +== New Features - Change default parent nameservers to Cloudflare DNS. We believe in Cloudflare! @@ -8,21 +8,21 @@ Please read Cloudflare DNS policy for more information, https://developers.cloudflare.com/1.1.1.1/commitment-to-privacy/privacy-policy/privacy-policy/ -== Enhancements +== Enhancements - Improve response performance. Previously we can serve around 93k request per second (RPS). The new enhancement increase the RPS to around 115k. -== Bug Fixes +== Bug Fixes - Fix the example certificate and key for DNS over HTTPS - Fix the hosts.block destination file in script to update blocked host file - Fix response with different query type that may not get pruned -= Rescached v2.0.0 (2019-01-16) += Rescached v2.0.0 (2019-01-16) -== Features +== Features - Enable to handle request from UDP and TCP connections - Enable to forward request using UDP or TCP connection |
