Skip to content

Releases: pi-hole/FTL

v5.15

20 Apr 18:36
4bb0bfe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.14...v5.15

v5.14

12 Feb 19:58
52e6b95
Compare
Choose a tag to compare

What's Changed

  • Update Sqlite3 engine to 3.37.2 by @DL6ER in #1276
  • Enable history and auto-completion for embedded SQLite3 engine by @DL6ER in #1282
  • Optimize queries table by @DL6ER in #1255
  • Use embedded SQLite3 engine for the tests by @DL6ER in #1283
  • Add others section to upstream servers pie chart by @DL6ER in #1284
  • Print more details in CLI regex-test by @DL6ER in #1287
  • Log errors caused locally correctly by @DL6ER in #1294
  • Add >maxlogage telnet API endpoint by @DL6ER in #1295
  • Keep Query Log details across FTL restart by @DL6ER in #1285
  • Deprecate REPLY_ADDR4/6 in favor of more fine-grained setting by @DL6ER in #1293
  • Do not warn about less-than-full addresses when analyzing EDNS(0) packets by @DL6ER in #1296
  • Prevent excessive reply times in the Query Log after restarting by @DL6ER in #1297
  • perf improvements for findDomainID() by @stuXORstu in #1286
  • Update embedded dnsmasq to v2.87test8 by @DL6ER in #1281
  • Rename upstream 'blocklist' => 'blocked' and 'cache' => 'cached' by @yubiuser in #1299

New Contributors

  • @github-actions made their first contribution in #1280
  • @stuXORstu made their first contribution in #1286

Full Changelog: v5.13...v5.14

v5.13

05 Jan 18:20
b197b69
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.12.1...v5.13

v5.12.1

24 Dec 15:01
3b7bd2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.11...v5.12.1

Pi-hole FTL v5.12

22 Dec 20:19
83a950b
Compare
Choose a tag to compare

What's Changed

  • Extend pihole -vv by @DL6ER in #1229
  • Print FTL version when calling the built in sqlite function only in interactive mode by @yubiuser in #1226
  • Compute reply time also for queries which failed upstream by @DL6ER in #1234
  • sync master -> development by @DL6ER in #1236
  • Tweak to determination of fastest upstream by @DL6ER in #1235
  • Analyze error report origins by @DL6ER in #1237
  • Improve virtual interface analysis by @DL6ER in #1241
  • Add dnsmasq warnings to message table by @DL6ER in #1243
  • Ensure dbclose() is not called multiple times by @DL6ER in #1244
  • Add support for conditional domain suffixes in HOSTNAMEFQDN mode by @DL6ER in #1250
  • Warn about resource shortages by @DL6ER in #1249
  • Update SQLite engine from 3.36.0 to 3.37.0 by @DL6ER in #1251
  • Test for dnsmasq warning messages in source code by @DL6ER in #1246
  • Do not catch SIGABRT by @DL6ER in #1252
  • Update embedded dnsmasq to v2.87test4-6 by @DL6ER in #1230

Full Changelog: v5.11...v5.12

Pi-hole FTL v5.11

23 Oct 18:56
a296265
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.10.2...v5.11

Pi-hole FTL v5.10.2

30 Sep 19:58
2f2b5bf
Compare
Choose a tag to compare

Update embedded dnsmasq to v2.87test3

Pi-hole FTL v5.10.1

29 Sep 21:29
db8ee8c
Compare
Choose a tag to compare

We accidentally missed this PR from v5.10:

  • Update embedded dnsmasq #1174

Pi-hole FTL v5.10

29 Sep 20:40
d46afff
Compare
Choose a tag to compare
  • Handle TTL for blocked queries separately #1173
  • Improvements based on static-analysis of source code #1172
  • Add special handling of iCloud Private Relay domains #1171
  • Fix virtual interface address determination #1170
  • Add handling for pi.hole.<local_domain> and <hostname>.<local_domain> #1169
  • Simple maintenance improvements #1167 (thanks @a1346054)
  • Add PIHOLE_PTR=HOSTNAME option #1164
  • Tweak special domain handling #1163
  • Change FTL database permission to 664 #1162 (thanks @yubiuser)
  • Add further cache metrics #1152

All @DL6ER unless otherwise noted.

Pi-hole FTL v5.9

11 Sep 21:10
198e7c6
Compare
Choose a tag to compare

New

  • Customizable locking while database is busy #1156
  • Regex extension: Specify reply type #1159
  • Update embedded dnsmasq to version 2.86

Tweaks

  • Improve locking during heavy TCP forking #1134
  • Log when listening on the wildcard address #1135
  • Improve warning messages for defect hwclocks #1136

Fixes

  • Fix crash when bind-address is used #1132

Plus a lot more smaller changes that came up during our beta testing. See the Pi-hole release blog post for all the details.