dnscrypt-proxy-android/changelog.md

198 lines
7.4 KiB
Markdown
Raw Normal View History

2018-04-17 08:17:06 +00:00
# Changelog
2019-10-01 09:48:00 +00:00
2019-11-19 09:07:49 +00:00
## 2.0.33
#### Updated binary files to 2.0.33 | jedisct1
* Fixes an issue that caused some valid queries to return `PARSE_ERROR`.
* On certificate errors, the server name is now logged instead of the
provider name, which is generally more useful.
* IP addresses for DoH servers that require DNS lookups are now cached
for at least 12 hours.
* `ignore_system_dns` is now set to `true` by default.
* A workaround for a bug in Cisco servers has been implemented.
* A corrupted or incomplete resolvers list is now ignored, keeping the
last good known cached list until the next update. In addition, logging was
improved and unit tests were also added. Awesome contribution from William
Elwood, thanks!
* On Windows, the network probe immediately returned instead of blocking
if `netprobe_timeout` was set to `-1`. This has been fixed.
* Expired cached IP addresses now have a grace period, to avoid breaking the
service if they temporarily can't be refreshed.
* On Windows, the service now returns immediately, solving a long-standing
issue when initialization took more than 30 seconds ("The service did not
respond to the start or control request in a timely fashion"). Fantastic
work by Alison Winters, thanks!
* The `SERVER_ERROR` error code has been split into two new error codes:
`NETWORK_ERROR` (self-explanatory) and `SERVFAIL` (a response was returned,
but it includes a `SERVFAIL` error code).
* Responses are now always compressed.
#### Updated config files to 2.0.33 | quindecim
* ✅ Added `v.dnscrypt.uk-ipv4` - DNSCrypt v2, no logs, uncensored, DNSSEC. Hosted in London UK on Vultr - https://www.dnscrypt.uk
* ✅ Optimized relays based on geolocation and set to use other providers different from the main one
2019-11-01 11:19:22 +00:00
## 2.0.31
#### Updated binary files to 2.0.31 | jedisct1
* This version fixes a startup issue introduced in version 2.0.29, on systems for which the service cannot be automatically installed (such as OpenBSD and FreeBSD). Reported by @5ch17 and Vinícius Zavam, and fixed by Will Elwood, thanks!
* This version fixes two regressions introduced in version 2.0.29: DoH server couldn't be reached over IPv6 any more, and the proxy couldn't be interrupted while servers were being benchmarked.
#### Updated config files to 2.0.31 | quindecim
* Changed the way to backup an existing .toml file. The old configuration is now backed up with `year-month-day-hour-minute.bak` suffix (thanks to @lindroidux)
2019-10-29 08:56:05 +00:00
## 2.0.29
#### Updated binary files to 2.0.29 | jedisct1
* Support for Anonymized DNS has been added!
* Wait before stopping, fixing an issue with Unbound (thanks to Vladimir Bauer)
* DNS stamps are now included in the `-list-all -json` ouptut
* The `netprobe_timeout` setting from the configuration file or command-line was ignored. This has been fixed.
* The TTL or cloaked entries can now be adjusted (thanks to Markus Linnala)
* Cached IP address from DoH servers now expire (thanks to Markus Linnala)
* DNSCrypt certificates can be fetched over Tor and SOCKS proxies
* Retries over TCP are faster
* Improved logging (thanks to Alison Winters)
* Ignore non-TXT records in certificate responses (thanks to Vladimir Bauer)
* A lot of internal cleanups, thanks to Markus Linnala
#### Updated config files to 2.0.29 | quindecim
* ✅ Enabled `anonymized_dns` feature *(each resolver has 2 relays)*
* ✅ Added `scaleway-fr` resolver *(DNSSEC/Non-logging/Uncensored - Maintained by Frank Denis - https://fr.dnscrypt.info)*
* ✅ Added `publicarray-au` resolver Australia, *(DNSSEC/OpenNIC/Non-logging/Uncensored - hosted on vultr.com maintained by publicarray - https://dns.seby.io)*
* ✅ Added `publicarray-au2` resolver Australia, *(DNSSEC/OpenNIC/Non-logging/Uncensored - hosted on ovh.com.au maintained by publicarray - https://dns.seby.io)*
* ✅ Optimized relays based on geolocation
2019-10-13 00:43:07 +00:00
2019-10-25 15:55:26 +00:00
## 2.0.29-beta.3
2019-10-13 00:43:07 +00:00
2019-10-25 15:55:26 +00:00
#### Updated binary files to 2.0.29-beta.3 | jedisct1
* Support for Anonymized DNSCrypt has been added.
* Latency with large responses has actually been reduced.
* DNSCrypt certificates can now be retrieved over Tor, proxies, and DNS relays.
* Improved server error reporting (thanks to Alison Winters)
* Quite a lot of internal improvements and bug fixes have been made, thanks to Markus Linnala.
* Improved logging
* Added a workaround for DNS servers using a non-standard provider name.
2019-10-13 00:43:07 +00:00
2019-10-25 15:55:26 +00:00
#### Updated config files to 2.0.29-beta.3 | quindecim
* ✅ Enabled `anonymized_dns` feature *(each resolver has 2 relays)*
* ✅ Added `scaleway-fr` resolver *(DNSSEC/Non-logged/Uncensored - Maintained by Frank Denis - https://fr.dnscrypt.info)*
2019-10-01 09:48:00 +00:00
2019-10-25 15:07:28 +00:00
2019-10-25 15:55:26 +00:00
## 2.0.28
2019-10-25 15:07:28 +00:00
2019-10-25 15:55:26 +00:00
#### Updated binary files to 2.0.28 | jedisct1
* Invalid server entries are now skipped instead of preventing a source from being used. Thanks to Alison Winters for the contribution!
* Truncated responses are immediately retried over TCP instead of waiting for the client to retry. This reduces the latency for large responses.
* Responses sent to the local network are assumed to support at least 1252 bytes packets, and use optional information from EDNS up to 4096 bytes. This also reduces latency.
* Logging improvements: servers are not logged for cached, synthetic and cloaked responses. And the forwarder is logged instead of the regular server for forwarded responses.
2019-10-25 15:07:28 +00:00
2019-10-25 15:55:26 +00:00
## 2.0.27
#### Updated binary files to 2.0.27 | jedisct1
* The X25519 implementation was changed from using the Go standard implementation to using Cloudflare's CIRCL library. Unfortunately, CIRCL appears to be broken on big-endian systems. That change has been reverted.
* All the dependencies have been updated.
#### New maintainer | quindecim
#### Updated config files to 2.0.27 | quindecim
2019-10-01 09:48:00 +00:00
-----
2019-10-25 15:55:26 +00:00
##### v2.8.7 - bluemeda
2019-10-01 09:48:00 +00:00
* changed path of configuration file [dnscrypt.toml] from /system/etc/ to /data/media/0/ [or /sdcard]
* updated binary & configuration files to 2.0.25
* Removed automatic redirection of dns-request and let dnscrypt-proxy do its job only.
2019-10-25 15:55:26 +00:00
##### v2.8.5 - bluemeda
2019-10-01 09:48:00 +00:00
* Fix #40
2019-10-25 15:55:26 +00:00
##### v2.8.4 - bluemeda
2019-10-01 09:48:00 +00:00
* Fix failed to copy or backup config file
2019-10-25 15:55:26 +00:00
##### v2.8.3 - bluemeda
2019-10-01 09:48:00 +00:00
* Fix permission issue
* Add option to replace or backup-restore config file
2019-10-25 15:55:26 +00:00
##### v2.8.2 - bluemeda
2019-10-01 09:48:00 +00:00
* Fix "binary file is missing"
2019-10-25 15:55:26 +00:00
##### v2.8.1 - bluemeda
2019-10-01 09:48:00 +00:00
* Update Magisk 18100 requirements
2019-10-25 15:55:26 +00:00
##### v2.8.0 - bluemeda
2019-10-01 09:48:00 +00:00
* Update binary files 2.0.22
2019-10-25 15:55:26 +00:00
##### v2.7.0 - bluemeda
2019-10-01 09:48:00 +00:00
* Update binary files 2.0.21
2019-10-25 15:55:26 +00:00
##### v2.6.0 - bluemeda
2019-10-01 09:48:00 +00:00
* Update binary files to 2.0.19
2019-10-25 15:55:26 +00:00
##### v2.5.0 - bluemeda
2019-10-01 09:48:00 +00:00
* Update binary files to 2.0.16
* add exception for cloudflare fallback resolver.
2019-10-25 15:55:26 +00:00
##### v2.4.0 - bluemeda
2019-10-01 09:48:00 +00:00
* Update binary files to 2.0.14
2019-10-25 15:55:26 +00:00
##### v2.3.0 - bluemeda
2019-10-01 09:48:00 +00:00
* Update binary files to 2.0.10
* Add option to choose auto redirect DNS or manually set with 3rd-party app.
2019-10-25 15:55:26 +00:00
##### v2.2.0 - bluemeda
2019-10-01 09:48:00 +00:00
* Update binary files to 2.0.8
2019-10-25 15:55:26 +00:00
##### v2.1.3 - bluemeda
2019-10-01 09:48:00 +00:00
* If you have previous version, please uninstall it first then reinstall it again or you can change listen port manually in dnscrypt-proxy.toml file.
* Fix Tethering Client cannot Resolve DNSCrypt
* Fix Chromecast devices not showing jedisct1/dnscrypt-proxy#226
* Add binary files for x86 and x86_64 (test)
2019-10-25 15:55:26 +00:00
##### v2.1.2 - bluemeda
2019-10-01 09:48:00 +00:00
* Bug Fixes
2019-10-25 15:55:26 +00:00
##### v2.1.1 - bluemeda
2019-10-01 09:48:00 +00:00
* Bug fixes
2019-10-25 15:55:26 +00:00
##### v2.1 - bluemeda
2019-10-01 09:48:00 +00:00
* Bug fixes
2019-10-25 15:55:26 +00:00
##### v2.0 - bluemeda
2019-10-01 09:48:00 +00:00
* Resolve download.dnscrypt.info first before executing iptablDon't override dnscrypt-proxy.toml if exist
* Update binary files to v2.0.6
2019-10-25 15:55:26 +00:00
##### v1.1 - bluemeda
2019-10-01 09:48:00 +00:00
* Change listen port to 5353 (avoid conflict while tethering)
2019-10-25 15:55:26 +00:00
##### v1.0 - bluemeda
2019-10-01 09:48:00 +00:00
2018-04-17 08:17:06 +00:00
* Initial release
2019-10-01 09:48:00 +00:00
* dnscrypt-proxy v2.0.5
2019-10-29 08:56:05 +00:00