Releases: pi-hole/FTL
v6.4.1
Nothing to see here - accidentally tagged the wrong commit for the big 6.4 release. Content is exactly the same as v6.4
What's Changed
- Fix API specs and example for dns.upstreams in config.yaml by @rdwebdesign in #2696
- gravity update - silently discard unicode BOM if present by @rrobgill in #2702
- Update embedded SQLite to 3.51.0 by @DL6ER in #2704
- Get earliest query timestamp from database by @PromoFaux in #2706
- Increase buffer length for query string by @mwoolweaver in #2709
- Reduce DNS resolver locking during database interaction by @DL6ER in #2700
- Make colour output optional in streaming gravity API call by @PromoFaux in #2718
- api/dhcp/leases Allow for hwaddr > 48 bits by @rrobgill in #2724
- Add rate-limiting for TOTP validation by @DL6ER in #2719
- Implement simple partial matching for regex in /api/search/{domain} by @DL6ER in #2705
- Performance optimizations: string processing, memory management, and compiler flags by @Copilot in #2571
- Fix authentication redirect when webhome is / (fixes #2518) by @averyvigolo in #2610
- Reduce database locking and add timing debug setting by @DL6ER in #2688
New Contributors
- @mwoolweaver made their first contribution in #2709
- @Copilot made their first contribution in #2571
- @averyvigolo made their first contribution in #2610
Full Changelog: v6.3.3...v6.4.1
v6.4
What's Changed
- Fix API specs and example for dns.upstreams in config.yaml by @rdwebdesign in #2696
- gravity update - silently discard unicode BOM if present by @rrobgill in #2702
- Update embedded SQLite to 3.51.0 by @DL6ER in #2704
- Get earliest query timestamp from database by @PromoFaux in #2706
- Increase buffer length for query string by @mwoolweaver in #2709
- Reduce DNS resolver locking during database interaction by @DL6ER in #2700
- Make colour output optional in streaming gravity API call by @PromoFaux in #2718
- api/dhcp/leases Allow for hwaddr > 48 bits by @rrobgill in #2724
- Add rate-limiting for TOTP validation by @DL6ER in #2719
- Implement simple partial matching for regex in /api/search/{domain} by @DL6ER in #2705
- Performance optimizations: string processing, memory management, and compiler flags by @Copilot in #2571
- Fix authentication redirect when webhome is / (fixes #2518) by @averyvigolo in #2610
- Reduce database locking and add timing debug setting by @DL6ER in #2688
New Contributors
- @mwoolweaver made their first contribution in #2709
- @Copilot made their first contribution in #2571
- @averyvigolo made their first contribution in #2610
Full Changelog: v6.3.3...v6.4
Pi-hole FTL v6.3.3
Pi-hole FTL v6.3.2
What's Changed
Full Changelog: v6.3.1...v6.3.2
v6.3.1
What's Changed
- Fix pihole.format_path(string) modifying string in-place by @DL6ER in #2661
- Do not try to renew certificate that is not used by @DL6ER in #2666
- Replace dots with underscores when creating env var examples by @rdwebdesign in #2669
- Grammar corrections in documentation by @alexxroche in #2670
- Add new config option for hiding some warnings from diagnosis system by @DL6ER in #2657
New Contributors
- @alexxroche made their first contribution in #2670
Full Changelog: v6.3...v6.3.1
v6.3
What's Changed
- Tests - fix PTR test by @rrobgill in #2516
- Reply to address queries in .localhost domain (RFC6171) by @rrobgill in #2517
- dhcp-discover: Fix string processing by @rrobgill in #2519
- [RFC] Prevent .internal queries from being upstreamed. Draft draft-davies-internal-tld-03 by @Tooa in #2474
- Add dns.localise by @Manakuremati in #2524
- Webserver: Allow webhome to be root by @rrobgill in #2521
- api/network Avoid NULL string comparison logspam by @rrobgill in #2526
- request_info.is_authenticated needs to be initialized explicitly with… by @DL6ER in #2533
- Allow forcing color in CLI output by @DL6ER in #2538
- Simplify CI build by removing the composite action by @yubiuser in #2511
- Rename flushing arp > flushing network by @yubiuser in #2541
- Update embedded SQLite3 engine to 3.50.2 by @DL6ER in #2544
- Add
pihole-FTL create-default-configoption and use it to uploadpihole.tomltoftl.pi-hole.netby @yubiuser in #2540 - Allow low-level header manipulation from Lua pages by @DL6ER in #2535
- Fix foreign fork PRs by @DL6ER in #2543
- Update package-lock.json to fix npm vuln by @XhmikosR in #2555
- Update rapidoc to v9.3.8 by @XhmikosR in #2556
- Add missing 'took' fields to API spec response examples by @tsutsu3 in #2466
- Remove domain type from domainNeeded help text by @yubiuser in #2564
- Update embedded dnsmasq to v2.92test16 by @DL6ER in #2570
- Config typo correction by @rrobgill in #2572
- Support IPv6 in the DHCP API by @DL6ER in #2554
- Add sigrtmin option by @jacklul in #2574
- NTP ipv6 crash fix - ntp reply & logging by @rrobgill in #2569
- Add 'never-stale' to stale issue exempt lable list by @yubiuser in #2578
- Upgrade TOML library to tomlc17 by @DL6ER in #2579
- Add warning to the config markdown by @yubiuser in #2580
- Automatically detect DNS interface when empty in pihole.toml by @DL6ER in #2456
- Make type a required parameter for PUT and DELETE /lists by @DL6ER in #2530
- Update embedded SQLite3 to 3.50.3 by @DL6ER in #2576
- Remove remaining traces of ARP flush by @yubiuser in #2545
- Improve CNAME behavior of pi.hole by @DL6ER in #2585
- Add colors to the --config output by @DL6ER in #2584
- fix: change type of disk parameter for GET /queries by @ninjack-dev in #2589
- Improve default CSP headers by @DL6ER in #2575
- Improve already running detection by @DL6ER in #2591
- Update embedded SQLite3 to 3.50.4 by @DL6ER in #2592
- Fix debug output association by @DL6ER in #2594
- Fix FTL running behing reverse-proxy with prefix by @DL6ER in #2595
- Update embedded dnsmasq by @DL6ER in #2587
- Implement netlink ARP cache handling by @DL6ER in #2600
- Add autocomplete feature by @DL6ER in #2593
- Update embedded dnsmasq to v2.92test19 by @DL6ER in #2603
- Fix
dns.interfacecomment by @rdwebdesign in #2597 - Fix logic in automatic interface determination (when dns.interface = "") by @DL6ER in #2607
- Fix default value autocomplete suggestions by @DL6ER in #2609
- Update dnsmasq to v2.92test21 by @DL6ER in #2614
- Fix cache-optimizer queries in Query Log by @DL6ER in #2619
- Update embedded CivetWeb by @DL6ER in #2621
- Do not set domainname when the kernel replies with "(none)" by @DL6ER in #2620
- Fix
dns.hostshelp text to show multiple hostnames per IP are allowed by @rdwebdesign in #2623 - Improve memory handling by @DL6ER in #2617
- Pin github actions to SHA by @yubiuser in #2615
- Bump the github_action-dependencies group across 1 directory with 6 updates by @dependabot[bot] in #2628
- Be more gracefully when validating dns_hosts by @yubiuser in #2624
- Implement automatic TLS/SSL certificate renewals by @DL6ER in #2463
- Fix HOSTS file rotation test which was hiding in fast runners by @yubiuser in #2630
- Suggest IP addresses instead of names for upstream by @DL6ER in #2444
- Make restarting optional in API config endpoints by @DL6ER in #2632
- Ensure queries with ID 0 are stored to the long-term queries database by @DL6ER in #2633
- Ensure we can log until the very end by @DL6ER in #2634
- Bump github/codeql-action from 3.30.3 to 3.30.5 in the github_action-dependencies group across 1 directory by @dependabot[bot] in #2636
- Fix long-term database insertion by @DL6ER in #2583
- Add webserver.advancedOpts by @DL6ER in #2635
- Add new dns.domain.local and rename dns.domain -> dns.domain.name by @DL6ER in #2531
- Bump the github_action-dependencies group across 1 directory with 3 updates by @dependabot[bot] in #2641
- Allow escaping special single-character wildcard "_" when doing partial matching by @DL6ER in #2550
- Expose both total and enabled for gravity tables by @DL6ER in #2177
- Improve gravity database resilience by @DL6ER in #2605
- Add custom SQLite busy callback by @DL6ER in #2602
- Add %MEM and %CPU of FTL to GET info/system by @DL6ER in #2645
- Try to load system load averages from /proc/loadavg first by @tpjanssen in #2644
- Fix database busy handler initialization by @DL6ER in #2646
- Fix POST /lists example by @DL6ER in #2649
- Improve CPU utilization reporting by @DL6ER in #2647
- Bump the github_action-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #2651
- Implement selection of TLS ciphers for mbedtls by @DL6ER in #2638
- Bump the github_action-dependencies group across 1 directory with 3 updates by @dependabot[bot] in #2654
New Contributors
- @Tooa made their first contribution in #2474
- @Manakuremati made their first contribution in #2524
- @ninjack-dev made their first contribution in #2589
- @tpjanssen made their first contribution in #2644
Full Changelog: v6.2.3...v6.3
Pi-hole FTL v6.2.3
This patch release contains fixes for almost all reported bugs (most importantly, it fixes a logging regression where types are missing from pihole.log as well as a crash in filter_servers() deep down in dnsmasq code). There is one remaining issue about the behavior of server=/example.com/1.2.3.4 having changed which we are still working on with the maintainers of dnsmasq.
What's Changed
- Relax the session cookie from
SameSite=StricttoLaxby @DL6ER in #2471 - Run dependabot also on composite actions by @yubiuser in #2502
- Speedup build and test by running RISCV on ARM64 by @yubiuser in #2501
- Remove pullapprove.yml by @yubiuser in #2499
- ntp : ignore client version, always return a v4 packet by @rrobgill in #2505
- Store intermediate CNAME domain pointers in DNS cache by @DL6ER in #2461
- Allow unauthenticated access to non-admin LUA pages by @DL6ER in #2503
- Simplify CI build process by @DL6ER in #2507
- Get latest dnsmasq updates by @DL6ER in #2509
- Split FTL build and test on GHA by @yubiuser in #2498
v6.2.2
This release addresses crashes reported in #2473 #2475 #2481 and friends.
What's Changed
- Update build containers to Alpine 3.22 by @DL6ER in #2477
- Update dnsmasq to 2.92test11(-1) by @DL6ER in #2486
- Update dnsmasq to 2.92test11 by @DL6ER in #2489
- Revert the SQLite update to 3.50.0 as it is causing crashes for users by @DL6ER in #2488
- Update Lua to 5.4.8 (bugfix) by @DL6ER in #2491
- Fix typos in misc config settings by @rrobgill in #2485
- Display invalid character and offset correctly in hostname diagnosis by @rrobgill in #2484
Full Changelog: v6.2...v6.2.2
v6.2.1
Full Changelog: v6.2...v6.2.1
v6.2
What's Changed
- Fix minor spelling mistake in API docs by @PromoFaux in #2399
- fix: batch request body spec by @tien in #2389
- fix: make
getAuthsecurity optional by @tien in #2388 - fix: incorrect session field requirements by @tien in #2387
- Add privacy_level to /padd endpoint by @yubiuser in #2402
- Parameter is called length not n in GET /queries by @DL6ER in #2407
- Fix duplicate web port information output in FTL startup by @PromoFaux in #2410
- Fix logfile warning port length truncation (bug #2408) by @rrobgill in #2409
- Remove dns.watch from upstream DNS server list by @rdwebdesign in #2411
- Prevent home.arpa queries from being upstreamed. RFC 8375 by @rrobgill in #2405
- Fix redirecting when redirecting from /admin/ to /admin/login and back by @DL6ER in #2415
- Move manual filtering to FTLs file parsing by @DL6ER in #2381
- Various small fixes by @DL6ER in #2392
- Update embedded dnsmasq to v2.92test2 by @DL6ER in #2417
- Fix signedness error in the NTP total round-trip delay calculation by @DL6ER in #2420
- Use webhome variable also on the API documentation page by @DL6ER in #2406
- Report RFC6598 shared address space as "Carrier-Grade NAT" by @rrobgill in #2423
- Fix mishanding of CONF_UINT16 config options by @shawnanastasio in #2426
- Feature/fix yocto cross build by @rehsack in #2425
- Update embedded civetweb by @DL6ER in #2428
- Check for existing NTP client when starting FTL by @DL6ER in #2416
- Validate received NTP packets for version and server synchronisation by @rrobgill in #2431
- Use CODEOWNERS instead of deprecated dependbot/reviewers by @yubiuser in #2437
- Modify how we use xxd to compile assets into the FTL binary by @DL6ER in #2446
- Update dnsmasq to v2.91test5 by @DL6ER in #2433
- Update embedded SQLite3 to 3.49.2 by @DL6ER in #2447
- Gravity: support for arbitrary HOSTS-like list formats by @DL6ER in #2439
- Set dns.interface to eth0 by default by @yubiuser in #2448
- Update embedded dnsmasq by @DL6ER in #2457
- Adjust write_to_file function to include the CA certificate by @nathansmeal in #2465
- Update SQLite to 3.50.0 by @DL6ER in #2469
New Contributors
- @tien made their first contribution in #2389
- @shawnanastasio made their first contribution in #2426
- @rehsack made their first contribution in #2425
- @nathansmeal made their first contribution in #2465
Full Changelog: v6.1...v6.2